From fb8cf8c1bb2498b4fc8d4115bfb49ef0436e40d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com> Date: Mon, 2 Feb 2026 18:16:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=EF=BC=8C=E9=80=80=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../child/send_out_pro_detail.js | 10 +++++----- js/aq_inventory/child/project_tk_details.js | 20 ++++++++++++++----- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/js/aq_demand_plan/child/send_out_pro_detail.js b/js/aq_demand_plan/child/send_out_pro_detail.js index 6c80504..cf3b23a 100644 --- a/js/aq_demand_plan/child/send_out_pro_detail.js +++ b/js/aq_demand_plan/child/send_out_pro_detail.js @@ -170,7 +170,7 @@ function initTable() { { field: "remark", title: "备注", - width: '10%', // 微调宽度,适配新增字段 + width: '15%', // 微调宽度,适配新增字段 unresize: true, align: "center", templet: function (d) { @@ -188,7 +188,7 @@ function initTable() { { field: "status", title: "发货状态", - width: '8%', + width: '10%', unresize: true, align: "center", templet: function (d) { @@ -203,7 +203,7 @@ function initTable() { } }, }, - { + /*{ field: "cgNum", width: '7%', title: "采购数量", @@ -230,7 +230,7 @@ function initTable() { return ' ¥ ' + (d.money ? d.money : 0); } }, - }, + },*/ { field: "lkNum", title: "利库数量", @@ -248,7 +248,7 @@ function initTable() { // 新增:进度条字段(核心实现) { title: "完成进度", - width: '12%', // 从12%加宽到15%,足够显示进度条+百分比,核心解决遮挡 + width: '19%', // 从12%加宽到15%,足够显示进度条+百分比,核心解决遮挡 align: "center", unresize: true, templet: function (d) { diff --git a/js/aq_inventory/child/project_tk_details.js b/js/aq_inventory/child/project_tk_details.js index 4eee6a4..700c7a0 100644 --- a/js/aq_inventory/child/project_tk_details.js +++ b/js/aq_inventory/child/project_tk_details.js @@ -156,7 +156,7 @@ function initTable() { }, { field: "proName", - width: '20%', + width: '18%', title: "工程名称", unresize: true, align: "center", @@ -171,21 +171,21 @@ function initTable() { { field: "name", title: "物资名称", - width: '13%', + width: '12%', unresize: true, align: "center", }, { field: "model", title: "规格型号", - width: '13%', + width: '11%', unresize: true, align: "center", }, { field: "unit", title: "单位", - width: '8%', + width: '6%', unresize: true, align: "center", }, @@ -206,6 +206,16 @@ function initTable() { return d.totalBack; }, }, + { + field: "manager", + title: "经办人", + width: '8%', + align: "center", + unresize: true, + templet: function (d) { + return d.manager; + }, + }, ], ], limits: [10, 15, 20, 25, 50, 100], @@ -266,7 +276,7 @@ function sendOutDeviceForm(obj) { obj.proName = objParam.proName; let content = '../aq_demand_plan/child/send_out_form_device.html'; openIframeByParamObj2("sendOutForm", "设备发货", content, "92%", "95%", obj); -} +} // 采购发货成功