From 5f8b6c6b9039510ccdb21198d876983250158d89 Mon Sep 17 00:00:00 2001
From: "liang.chao" <1360241448@qq.com>
Date: Thu, 7 Nov 2024 11:07:08 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=BA=86=E9=9C=80=E6=B1=82=E6=95=B4?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../secondStore/secondStore.vue | 4 ++--
.../claimAndreturn/picking/outbound/index.vue | 19 +++++++++++++++++--
src/views/repairTest/repair/dialogOneForm.vue | 2 +-
src/views/stquery/deviceStatusRecord.vue | 8 +++++++-
4 files changed, 27 insertions(+), 6 deletions(-)
diff --git a/src/views/claimAndRefund/secondStore/secondStore.vue b/src/views/claimAndRefund/secondStore/secondStore.vue
index 07b8870..ded4461 100644
--- a/src/views/claimAndRefund/secondStore/secondStore.vue
+++ b/src/views/claimAndRefund/secondStore/secondStore.vue
@@ -4,9 +4,9 @@
长期领用
-
+
待出库数量:{{ outNum }}
+
部分设备出库时,需进行装车,需记录车牌号码部分设备出库时,需进行装车,需记录车牌号码
+
+
+
+
+
部分设备出库时,需进行装车,需记录车牌号码部分设备出库时,需进行装车,需记录车牌号码
+
+
+
+
+
@@ -683,10 +694,12 @@ export default {
codeOutForm: {
//编码表单-车牌号
carCode: undefined,
+ remark: undefined,
},
numOutForm: {
//数量表单-车牌号
carCode: '',
+ remark: '',
},
outQuery: {
//编码出库-搜索条件
@@ -889,6 +902,7 @@ export default {
maId: item,
manageType: 0,
carCode: this.codeOutForm.carCode,
+ remark: this.codeOutForm.remark,
typeId: this.outObj.typeId,
parentId: this.outObj.parentId,
outNum: 1,
@@ -913,6 +927,7 @@ export default {
//数量出库保存
saveNumOut() {
this.outNumList[0].carCode = this.numOutForm.carCode
+ this.outNumList[0].remark = this.numOutForm.remark
this.outNumList[0].leaseType = this.leaseType
let param = this.outNumList
// console.log(param, '数量出库时参数')
diff --git a/src/views/repairTest/repair/dialogOneForm.vue b/src/views/repairTest/repair/dialogOneForm.vue
index 0ddbc2c..9e3e2d3 100644
--- a/src/views/repairTest/repair/dialogOneForm.vue
+++ b/src/views/repairTest/repair/dialogOneForm.vue
@@ -83,7 +83,7 @@
:prop="'premiumList.' + index + '.partNum'"
label="配件数量:"
:rules="{
- required: isRequired,
+ required: domain.partId,
validator: numberIntegerValidator,
trigger: 'blur',
}"
diff --git a/src/views/stquery/deviceStatusRecord.vue b/src/views/stquery/deviceStatusRecord.vue
index eefdea6..303d8d0 100644
--- a/src/views/stquery/deviceStatusRecord.vue
+++ b/src/views/stquery/deviceStatusRecord.vue
@@ -108,7 +108,7 @@
@@ -159,6 +159,12 @@
prop="num"
:show-overflow-tooltip="true"
/>
+