From 8a4e96f11329efda507799260b6b95ae9860df5f Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 21 一月 2026 10:09:30 +0800
Subject: [PATCH] 浪潮对接单点登录:质量检测管理系统
---
src/views/inventoryManagement/receiptManagement/components/formDiaProduct.vue | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/views/inventoryManagement/receiptManagement/components/formDiaProduct.vue b/src/views/inventoryManagement/receiptManagement/components/formDiaProduct.vue
index 8ac355d..c317a13 100644
--- a/src/views/inventoryManagement/receiptManagement/components/formDiaProduct.vue
+++ b/src/views/inventoryManagement/receiptManagement/components/formDiaProduct.vue
@@ -53,10 +53,10 @@
<el-input-number :step="0.01" :min="0" style="width: 100%" v-model="scope.row.unitPrice" @change="() => calculateTotalPrice(scope.row)" />
</template>
</el-table-column>
- <el-table-column
- label="鎬讳环(鍏�)"
- prop="totalPrice"
- width="150"
+ <el-table-column
+ label="鎬讳环(鍏�)"
+ prop="totalPrice"
+ width="150"
>
</el-table-column>
<el-table-column label="鎿嶄綔" width="80" v-if="operationType === 'add'">
@@ -110,6 +110,9 @@
return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
}
+function getCurrentDate() {
+ return formatDateTime(new Date(), false);
+}
const itemTypeOptions = [
{ label: '鐗╂枡', value: '鐗╂枡' },
@@ -183,7 +186,7 @@
const submitForm = async () => {
try {
await proxy.$refs.formRef.validate()
-
+
if (!productList.value.length) {
proxy.$modal.msgError('璇疯嚦灏戞坊鍔犱竴鏉′骇鍝佹暟鎹�')
return
--
Gitblit v1.9.3