From 4781c5b446f0a2df4444bde9f5efb54d8ad4d939 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 24 十一月 2025 13:16:42 +0800
Subject: [PATCH] 1.海川开心-出库领用修改
---
src/views/productionManagement/productionReporting/index.vue | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 42a0c4f..1724e6d 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -227,12 +227,27 @@
width: 150,
},
{
+ label: "缁戝畾鏈哄櫒",
+ prop: "speculativeTradingName",
+ width: 220,
+ },
+ {
label: "鍗曚綅",
prop: "unit",
},
{
label: "宸ュ簭",
prop: "process",
+ },
+ {
+ label: "鍙e懗鍒嗙被",
+ prop: "type",
+ width: 150,
+ },
+ {
+ label: "鎹熻��",
+ prop: "loss",
+ width: 150,
},
{
label: "鎺掍骇鏁伴噺",
@@ -249,6 +264,11 @@
prop: "pendingFinishNum",
width: 100,
},
+ {
+ label: "澶囨敞",
+ prop: "remark",
+ width: 200,
+ },
]);
const tableData = ref([]);
const selectedRows = ref([]);
--
Gitblit v1.9.3