From 235091fe71c48c7477d3040c8b99560a4e63e06b Mon Sep 17 00:00:00 2001 From: "WJ-202301081617\\Wlos" <1762697860@qq.com> Date: Sun, 21 Jul 2024 19:44:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=9B=98=E7=82=B9=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/js/inventoryTaskList/complateInventoryChild.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp/src/main/resources/template/js/inventoryTaskList/complateInventoryChild.js b/erp/src/main/resources/template/js/inventoryTaskList/complateInventoryChild.js index 2c2f8729c..eabe2c51f 100644 --- a/erp/src/main/resources/template/js/inventoryTaskList/complateInventoryChild.js +++ b/erp/src/main/resources/template/js/inventoryTaskList/complateInventoryChild.js @@ -40,8 +40,8 @@ layui.config({ limit: 8, cols: [[ { title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' }, - { field: 'jobNumber', title: '员工工号', width: 100, templet: function (d) { - return '' + d.jobNumber + ''; + { field: 'codeNum', title: '条形码', width: 250, templet: function (d) { + return '' + d.codeNum + ''; }}, // { field: 'userName', title: '员工姓名', width: 100 }, // { field: 'userSex', title: '性别', width: 60, rowspan: '2', templet: function (d) { -- GitLab