From dcecb039035f4b2e82e31c39b74db9402444c536 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期二, 08 四月 2025 21:35:39 +0800 Subject: [PATCH] 代码更新,优化等内容 --- 代码管理/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/proOutboundOrderDetail.vue | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/proOutboundOrderDetail.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/proOutboundOrderDetail.vue" index a59c06e..5c092bc 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/proOutboundOrderDetail.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/proOutboundOrderDetail.vue" @@ -3,7 +3,7 @@ <vol-box v-model="showDetialBox" :lazy="true" - width="75%" + width="85%" :padding="15" title="鍗曟嵁鏄庣粏淇℃伅" > @@ -91,7 +91,7 @@ </el-table> </div> </vol-box> - <pp-stock-select ref="childs" ></pp-stock-select> + <stock-select ref="childs" ></stock-select> <selected-stock ref="SelectedStock" @parentCall="parentCall" @@ -101,8 +101,8 @@ <script> import VolBox from "@/components/basic/VolBox.vue"; import VolForm from "@/components/basic/VolForm.vue"; -import StockSelect from "./StockSelect.vue"; -import SelectedStock from "./SelectedStock.vue"; +import StockSelect from "./ProStockSelect.vue"; +import SelectedStock from "./ProSelectedStock.vue"; export default { components: { VolBox, VolForm, StockSelect, SelectedStock }, data() { @@ -214,24 +214,24 @@ width: 120, }, { - prop: "spareQty", - title: "澶囧搧鏁�", - type: "string", - width: 120, + prop: "assignStock", + title: "鎸囧畾搴撳瓨", + type: "icon", + width: 90, + icon: "el-icon-s-grid", }, - // { - // prop: "assignStock", - // title: "鎸囧畾搴撳瓨", - // type: "icon", - // width: 90, - // icon: "el-icon-s-grid", - // }, { prop: "viewDetail", title: "鍑哄簱璇︾粏", type: "icon", width: 90, icon: "el-icon-s-operation", + }, + { + prop: "spareQty", + title: "澶囧搧鏁�", + type: "string", + width: 120, }, { prop: "creater", @@ -314,7 +314,7 @@ this.getData(); }, getData() { - var wheres = [{ name: "orderId", value: this.row.id }]; + var wheres = [{ name: "proOrderId", value: this.row.id }]; var param = { page: this.paginations.page, rows: this.paginations.rows, -- Gitblit v1.9.3