From 2e77330d87341624c88301562fd137b58f9a101a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 25 十二月 2025 10:57:35 +0800
Subject: [PATCH] 1.海川开心-录入日期都默认当天,封装公用组件和方法
---
src/views/salesManagement/receiptPayment/index.vue | 16 +++++++---------
1 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/src/views/salesManagement/receiptPayment/index.vue b/src/views/salesManagement/receiptPayment/index.vue
index 6ec09f1..2324c6a 100644
--- a/src/views/salesManagement/receiptPayment/index.vue
+++ b/src/views/salesManagement/receiptPayment/index.vue
@@ -32,7 +32,7 @@
<div></div>
<div>
<el-button type="primary" @click="openForm('add')">
- 鏂板鍥炴
+ 鍥炴鐧昏
</el-button>
<el-button icon="Download" @click="handleOut"> 瀵煎嚭 </el-button>
</div>
@@ -112,7 +112,6 @@
size="small"
@click="saveReceiptPayment(scope.row)"
v-if="scope.row.editType"
- :disabled="scope.row.registrant !== userStore.nickName"
>淇濆瓨</el-button
>
<el-button
@@ -120,7 +119,6 @@
type="primary"
size="small"
@click="delReceiptRecord(scope.row)"
- :disabled="scope.row.registrant !== userStore.nickName"
>鍒犻櫎</el-button
>
</template>
@@ -152,12 +150,12 @@
</el-tag>
</template>
</el-table-column>
- <el-table-column
- label="浜у搧澶х被"
- prop="productCategory"
- show-overflow-tooltip
- width="100"
- />
+<!-- <el-table-column-->
+<!-- label="浜у搧澶х被"-->
+<!-- prop="productCategory"-->
+<!-- show-overflow-tooltip-->
+<!-- width="100"-->
+<!-- />-->
<el-table-column
label="鍙戠エ鍙�"
prop="invoiceNo"
--
Gitblit v1.9.3