From 79f1208ac060e42db622d5863d893d0e1f7e1c5e Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Mon, 28 Feb 2022 15:45:32 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=AD=89=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/customer/AddCustomer.vue | 3 ++-
src/views/order/AddOrder.vue | 3 +--
src/views/serve/projectAdd.vue | 14 +++++++-------
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/views/customer/AddCustomer.vue b/src/views/customer/AddCustomer.vue
index edf3f96..45938b3 100644
--- a/src/views/customer/AddCustomer.vue
+++ b/src/views/customer/AddCustomer.vue
@@ -122,7 +122,8 @@
-
+
+ 未发货
diff --git a/src/views/order/AddOrder.vue b/src/views/order/AddOrder.vue
index 5e32271..3138d3e 100644
--- a/src/views/order/AddOrder.vue
+++ b/src/views/order/AddOrder.vue
@@ -1268,8 +1268,7 @@ export default {
// 已知成交和总额,计算账号数目
userAmount(val, row) {
if (val && row.totalAmount) {
- // row.accountNum = Math.floor(row.totalAmount / val);
- row.accountNum = this.handleNaN(Math.round(row.totalAmount / val))
+ // row.accountNum = this.handleNaN(Math.round(row.totalAmount / val))
}
},
// 合同起止日期选择
diff --git a/src/views/serve/projectAdd.vue b/src/views/serve/projectAdd.vue
index b943725..2a36ba1 100644
--- a/src/views/serve/projectAdd.vue
+++ b/src/views/serve/projectAdd.vue
@@ -133,6 +133,13 @@
:height="100" />
+
+
+
+
+
+
自定义
@@ -141,13 +148,6 @@
-
-
-
-
-
-