bklLiudl
2024-08-26 fe5c4eeb45ec03380259b2e3c9b411be128ae6c8
HTML/views/ASNSetting/ProcurePlanNotice.html
@@ -65,9 +65,9 @@
               </div>
               <div class="layui-inline">
                  <label class="layui-form-label">客户名称</label>
                  <label class="layui-form-label">供应商</label>
                  <div class="layui-input-inline">
                     <input type="text" id="CustomerName" name="CustomerName" placeholder="客户名称"
                     <input type="text" id="CustomerName" name="CustomerName" placeholder="供应商"
                        autocomplete="off" class="layui-input">
                  </div>
               </div>
@@ -288,10 +288,10 @@
            { field: 'Status', title: '执行状态', align: 'center', templet: '#buttonTpl' },
            { field: 'CompleteTime', title: '完成时间', align: 'center', templet: '#templetCompleteTime' },
            { field: 'UserName', title: '制单人', align: 'center', width: 110 },
            { field: 'CreateUserName', title: '创建人', align: 'center', width: 110 },
            // { field: 'CreateUserName', title: '创建人', align: 'center', width: 110 },
            { field: 'CreateTime', title: '下发时间', align: 'center', templet: '#templetCreateTime' },
            { field: 'UpdateUserName', title: '修改人', align: 'center', width: 110 },
            { field: 'UpdateTime', title: '修改时间', align: 'center', templet: '#templetUpdateTime' },
            // { 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 }
         ]];
         var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//将表头数据进行url编码
@@ -331,7 +331,7 @@
                  height: h1,
                  id: 'LAY-app-content-list',
                  where: param,
                  contentType: 'application/json',
                  headers: { ToKen: $.cookie('token') },
                  page: true,
@@ -362,19 +362,19 @@
            { field: 'OrderDetailCode', title: '采购单行号', align: 'center', width: 100 },
            { field: 'CustomerName', title: '供应商名称', align: 'center' },
            { field: 'SkuNo', title: '物料编码', align: 'center', width: 100 },
            { field: 'SkuName', title: '物料名称', align: 'center', width: 200 },
            { field: 'Standard', title: '物料规格', align: 'center', width: 130 },
            { field: 'SkuName', title: '物料名称', align: 'center' },
            { field: 'Standard', title: '物料规格', align: 'center' },
            { 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: '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: 'PackagName', title: '包装名称', align: 'center' },
            // { 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 }
         ]];
         var DetailColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(DetailColsArr)))//将表头数据进行url编码
@@ -411,6 +411,7 @@
                  defaultToolbar: [], //'filter','print', 'exports'
                  headers: { ToKen: $.cookie('token') },
                  page: true,
                  even: true,
                  limit: pageCnt,
                  limits: pageLimits,
                  cellMinWidth: 60, //全局定义常规单元格的最小宽度,layui 2.2.1 新增