From 7fb3c26085cc8465574fabbc7633f6737a0a167e Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Tue, 5 Mar 2024 15:56:03 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=85=A5=E5=BA=93--=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=E9=87=87=E8=B4=AD=E7=B3=BB=E7=BB=9F=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E3=80=81=E8=BD=A6=E6=9E=B6=E5=8F=B7=E5=BD=95=E5=85=A5=E9=99=90?=
=?UTF-8?q?=E5=88=B617=E4=BD=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/ruzhang/ruzhangguanli/ruzhangAdd.vue | 15 ++++++++++-----
.../views/ruzhang/ruzhangguanli/ruzhangInfo.vue | 9 +++++++--
.../ruzhangguanli/ruzhangDaiBanInfo.vue | 9 +++++++--
.../ruzhangguanli/ruzhangEdit.vue | 14 +++++++++-----
.../ruzhangguanli/ruzhangYiBanInfo.vue | 9 +++++++--
5 files changed, 40 insertions(+), 16 deletions(-)
diff --git a/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue b/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue
index 7d42591b12..06a99e9ebb 100644
--- a/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue
@@ -5,7 +5,7 @@
{{ viewTitle }}
保存
- 确认
+ 确认
关闭
@@ -32,11 +32,15 @@
-
+
采购订单编号
-
+
+ 采购系统
+ {{ formobj.purchaseSystemName }}
+
+
内部编码
{{ formobj.insideCode }}
@@ -290,6 +294,7 @@ export default {
policyTwoo: '', // 政策2
priceDate: '',
purchaseOrderNo: '',
+ purchaseSystemName: '',
remarks: '',
secondaryFreight: '',
userSid: '',
@@ -726,8 +731,8 @@ export default {
}
},
changeVinNo(val) {
- if (val.length < 17 && val.length !== 8) {
- const message = '车架号的长度应为8位或17位'
+ if (val.length < 17) {
+ const message = '车架号的长度应为17位'
this.$message({ showClose: true, type: 'error', message: message })
}
},
diff --git a/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangInfo.vue b/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangInfo.vue
index e355659dc3..f355008030 100644
--- a/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangInfo.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangInfo.vue
@@ -30,11 +30,15 @@
-
+
采购订单编号
{{ formobj.purchaseOrderNo }}
-
+
+ 采购系统
+ {{ formobj.purchaseSystemName }}
+
+
内部编码
{{ formobj.insideCode }}
@@ -287,6 +291,7 @@ export default {
policyTwoo: '',
priceDate: '',
purchaseOrderNo: '',
+ purchaseSystemName: '',
remarks: '',
secondaryFreight: '',
userSid: '',
diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangDaiBanInfo.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangDaiBanInfo.vue
index 85f20f3327..19cc214353 100644
--- a/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangDaiBanInfo.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangDaiBanInfo.vue
@@ -32,11 +32,15 @@
-
+
采购订单编号
{{ formobj.purchaseOrderNo }}
-
+
+ 采购系统
+ {{ formobj.purchaseSystemName }}
+
+
内部编码
{{ formobj.insideCode }}
@@ -322,6 +326,7 @@ export default {
policyTwoo: '',
priceDate: '',
purchaseOrderNo: '',
+ purchaseSystemName: '',
remarks: '',
secondaryFreight: '',
userSid: '',
diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue
index caa20e7047..8f40ff4789 100644
--- a/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue
@@ -31,11 +31,15 @@
-
+
采购订单编号
-
+
+ 采购系统
+ {{ formobj.purchaseSystemName }}
+
+
内部编码
{{ formobj.insideCode }}
@@ -233,7 +237,6 @@