From fe5c4eeb45ec03380259b2e3c9b411be128ae6c8 Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期一, 26 八月 2024 09:11:58 +0800 Subject: [PATCH] 功能测试,问题修改。 --- HTML/views/ASNSetting/ArrivalNotice.html | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/HTML/views/ASNSetting/ArrivalNotice.html b/HTML/views/ASNSetting/ArrivalNotice.html index 396741c..67fc0aa 100644 --- a/HTML/views/ASNSetting/ArrivalNotice.html +++ b/HTML/views/ASNSetting/ArrivalNotice.html @@ -401,7 +401,7 @@ base: '../../layuiadmin/' //闈欐�佽祫婧愭墍鍦ㄨ矾寰� }).extend({ index: 'lib/index' //涓诲叆鍙fā鍧� - }).use(['index', 'form','table', 'laypage', 'layer', 'laydate'], function () { + }).use(['index', 'form', 'table', 'laypage', 'layer', 'laydate'], function () { var doing = true; @@ -530,13 +530,15 @@ // {field: 'Money',title: '閲戦',align: 'center',width: 65}, { field: 'LotText', title: '鎵规鎻忚堪', align: 'center', width: 120 }, { field: 'PackagName', title: '鍖呰鍚嶇О', align: 'center', width: 110, }, - { field: 'IsBale', title: '鏄惁瑁瑰寘', align: 'center', width: 150 }, - { field: 'IsBelt', title: '鏄惁鎵撳甫', align: 'center', width: 150 }, - { field: 'UDF1', title: '鑷畾涔夊垪1', align: 'center', width: 140 }, - { field: 'UDF2', title: '鑷畾涔夊垪2', align: 'center', width: 140 }, - { field: 'UDF3', title: '鑷畾涔夊垪3', align: 'center', width: 140 }, - { field: 'UDF4', title: '鑷畾涔夊垪4', align: 'center', width: 140 }, - { field: 'UDF5', title: '鑷畾涔夊垪5', align: 'center', width: 140, templet: '#templetUDF5' }, + { field: 'Lot1', title: '鐢熶骇鏃ユ湡', align: 'center', width: 140 }, + { field: 'Lot2', title: '杩囨湡鏃ユ湡', align: 'center', width: 140 }, + // { field: 'IsBale', title: '鏄惁瑁瑰寘', align: 'center', width: 150 }, + // { field: 'IsBelt', title: '鏄惁鎵撳甫', align: 'center', width: 150 }, + // { field: 'UDF1', title: '鑷畾涔夊垪1', align: 'center', width: 140 }, + // { field: 'UDF2', title: '鑷畾涔夊垪2', align: 'center', width: 140 }, + // { field: 'UDF3', title: '鑷畾涔夊垪3', align: 'center', width: 140 }, + // { field: 'UDF4', title: '鑷畾涔夊垪4', align: 'center', width: 140 }, + // { field: 'UDF5', title: '鑷畾涔夊垪5', align: 'center', width: 140, templet: '#templetUDF5' }, { field: 'CreateUserName', title: '鍒涘缓浜�', align: 'center', width: 100 }, { field: 'CreateTime', title: '鍒涘缓鏃堕棿', align: 'center', width: 160, templet: '#templetCreateTime2' }, { field: 'UpdateUserName', title: '淇敼浜�', align: 'center', width: 150, }, -- Gitblit v1.8.0