From 1664adb595a7539325f46a85ee7e80e4023e4302 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期日, 23 十一月 2025 14:15:31 +0800
Subject: [PATCH] *分拣流程orderNo由唯一降级为不唯一

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

diff --git a/src/main/webapp/static/js/basDevpOpt/basDevpOpt.js b/src/main/webapp/static/js/basDevpOpt/basDevpOpt.js
index 7b8e4dc..16255d8 100644
--- a/src/main/webapp/static/js/basDevpOpt/basDevpOpt.js
+++ b/src/main/webapp/static/js/basDevpOpt/basDevpOpt.js
@@ -29,7 +29,7 @@
             // ,{field: 'response$', align: 'center',title: '鍝嶅簲缁撴灉'}
             // ,{field: 'updateTime$', align: 'center',title: '淇敼鏃堕棿'}
             ,{field: 'sourceLoading', align: 'center',title: '婧愮珯鏈夌墿鐘舵��'}
-            // ,{field: 'posLoading', align: 'center',title: '鐩爣绔欐湁鐗╃姸鎬�'}
+            ,{field: 'posLoading', align: 'center',title: '寮傚父淇℃伅'}
             // ,{field: 'id', align: 'center',title: ''}
             ,{field: 'barcode', align: 'center',title: '鏉$爜鍊�'}
             ,{field: 'frontErr', align: 'center',title: '鍓嶈秴闄�'}
@@ -39,7 +39,7 @@
             ,{field: 'rightErr', align: 'center',title: '鍙宠秴闄�'}
             ,{field: 'barcodeErr', align: 'center',title: '鎵爜澶辫触'}
 
-            ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
+            // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
         ]],
         request: {
             pageName: 'curr',

--
Gitblit v1.9.1