From 501fc9805cc9f3c66a311e09a46e3aa102a72667 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 11 十二月 2025 11:25:52 +0800
Subject: [PATCH] 1.南洋电缆-质量统计过程检台账有数据但是BI大屏没有数据(改成月份统计和合格率) 2.南洋电缆-再加两个统计内容:产品合格率(%)、库存周转率BI展示
---
src/views/salesManagement/receiptPayment/index.vue | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/views/salesManagement/receiptPayment/index.vue b/src/views/salesManagement/receiptPayment/index.vue
index 995bd24..7c6fed0 100644
--- a/src/views/salesManagement/receiptPayment/index.vue
+++ b/src/views/salesManagement/receiptPayment/index.vue
@@ -89,7 +89,6 @@
<el-input-number :step="0.01" :min="0" style="width: 100%"
v-model="scope.row.receiptPaymentAmount"
:disabled="!scope.row.editType"
- :precision="2"
placeholder="璇疯緭鍏�"
clearable
/>
@@ -113,7 +112,7 @@
</template>
</el-table-column>
<el-table-column label="鐧昏浜�" prop="registrant" width="90"/>
- <el-table-column label="鐧昏鏃ユ湡" prop="createTime" width="130"/>
+<!-- <el-table-column label="鐧昏鏃ユ湡" prop="createTime" width="130"/>-->
<el-table-column label="鎿嶄綔" width="150" align="center">
<template #default="scope">
<el-button
@@ -122,7 +121,6 @@
size="small"
@click="changeEditType(scope.row)"
v-if="!scope.row.editType"
- :disabled="scope.row.registrant !== userStore.nickName"
>缂栬緫</el-button
>
<el-button
@@ -131,7 +129,6 @@
size="small"
@click="saveReceiptPayment(scope.row)"
v-if="scope.row.editType"
- :disabled="scope.row.registrant !== userStore.nickName"
>淇濆瓨</el-button
>
<el-button
@@ -139,7 +136,6 @@
type="primary"
size="small"
@click="delReceiptRecord(scope.row)"
- :disabled="scope.row.registrant !== userStore.nickName"
>鍒犻櫎</el-button
>
</template>
@@ -303,7 +299,6 @@
<el-col :span="12">
<el-form-item label="鏈鍥炴閲戦锛�" prop="receiptPaymentAmount">
<el-input-number :step="0.01" :min="0" style="width: 100%"
- :precision="2"
v-model="form.receiptPaymentAmount"
placeholder="璇疯緭鍏�"
clearable
--
Gitblit v1.9.3