- 全医通管理系统
+ 泉医到家护理站管理平台
diff --git a/src/views/system/diseaseInfo/index.vue b/src/views/system/diseaseInfo/index.vue
index baddcaf..c885ce1 100644
--- a/src/views/system/diseaseInfo/index.vue
+++ b/src/views/system/diseaseInfo/index.vue
@@ -75,7 +75,7 @@
>
- 导出
+ > -->
-
-
-
+
+
+
-
-
-
-
-
-
-
修改
-
+
@@ -446,7 +395,7 @@
-
-
+
-
+
-
+ -->
@@ -646,7 +586,7 @@ export default {
title: "",
// 是否显示弹出层
open: false,
- open2: false,
+ // open2: false,
goods: [
{
value: "BUSINESS",
@@ -905,18 +845,18 @@ export default {
this.title = "修改商品基本信息";
});
},
- reference(row) {
- getGoodsInfo(row.goodsInfoId).then((response) => {
- response.data[0].goodsPictureUrl =
- baseurl + response.data[0].goodsPictureUrl;
- this.form = response.data[0];
- response.data[0].goodAttributeDetailsLists.forEach((e) => {
- e.attributePitureUrl = baseurl + e.attributePitureUrl;
- });
- this.goodDetailsLists = response.data[0].goodAttributeDetailsLists;
- this.open2 = true;
- });
- },
+ // reference(row) {
+ // getGoodsInfo(row.goodsInfoId).then((response) => {
+ // response.data[0].goodsPictureUrl =
+ // baseurl + response.data[0].goodsPictureUrl;
+ // this.form = response.data[0];
+ // response.data[0].goodAttributeDetailsLists.forEach((e) => {
+ // e.attributePitureUrl = baseurl + e.attributePitureUrl;
+ // });
+ // this.goodDetailsLists = response.data[0].goodAttributeDetailsLists;
+ // this.open2 = true;
+ // });
+ // },
/** 提交按钮 */
submitForm() {
console.log(this.goodDetailsLists);
@@ -944,19 +884,39 @@ export default {
});
},
/** 删除按钮操作 */
- handleDelete(row) {
- const ids = row.id || this.ids;
- this.$modal
- .confirm("是否确认删除?")
- .then(function () {
- return delGoodsInfo(ids);
- })
+ handleDelete(row) {
+ console.log('row :>> ', row);
+ this.$confirm(
+ '是否确认删除订单信息的数据项?',
+ "提示",
+ {
+ confirmButtonText: "确定",
+ cancelButtonText: "取消",
+ type: "warning",
+ }
+ )
.then(() => {
- this.getList();
- this.$modal.msgSuccess("删除成功");
+ delGoodsInfo(row.goodsInfoId).then((res) => {
+ this.$message.success("删除成功");
+ this.getList();
+ // console.log('this.OrderDetailsList :>> ', this.OrderDetailsList);
+ });
})
.catch(() => {});
},
+ // handleDelete(row) {
+ // const ids = row.id || this.ids;
+ // this.$modal
+ // .confirm("是否确认删除?")
+ // .then(function () {
+ // return delGoodsInfo(ids);
+ // })
+ // .then(() => {
+ // this.getList();
+ // this.$modal.msgSuccess("删除成功");
+ // })
+ // .catch(() => {});
+ // },
// /** 导出按钮操作 */
// handleExport() {
// this.download(
diff --git a/src/views/system/goodsOrder/index.vue b/src/views/system/goodsOrder/index.vue
index 0b69328..7dc884f 100644
--- a/src/views/system/goodsOrder/index.vue
+++ b/src/views/system/goodsOrder/index.vue
@@ -24,7 +24,7 @@
@keyup.enter.native="handleQuery"
/>
-