From 13d295c4210ee589b3e524bd157f85c63bca5a3e Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期四, 30 四月 2026 13:12:08 +0800
Subject: [PATCH] 1.出库单据转历史档有问题 2.新增单据历史档 3.修复入库完成转明细失败

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

diff --git a/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js b/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js
index f62aa35..38b0fd0 100644
--- a/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js
+++ b/src/main/webapp/static/js/wrkMastLog/wrkMastLog.js
@@ -26,10 +26,12 @@
             {field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�',event: 'wrkNo', sort: true}
             ,{field: 'userNo', align: 'center',title: '涓氬姟鍗曞彿'}
             ,{field: 'ioTime$', align: 'center',title: '宸ヤ綔鏃堕棿', width:160, sort: true}
+            ,{field: 'costTime', align: 'center',title: '鑰楁椂(鍒嗛挓)', width: 110, sort: true}
             ,{field: 'wrkSts$', align: 'center',title: '宸ヤ綔鐘舵��', width:160}
             ,{field: 'ioType$', align: 'center',title: '鍏ュ嚭搴撶被鍨�', width:160}
             ,{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: '婧愬簱浣�'}
@@ -321,6 +323,7 @@
             crnPosTime: top.strToDate($('#crnPosTime\\$').val()),
             loadTime: $('#loadTime').val(),
             expTime: $('#expTime').val(),
+            costTime: $('#costTime').val(),
             refWrkno: $('#refWrkno').val(),
             refIotime: top.strToDate($('#refIotime\\$').val()),
             modiUser: $('#modiUser').val(),

--
Gitblit v1.9.1