zhaowc
2024-09-18 bdd84cc48ba7b2527584c44d174da8e7d20c5375
HTML/views/ASNSetting/ArrivalNoticeDetail.html
@@ -209,13 +209,16 @@
            { field: 'Standard', title: '规格', width: 160, align: 'center' },
            { field: 'LotText', title: '批次描述', align: 'center', edit: 'text', width: 160 },
            { field: 'PackagNo', title: '包装名称', width: 160, templet: "#table-content-Packlist" },
            { field: 'Lot1', title: '生产日期', align: 'center', edit: 'text', width: 140 },
            { field: 'Lot2', title: '过期日期', align: 'center', edit: 'text', width: 140 },
            // { field: 'Price', title: '单价', align: 'center', width: 80 },
            // { field: 'Money', title: '金额', align: 'center', width: 100 },
            { field: 'UDF1', title: '自定义列1', align: 'center', edit: 'text', width: 140 },
            { field: 'UDF2', title: '自定义列2', align: 'center', edit: 'text', width: 140 },
            { field: 'UDF3', title: '自定义列3', align: 'center', edit: 'text', width: 140 },
            { field: 'UDF4', title: '自定义列4', align: 'center', edit: 'text', width: 140 },
            { field: 'UDF5', title: '自定义列5', align: 'center', width: 140, templet: '#templetUDF5' },
            // { field: 'UDF1', title: '自定义列1', align: 'center', edit: 'text', width: 140 },
            // { field: 'UDF2', title: '自定义列2', align: 'center', edit: 'text', width: 140 },
            // { field: 'UDF3', title: '自定义列3', align: 'center', edit: 'text', width: 140 },
            // { field: 'UDF4', title: '自定义列4', align: 'center', edit: 'text', width: 140 },
            // { field: 'UDF5', title: '自定义列5', align: 'center', width: 140, templet: '#templetUDF5' },
            { field: 'caozuo', title: '操作', fixed: 'right', width: 100, align: 'center', templet: '#table-content-list', "disabled": true }
         ]];
         var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//将表头数据进行url编码
@@ -703,6 +706,8 @@
                  IsBale: arr[i].IsBale,
                  IsBelt: arr[i].IsBelt,
                  SupplierLot: arr[i].SupplierLot,
                  Lot1: arr[i].Lot1,
                  Lot2: arr[i].Lot2,
                  UDF1: arr[i].UDF1,
                  UDF2: arr[i].UDF2,
                  UDF3: arr[i].UDF3,