From 41c5a191f9419bfa03e3ba0c18bb00d3172d6162 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期六, 14 十二月 2024 14:30:15 +0800 Subject: [PATCH] 修改问题 --- HTML/views/ASNSetting/ArrivalNoticeDetail.html | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HTML/views/ASNSetting/ArrivalNoticeDetail.html b/HTML/views/ASNSetting/ArrivalNoticeDetail.html index 3c7406f..a945ed2 100644 --- a/HTML/views/ASNSetting/ArrivalNoticeDetail.html +++ b/HTML/views/ASNSetting/ArrivalNoticeDetail.html @@ -60,11 +60,11 @@ <div class="layui-input-inline"> <select name="Type" id="Type" lay-filter="Type" lay-search> <!-- JC23 --> - <option value="0">鎴愬搧鍏ュ簱</option> - <option value="1">閲囪喘鍏ュ簱</option> - <option value="4">杞﹂棿浣欐枡閫�鍥炲叆搴�</option> + <!-- <option value="0">鎴愬搧鍏ュ簱</option> --> + <option value="1">鍘熸枡鍏ュ簱</option> + <!-- <option value="4">杞﹂棿浣欐枡閫�鍥炲叆搴�</option> <option value="5">鍏跺畠鍏ュ簱</option> - <option value="6">浠e偍鍏ュ簱</option> + <option value="6">浠e偍鍏ュ簱</option> --> <!-- <option value=""></option> --> <!-- JC24 --> <!-- <option value="0" selected>鎴愬搧鍏ュ簱</option> @@ -133,7 +133,7 @@ {{# function GetBtn1(d){ var html = ''; var TypeValue = $("#Type").val(); - if(TypeValue=='1' || TypeValue=='5' || TypeValue=='6' || TypeValue=='7'){ + if(TypeValue=='5' || TypeValue=='6' || TypeValue=='7'){ if(d.LotNo==null || d.LotNo==undefined || d.LotNo==''){ html+= '<input type="text" class="input-dis" value="" disabled>'; }else{ @@ -209,7 +209,7 @@ { field: 'Id', title: '鍏ュ簱鍗曟槑缁咺D', width: 120, align: 'center', fixed: 'left', hide: true, "disabled": true }, { field: 'SkuNo', title: '鐗╂枡缂栫爜', minWidth: 100, align: 'center', fixed: 'left', "disabled": true }, { field: 'SkuName', title: '鐗╂枡鍚嶇О', minWidth: 180, align: 'center', fixed: 'left', "disabled": true }, - { field: 'LotNo', title: '鎵规鍙�', align: 'center', edit: 'text', minWidth: 130, fixed: 'left', templet: '#templetLotNo', "disabled": true }, + { field: 'LotNo', title: '鎵规鍙�', align: 'center', edit: 'text', minWidth: 130, fixed: 'left', templet: '#templetLotNo' }, { field: 'SupplierLot', title: '渚涜揣鎵规', width: 130, edit: 'text', event: 'setSign', fixed: 'left', "disabled": true }, { field: 'Qty', title: '鏁伴噺', align: 'center', width: 80, edit: 'number', event: 'dataNumber', fixed: 'left', "disabled": true }, { field: 'UnitName', title: '璁¢噺鍗曚綅', align: 'center', width: 70 }, @@ -327,8 +327,8 @@ } else { // 娣诲姞鐨勬椂鍊欑Щ闄も�橀噰璐叆搴撯�欓」 - $('select[lay-filter="Type"]').find('option[value="1"]').remove(); - form.render('select'); // 鏇存柊layui鐨剆elect娓叉煋 + //$('select[lay-filter="Type"]').find('option[value="1"]').remove(); + //form.render('select'); // 鏇存柊layui鐨剆elect娓叉煋 } -- Gitblit v1.8.0