yyk
2024-08-22 1310b47a24f0cc70f0128c820bd490dca6a1a921
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
@@ -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