From 8a4745e079ae98b6037415d10fbc1ac9a546cfeb Mon Sep 17 00:00:00 2001
From: xiaofajia <1665375861@qq.com>
Date: Mon, 25 Nov 2024 17:44:13 +0800
Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E6=B5=81=E7=A8=8B=E8=BF=98?=
=?UTF-8?q?=E6=98=AF=E6=8C=89=E7=85=A7=E7=9B=AE=E5=89=8D=E7=9A=84=E6=B5=81?=
=?UTF-8?q?=E7=A8=8B=EF=BC=8C=E9=9C=80=E8=A6=81=E5=A2=9E=E5=8A=A0=E5=8F=8C?=
=?UTF-8?q?=E6=96=B9=E6=8B=8D=E7=85=A7=E4=B8=8A=E4=BC=A0=E7=9A=84=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/repair/stockOperate/Components/WaresItem.vue | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/repair/stockOperate/Components/WaresItem.vue b/src/views/repair/stockOperate/Components/WaresItem.vue
index 6c5f03f..fa43510 100644
--- a/src/views/repair/stockOperate/Components/WaresItem.vue
+++ b/src/views/repair/stockOperate/Components/WaresItem.vue
@@ -98,7 +98,7 @@
:disabled="allSelectRows.length === 0 || allSelectRows.filter(item => !item.isStock).length !== 0">
通知领料
-
通知退料
@@ -245,9 +245,9 @@
-
+
-
+
@@ -419,7 +419,7 @@ export default {
return item.replace(process.env.VUE_APP_FILE_API, "")
}).join(",")
}
- if (this.type && (!this.chooseStaff || this.chooseStaff.length === 0)){
+ if ((!this.chooseStaff || this.chooseStaff.length === 0)){
this.$modal.msgError("请选择领料人!")
return
}
@@ -431,7 +431,7 @@ export default {
userName: this.formData.repairName,
soTime: parseTime(Date.now(), '{y}-{m}-{d}'),
soStatus: this.type ? "04" : "07",
- userIds: this.type ? this.chooseStaff.join(",") : ''
+ userIds: this.chooseStaff.join(",")
// purchaseType: "01"
}
this.formData.repairSois = [...this.allSelectRows.map(item => {