From 95e39ae7aecd6e1016c71cf5ae70a680d8f569bb Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期二, 29 四月 2025 10:48:30 +0800 Subject: [PATCH] 上传最新代码 --- 代码管理/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/ProSelectedStock.vue | 30 ++++++++++++++++-------------- 1 files changed, 16 insertions(+), 14 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..c869c31 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: "鎵规鍙�", @@ -153,12 +155,12 @@ type: "string", width: 100, }, - { - prop: "assignQuantity", - title: "鍒嗛厤鍑哄簱閲�", - type: "string", - width: 100, - }, + // { + // prop: "assignQuantity", + // title: "鍒嗛厤鍑哄簱閲�", + // type: "string", + // width: 100, + // }, { prop: "taskNum", 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