From 85d9ca4ec972ce4d020db046d930e8991709ae2d Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期一, 03 十一月 2025 17:14:49 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/erp/stockERP.vue | 19 ++++++++++++++-----
1 files changed, 14 insertions(+), 5 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/erp/stockERP.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/erp/stockERP.vue"
index a76b933..54f48a1 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/erp/stockERP.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/erp/stockERP.vue"
@@ -4,7 +4,7 @@
*浠g爜鐢辨鏋剁敓鎴�,浠讳綍鏇存敼閮藉彲鑳藉鑷磋浠g爜鐢熸垚鍣ㄨ鐩�
*涓氬姟璇峰湪@/extension/widesea_wms/taskinfo/Dt_Task.js姝ゅ缂栧啓
-->
- <template>
+<template>
<view-grid ref="grid" :columns="columns" :detail="detail" :editFormFields="editFormFields"
:editFormOptions="editFormOptions" :searchFormFields="searchFormFields" :searchFormOptions="searchFormOptions"
:table="table" :extend="extend" />
@@ -23,17 +23,26 @@
sortName: ""
});
const editFormFields = ref({
-
+
});
const editFormOptions = ref([
-
+
]);
const searchFormFields = ref({
});
const searchFormOptions = ref([
-
+ [
+ { "title": "浠撳簱鍚嶇О", "field": "浠撳簱鍚嶇О", type: "text" },
+ { "title": "浜у搧鍥惧彿", "field": "浜у搧鍥惧彿", type: "text" },
+ { "title": "鍗曢噸", "field": "鍗曢噸", type: "text" },
+ ], [
+ { "title": "鍝佸悕", "field": "鍝佸悕", type: "text" },
+ { "title": "搴撳瓨鏁伴噺", "field": "搴撳瓨鏁伴噺", type: "text" },
+ { "title": "鏂欏彿", "field": "鏂欏彿", type: "text" },
+ ]
]);
const columns = ref([
+ { field: '浠撳簱缂栫爜', title: '浠撳簱缂栫爜', type: 'string', width: 110, readonly: true, require: true, align: 'left' },
{ field: '浠撳簱鍚嶇О', title: '浠撳簱鍚嶇О', type: 'string', width: 110, readonly: true, require: true, align: 'left' },
{ field: '浜у搧鍥惧彿', title: '浜у搧鍥惧彿', type: 'string', width: 180, align: 'left' },
{ field: '鏂欏彿', title: '鏂欏彿', type: 'string', width: 180, align: 'left' },
@@ -46,7 +55,7 @@
{ field: '鐢ㄥ弸鏉愯川', title: '鐢ㄥ弸鏉愯川', type: 'string', width: 180, align: 'left' },
{ field: '鎵ц鏍囧噯鍙�', title: '鎵ц鏍囧噯鍙�', type: 'string', width: 180, align: 'left' },
{ field: '鍝佺墝', title: '鍝佺墝', type: 'string', width: 180, align: 'left' },
- ]);
+ ]);
const detail = ref({
cnName: "#detailCnName",
table: "#detailTable",
--
Gitblit v1.9.3