From b203b4f758657098b0f964078ad724ff53c817f7 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 16 Apr 2026 13:52:46 +0800 Subject: [PATCH] =?UTF-8?q?2026-04-16=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workOrderAlloc/searchWorkOrderAlloc.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/modules/shopOrder/workOrderAlloc/searchWorkOrderAlloc.vue b/src/views/modules/shopOrder/workOrderAlloc/searchWorkOrderAlloc.vue index e0de76c..cde8ee6 100644 --- a/src/views/modules/shopOrder/workOrderAlloc/searchWorkOrderAlloc.vue +++ b/src/views/modules/shopOrder/workOrderAlloc/searchWorkOrderAlloc.vue @@ -53,13 +53,13 @@ - - + + - - + + @@ -363,8 +363,8 @@ export default { { columnProp: "enterDate", headerAlign: "center", align: "left", columnLabel: "录入日期", columnWidth: 100 }, { columnProp: "needDate", headerAlign: "center", align: "left", columnLabel: "要求完工日期", columnWidth: 100 }, { columnProp: "orderType", headerAlign: "center", align: "left", columnLabel: "订单类型", columnWidth: 80 }, - { columnProp: "partNo", headerAlign: "center", align: "left", columnLabel: "产成品编码", columnWidth: 120 }, - { columnProp: "partDescription", headerAlign: "center", align: "left", columnLabel: "产成品名称/规格", columnWidth: 160 }, + { columnProp: "partNo", headerAlign: "center", align: "left", columnLabel: "物料编码", columnWidth: 120 }, + { columnProp: "partDescription", headerAlign: "center", align: "left", columnLabel: "物料名称/规格", columnWidth: 160 }, { columnProp: "lotSize", headerAlign: "center", align: "right", columnLabel: "订单量", columnWidth: 80 }, { columnProp: "status", headerAlign: "center", align: "left", columnLabel: "订单状态", columnWidth: 80 }, { columnProp: "customerName", headerAlign: "center", align: "left", columnLabel: "客户名称", columnWidth: 150 },