From 7c96ddade7ecd7647ffdbf5bf9915b7a28575d66 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com>
Date: Mon, 9 Jan 2023 10:28:05 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/OperateGoodsInfo/index.vue | 19 +++++---
src/views/system/OperateGoodsInfo/indexjs.js | 50 ++++++++++----------
2 files changed, 39 insertions(+), 30 deletions(-)
diff --git a/src/views/system/OperateGoodsInfo/index.vue b/src/views/system/OperateGoodsInfo/index.vue
index d6f7b1f..5ddfd01 100644
--- a/src/views/system/OperateGoodsInfo/index.vue
+++ b/src/views/system/OperateGoodsInfo/index.vue
@@ -214,7 +214,7 @@
@click="clickinnerVisible"
v-if="StationName == '请选择所属护理站'"
style="
- width: 200px;
+ width: 210px;
text-align: left;
height: 36px;
color: #c0c4cc;
@@ -227,10 +227,9 @@
@click="clickinnerVisible"
v-else
style="
- width: 200px;
+ width: 210px;
text-align: left;
height: 36px;
- padding-left: -10px;
overflow: hidden;
"
>{{ StationName }}
+
+
+
-
+
0) {
updatePicture(this.imgsurl).then((res) => {});
- }
- this.imgsurl={pictureUrlList:[]};
+ }
+ this.imgsurl = { pictureUrlList: [] };
this.open = false;
this.reset();
this.StationName = "请选择所属护理站";
@@ -393,7 +395,7 @@ export default {
if (this.imgone != this.form.goodsPictureUrl) {
obj.pictureUrlList.push(this.imgone);
}
- this.imgsurl={pictureUrlList:[]};
+ this.imgsurl = { pictureUrlList: [] };
if (obj.pictureUrlList.length > 0) {
updatePicture(obj).then((res) => {
console.log(res);
@@ -406,9 +408,9 @@ export default {
});
} else {
this.form.goodDetailsLists.forEach(e => {
- e.goodsPrice = Number(e.goodsPrice)
- })
- // this.nurseStationId=this.form.nurseStationId
+ e.goodsPrice = Number(e.goodsPrice)
+ })
+ // this.nurseStationId=this.form.nurseStationId
addGoodsInfo(this.form).then((response) => {
console.log(this.form);
this.$modal.msgSuccess("新增成功");
@@ -482,4 +484,4 @@ export default {
});
},
},
-};
+};
\ No newline at end of file