From c3ce5cca1b44e9245dfad8fd96e2f9b184de8984 Mon Sep 17 00:00:00 2001
From: anthonyywj2 <353682448@qq.com>
Date: Tue, 9 Aug 2022 18:57:00 +0800
Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/basic/BasicEntrutsRece.vue | 625 +++++++++---------
src/views/business/stockOrder.vue | 2 +-
.../business/stockOrderEditDistribution.vue | 6 +-
src/views/business/stockOrderEditor.vue | 6 +-
.../business/stockOrderNewDistribution.vue | 9 +-
src/views/business/stockOrderQRCodeDetail.vue | 45 +-
src/views/inout/IOAddOrder.vue | 5 +-
src/views/inout/IOAdditionalOrder.vue | 7 +-
src/views/inout/IOFinishOrder.vue | 2 +-
src/views/inout/IONewOrder.vue | 20 +-
src/views/inout/errorCode.vue | 11 +-
src/views/thrsys/thrOrderNew.vue | 6 +-
12 files changed, 375 insertions(+), 369 deletions(-)
diff --git a/src/views/basic/BasicEntrutsRece.vue b/src/views/basic/BasicEntrutsRece.vue
index 479b1af..b4a2161 100644
--- a/src/views/basic/BasicEntrutsRece.vue
+++ b/src/views/basic/BasicEntrutsRece.vue
@@ -1,334 +1,357 @@
-
-
-
-
-
-
-
-
-
- 查询
- 新增
-
-
+
+
+
+
+
+
+
+
+
+ 查询
+ 新增
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
- 编辑
-
- 删除
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+ 删除
+
+
-
-
+
+
-
-
-
- 提交
-
- 取消
-
-
-
+
+
+
+ 提交
+
+ 取消
+
+
+
-
-
-
- 提交
-
- 取消
-
-
-
-
-
-
+
+
+
+ 提交
+
+ 取消
+
+
+
+
+
+
diff --git a/src/views/business/stockOrder.vue b/src/views/business/stockOrder.vue
index a444a84..19ac0e9 100644
--- a/src/views/business/stockOrder.vue
+++ b/src/views/business/stockOrder.vue
@@ -324,7 +324,7 @@
{
this.detailLoading = false;
if (response.code === 20000) {
diff --git a/src/views/business/stockOrderNewDistribution.vue b/src/views/business/stockOrderNewDistribution.vue
index 72f6c61..bd863ef 100644
--- a/src/views/business/stockOrderNewDistribution.vue
+++ b/src/views/business/stockOrderNewDistribution.vue
@@ -565,9 +565,9 @@ export default {
// return this.$message.error('批次号不能为空');
// }
// }
- if (this.$isBlank(this.codeArray[i].productDate) && this.$isBlank(this.codeArray[i].expireDate)) {
- return this.$message.error('生产日期与失效日期不能全部为空');
- }
+ // if (this.$isBlank(this.codeArray[i].productDate) && this.$isBlank(this.codeArray[i].expireDate)) {
+ // return this.$message.error('生产日期与失效日期不能全部为空');
+ // }
// if (this.$isBlank(this.codeArray[i].expireDate)) {
// return this.$message.error('失效日期不能为空');
// }
@@ -759,7 +759,6 @@ export default {
selectProductFunction(event) {
if (event == null) {
- // this.$refs.inputRef.focus();
} else {
event.target.select();
}
@@ -790,12 +789,14 @@ export default {
if (item.mainAction == 'WareHouseOut' && this.formData.noInvOut != true) {
this.invQueryData = {
locStorageCode: this.formData.locStorageCode,
+ invWarehouseCode: this.formData.invWarehouseCode,
};
this.selectInvProductVisible = true;
} else if (item.mainAction == "WareHouseIn" && this.curAction.corpType == 1 && this.formData.noInvOut != true) {
this.invQueryData = {
locStorageCode: this.formData.corpId,
+ invWarehouseCode: this.formData.fromSubInvCode,
};
this.selectInvProductVisible = true;
} else {
diff --git a/src/views/business/stockOrderQRCodeDetail.vue b/src/views/business/stockOrderQRCodeDetail.vue
index ac72842..6340a34 100644
--- a/src/views/business/stockOrderQRCodeDetail.vue
+++ b/src/views/business/stockOrderQRCodeDetail.vue
@@ -63,23 +63,10 @@
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
+
{{ statusMap[scope.row.printStatus] }}
@@ -95,17 +82,6 @@
{{ scope.row.updateTime }}
-
-
-
-
-
-
-
-
-
-
-
@@ -123,8 +99,13 @@