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