From 6049db0ae1031b7011e3587a6286500b7b84d697 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 31 三月 2025 02:22:24 +0800
Subject: [PATCH] 更新
---
代码管理/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/proOutboundOrderDetail.vue | 62 +++++++++++++++++--------------
1 files changed, 34 insertions(+), 28 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 5941acb..a59c06e 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"
@@ -14,13 +14,13 @@
<span>宸查�変腑 {{ selection.length }} 椤�</span>
</el-col>
<el-col :span="8">
- <el-link
+ <!-- <el-link
type="primary"
size="small"
style="float: right; height: 20px"
@click="lockstocks"
>閿佸畾搴撳瓨</el-link
- >
+ > -->
<el-link
type="primary"
size="small"
@@ -183,9 +183,15 @@
type: "string",
width: 150,
},
+ // {
+ // prop: "overQtyPcs",
+ // title: "宸插嚭鏁伴噺",
+ // type: "string",
+ // width: 150,
+ // },
{
- prop: "overQtyPcs",
- title: "宸插嚭鏁伴噺",
+ prop: "lockQtyPcs",
+ title: "閿佸畾鏁伴噺",
type: "string",
width: 150,
},
@@ -213,13 +219,13 @@
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: "鍑哄簱璇︾粏",
@@ -239,18 +245,18 @@
type: "datetime",
width: 160,
},
- {
- prop: "modifier",
- title: "淇敼浜�",
- type: "string",
- width: 100,
- },
- {
- prop: "modifyDate",
- title: "淇敼鏃堕棿",
- type: "datetime",
- width: 160,
- },
+ // {
+ // prop: "modifier",
+ // title: "淇敼浜�",
+ // type: "string",
+ // width: 100,
+ // },
+ // {
+ // prop: "modifyDate",
+ // title: "淇敼鏃堕棿",
+ // type: "datetime",
+ // width: 160,
+ // },
{
prop: "remark",
title: "澶囨敞",
@@ -356,7 +362,7 @@
var keys = this.selection.map((item) => item.id); // 鑾峰彇閫変腑琛岀殑id
this.http
- .post("api/Mes/PPCutOutGenerateOutboundTasks", keys, "鏁版嵁澶勭悊涓�")
+ .post("api/Task/OutProductTask?stationCode=5236", keys, "鏁版嵁澶勭悊涓�")
.then((x) => {
if (!x.status) return this.$message.error(x.message);
this.$message.success("鎿嶄綔鎴愬姛");
@@ -375,10 +381,10 @@
getButtonEnable(propName, row) {
if (propName == "assignStock") {
if (
- row.orderDetailStatus !== 0 &&
- row.orderDetailStatus !== 60 &&
- row.orderDetailStatus !== 70 &&
- row.orderDetailStatus !== 80
+ row.proOrderDetailStatus !== 0 &&
+ row.proOrderDetailStatus !== 60 &&
+ row.proOrderDetailStatus !== 70 &&
+ row.proOrderDetailStatus !== 80
) {
return true;
} else {
--
Gitblit v1.9.3