diff --git a/src/views/index/index.vue b/src/views/index/index.vue
index 9f93b10..0d76f4e 100644
--- a/src/views/index/index.vue
+++ b/src/views/index/index.vue
@@ -23,18 +23,9 @@
-
-
-
-
@@ -362,16 +322,20 @@
-
-
-
+
+
+ {{ row.remark1 }}
-
-
+ :edit-render="{}">
+
+ {{ row.remark2}}
+
+
+ updateRemark(val, $rowIndex)">
+
+
i && i.remark_two === val.value);
+ this.tableData[rowIndex].remark1 = item.remark_one;
+ },
enlarge (e, row) {
console.log(e)
this.enlargeImg = row.picture
@@ -520,6 +490,7 @@ export default {
this.form_buy = res.data.form_buy
this.fast = res.data.fast
this.opd_list = res.data.opd
+ this.remark_level = res.data.remark_level
this.tableData.forEach(item => {
item.is_show = 1
})
@@ -611,10 +582,8 @@ export default {
})
}
})
- .finally(() => {
- listLoading.close()
- })
},
+
//同步ERP
synchronizeErp () {
const listLoading = ElLoading.service({