From dec8bdf36a37b4a50ffc0e582a437d1b71e2327e Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Tue, 20 May 2025 16:19:18 +0800 Subject: [PATCH] =?UTF-8?q?addon=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/pms/blenderOrder/config.js | 2 +- src/views/modules/pms/order/config.js | 2 +- src/views/modules/pms/pressOrder/config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/modules/pms/blenderOrder/config.js b/src/views/modules/pms/blenderOrder/config.js index 3e0b252..847f90f 100644 --- a/src/views/modules/pms/blenderOrder/config.js +++ b/src/views/modules/pms/blenderOrder/config.js @@ -9,7 +9,7 @@ export default function () { // { prop: "kilnCode", label: "窑炉" }, { width: 128, prop: "orderCode", label: "主订单号" }, { width: 60, prop: "orderCate", label: "子号" }, - // { width: 128, prop: "code", label: "混料订单号" }, + { prop: "addon", label: "addon" }, { width: 80, prop: "percent", diff --git a/src/views/modules/pms/order/config.js b/src/views/modules/pms/order/config.js index a1a9eb3..364715c 100644 --- a/src/views/modules/pms/order/config.js +++ b/src/views/modules/pms/order/config.js @@ -65,6 +65,7 @@ export default function () { { width: 60, type: "index", label: "序号", fixed: true }, { width: 120, prop: "code", label: "订单号", fixed: "left" }, { width: 60, prop: "cate", label: "子号" }, + { width: 100, prop: "sapParam1", label: "addon" }, { width: 100, prop: "productCode", label: "物料" }, // "物料编号" }, // select, filterable { width: 100, prop: "shapeCode", label: "砖型" }, // "砖型编号" }, // select, filterable { width: 160, prop: "brand", label: "牌号" }, // select, filterable @@ -87,7 +88,6 @@ export default function () { { width: 200, prop: "saleOrderItem", label: "销售订单item号" }, { width: 120, prop: "soqty", label: "销售订单数" }, { width: 120, prop: "deliveryTime", label: "销售时间", filter: timeFilter }, - { width: 65, prop: "sapParam1", label: "addon" }, { width: 200, prop: "shortDesc", label: "喷码描述" }, { width: 120, prop: "yieldqty", label: "已生产数量" }, // uneditable // { prop: "description", label: "详情", subcomponent: TableTextComponent }, diff --git a/src/views/modules/pms/pressOrder/config.js b/src/views/modules/pms/pressOrder/config.js index 7f5a38f..d1dab67 100644 --- a/src/views/modules/pms/pressOrder/config.js +++ b/src/views/modules/pms/pressOrder/config.js @@ -9,7 +9,7 @@ export default function () { // { prop: "kilnCode", label: "窑炉" }, { width: 160, prop: "orderCode", label: "主订单号" }, { width: 60, prop: "orderCate", label: "子号" }, - // { width: 160, prop: "code", label: "压制订单号" }, + { prop: "addon", label: "addon" }, { width: 90, prop: "percent",