wxw
2024-08-17 0464969366317154fdbb51e106ca778b855bdd08
HTML/views/ASNSetting/ProcurePlanNotice.html
@@ -292,7 +292,7 @@
            { field: 'CreateTime', title: '下发时间', align: 'center', templet: '#templetCreateTime' },
            { field: 'UpdateUserName', title: '修改人', align: 'center', width: 110 },
            { field: 'UpdateTime', title: '修改时间', align: 'center', templet: '#templetUpdateTime' },
            { field: 'caozuo', title: '操作', fixed: 'right', width: 280, align: 'center', toolbar: '#toolbarDemo1', "disabled": true }
            //{ field: 'caozuo', title: '操作', fixed: 'right', width: 280, align: 'center', toolbar: '#toolbarDemo1', "disabled": true }
         ]];
         var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//将表头数据进行url编码
         //#endregion
@@ -331,7 +331,7 @@
                  height: h1,
                  id: 'LAY-app-content-list',
                  where: param,
                  parseData: FnParseData,
                  contentType: 'application/json',
                  headers: { ToKen: $.cookie('token') },
                  page: true,
@@ -367,15 +367,15 @@
            { field: 'Qty', title: '数量', align: 'center', width: 70 },
            { field: 'CompleteQty', title: '完成数量', align: 'center', width: 90 },
            { field: 'CompleteTime', title: '完成时间', align: 'center', width: 160, templet: '#templetCompleteTime2' },
            { field: 'UnitName', title: '计量单位', align: 'center', width: 90 },
            { field: 'Price', title: '单价', align: 'center', width: 65 },
            { field: 'Money', title: '金额', align: 'center', width: 65 },
            //{ field: 'UnitName', title: '计量单位', align: 'center', width: 90 },
            //{ field: 'Price', title: '单价', align: 'center', width: 65 },
            //{ field: 'Money', title: '金额', align: 'center', width: 65 },
            { field: 'PackagName', title: '包装名称', align: 'center', width: 110, },
            { field: 'CreateUserName', title: '创建人', align: 'center', width: 100 },
            { field: 'CreateTime', title: '创建时间', align: 'center', width: 160, templet: '#templetCreateTime2' },
            { field: 'UpdateUserName', title: '修改人', align: 'center', width: 150, },
            { field: 'UpdateTime', title: '修改时间', align: 'center', width: 150, templet: '#templetUpdateTime3' },
            { field: 'caozuo', title: '操作', fixed: 'right', align: 'center', toolbar: '#toolbarDemoList', "disabled": true }
            //{ field: 'caozuo', title: '操作', fixed: 'right', align: 'center', toolbar: '#toolbarDemoList', "disabled": true }
         ]];
         var DetailColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(DetailColsArr)))//将表头数据进行url编码
         //#endregion
@@ -432,7 +432,7 @@
            });
            sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function (res) {
               if (res.code == 200) { //成功
               if (res.code == 0) { //成功
                  for (var k = 0; k < res.data.length; k++) {
                     if (res.data[k].MenuName == "生成入库单") {
                        $(function () {