From ca6edb996be2629c8b26080c2fe9e66adbf5d10c Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Sun, 3 Jul 2022 13:03:40 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E7=85=A7=E5=8E=9F=E5=9E=8B=E5=9B=BE?=
=?UTF-8?q?=E5=AE=8C=E5=96=84=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../cheliangcaigou/cheliangcaigou.vue | 20 ++---
.../cheliangcaigou/cheliangcaigouAdd.vue | 89 ++++++++++---------
.../cheliangcaigou/cheliangcaigouInfo.vue | 30 +++----
3 files changed, 70 insertions(+), 69 deletions(-)
diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/cheliangcaigou.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/cheliangcaigou.vue
index f5201fbd57..797ae145e5 100644
--- a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/cheliangcaigou.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/cheliangcaigou.vue
@@ -56,22 +56,22 @@
-
+
编辑
查看
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/cheliangcaigouAdd.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/cheliangcaigouAdd.vue
index 6f42421390..be6619eb37 100644
--- a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/cheliangcaigouAdd.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/cheliangcaigouAdd.vue
@@ -72,45 +72,45 @@
-
- 车型价格信息
-
-
-
- 上装价格
-
-
-
-
-
-
-
- 入库合同单价
-
-
-
-
-
-
-
-
-
- 运费
-
-
-
-
-
-
-
- 销售指导价
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
订单进程
@@ -240,13 +240,14 @@ export default {
if (valid) {
this.submitdisabled = true
req.saveEdit(this.formobj, this.formobj.sid).then(resp => {
- this.submitdisabled = false
+ this.submitdisabled = false
+ if (resp.success) {
_this.$message({showClose: true, type: 'success', message: resp.msg})
_this.handleReturn('true')
- })
- .catch(() => {
- this.submitdisabled = false
- })
+ }
+ }).catch(() => {
+ this.submitdisabled = false
+ })
} else {
return false
}
diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/cheliangcaigouInfo.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/cheliangcaigouInfo.vue
index 173ca2f472..6fb5cc8c0b 100644
--- a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/cheliangcaigouInfo.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/cheliangcaigouInfo.vue
@@ -34,21 +34,21 @@
台数
{{ formobj.platformNo }}
-
- 车型价格信息
-
-
- 上装价格
- {{ formobj.coatPrice }}
- 入库合同单价
- {{ formobj.treasuryPrice }}
-
-
- 运费
- {{ formobj.freight }}
- 销售指导价
- {{ formobj.salesGuidePrice }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
订单进程