From 4babfcfde8b26c755850e0066f1c07fac38e96a2 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期三, 29 十月 2025 01:22:41 +0800
Subject: [PATCH] 重新优化上报erp出入库完成接口
---
新建文件夹/WMS/src/views/inbound/inboundOrder_Hty.vue | 16 +++++++---------
1 files changed, 7 insertions(+), 9 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder_Hty.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder_Hty.vue"
index 730602c..972e2db 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder_Hty.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder_Hty.vue"
@@ -49,19 +49,17 @@
field: "order_type",
type: "select",
dataKey: "order_type",
- data: [],
+ data: []
},
],
[
{
- title: "琛ㄥご鐘舵��",
- field: "odrderStatus",
+ title: "搴撴埧鍙�",
+ field: "warehouse_no",
type: "select",
- dataKey: "odrderStatus",
- data: [],
- },
- { title: "渚涘簲鍟嗗悕绉�", field: "supplier_name", type: "like" },
- { title: "鍏ュ簱璁拌处鏃堕棿", field: "account_tiem", type: "datetime" },
+ dataKey: "warehouseNuber",
+ data: []
+ },
],
]);
const columns = ref([
@@ -119,7 +117,7 @@
type: 'string',
width: 100,
align: 'left',
- bind: { key: "warehouse", data: [] }
+ bind: { key: "warehouseNuber", data: [] },
},
{
field: 'account_tiem',
--
Gitblit v1.9.3