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/ProSelectedStock.vue | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/ProSelectedStock.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/ProSelectedStock.vue" index f78a68c..d8d5ef2 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/ProSelectedStock.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/ProSelectedStock.vue" @@ -15,6 +15,8 @@ <el-divider direction="vertical"></el-divider> <span class="less-style">浜у搧鐗堟湰锛� {{ row.pVer }} </span> <el-divider direction="vertical"></el-divider> + <span class="less-style">閿�鍞鍗曪細 {{ row.saleOrder }} </span> + <el-divider direction="vertical"></el-divider> <span class="less-style" >闇�姹傛暟閲忥細 {{ row.qtyPcs }} </span> @@ -104,12 +106,12 @@ width: 150, hidden: true, }, - { - prop: "orderType", - title: "鍗曟嵁绫诲瀷", - type: "string", - width: 90, - }, + // { + // prop: "orderType", + // title: "鍗曟嵁绫诲瀷", + // type: "string", + // width: 90, + // }, { prop: "batchNo", title: "鎵规鍙�", @@ -167,7 +169,7 @@ }, { prop: "palletCode", - title: "鎵樼洏缂栧彿", + title: "鑳舵鍙�", type: "string", width: 150, }, @@ -194,7 +196,7 @@ getData() { this.http .post( - "api/OutStockLockInfo/GetByOrderDetailId?orderDetailId=" + + "api/OutProStockInfo/GetByOrderDetailId?orderDetailId=" + this.row.id, null, "鏌ヨ涓�" -- Gitblit v1.9.3