From fb57e7836338304b16c09fec4fb5c68fb688c39e Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 28 四月 2026 14:03:24 +0800
Subject: [PATCH] 1.新增分区查询 2.任务档新增分区字段

---
 src/main/webapp/static/js/wrkMast/wrkMast.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/wrkMast/wrkMast.js b/src/main/webapp/static/js/wrkMast/wrkMast.js
index 4490ee9..28626c3 100644
--- a/src/main/webapp/static/js/wrkMast/wrkMast.js
+++ b/src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -28,13 +28,14 @@
             ,{field: 'ioType$', align: 'center',title: '鍏ュ嚭搴撶被鍨�'}
             ,{field: 'ioPri', align: 'center',title: '浼樺厛绾�'}
             ,{field: 'crnNo$', align: 'center',title: '鍫嗗灈鏈�'}
+            ,{field: 'areaId$', align: 'center',title: '搴撳尯'}
             ,{field: 'sourceStaNo$', align: 'center',title: '婧愮珯'}
             ,{field: 'staNo$', align: 'center',title: '鐩爣绔�'}
             ,{field: 'sourceLocNo$', align: 'center',title: '婧愬簱浣�'}
             ,{field: 'locNo$', align: 'center',title: '鐩爣搴撲綅'}
             ,{field: 'barcode', align: 'center',title: '鏉$爜'}
             ,{field: 'preHave', align: 'center',title: '鍏堝叆鍝�', hide: true}
-            ,{field: 'takeNone$', align: 'center', title: 'AGV閿佸畾',hide: false}
+            ,{field: 'takeNone$', align: 'center', title: 'AGV閿佸畾', hide: true}
 
             // ,{field: 'picking', align: 'center',title: '鎷f枡', templet:function(row){
             //         var html = "<input value='picking' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'";
@@ -379,6 +380,7 @@
             wrkSts: $('#wrkSts').val(),
             ioType: $('#ioType').val(),
             crnNo: $('#crnNo').val(),
+            areaId: $('#areaId').val(),
             sheetNo: $('#sheetNo').val(),
             ioPri: $('#ioPri').val(),
             wrkDate: top.strToDate($('#wrkDate\\$').val()),

--
Gitblit v1.9.1