From 5d468e5ccd96dc068d91d593c770643ecdc6f1af Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期四, 03 七月 2025 16:34:41 +0800 Subject: [PATCH] 1. 入库历史订单明细数据丢失 2. 库存信息响应问题 3. 出库明细新加客户信息 4. 库存明细增加查询条件 5. 出库修改物料来源 --- zy-asrs-admin/src/components/order/order/orderOut.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/zy-asrs-admin/src/components/order/order/orderOut.vue b/zy-asrs-admin/src/components/order/order/orderOut.vue index 52cbacb..85a6da8 100644 --- a/zy-asrs-admin/src/components/order/order/orderOut.vue +++ b/zy-asrs-admin/src/components/order/order/orderOut.vue @@ -410,7 +410,6 @@ style="width: 140px;margin-right: 10px;" show-search allowClear :options="orderTypeQueryList" optionFilterProp="label" optionLabelProp="label"> </a-select> - <a-input-search v-model:value="searchInput" :placeholder="formatMessage('page.input', '璇疯緭鍏�')" style="width: 200px;" @search="onSearch" /> </div> @@ -473,9 +472,7 @@ </template> </template> </a-table> - <ShowOrderDetlComponent ref="showOrderDetlChild" /> - </div> <OrderPrint ref="printChild" /> </template> -- Gitblit v1.9.1