Browse Source

售后服务详情新增流程信息

hezhanp 7 months ago
parent
commit
b45666a7c9

File diff suppressed because it is too large
+ 1008 - 982
src/views/salesServiceManagement/components/info.vue


+ 3 - 1
src/views/salesServiceManagement/components/sparePartsList.vue

@@ -410,6 +410,8 @@ export default {
           prop: 'measureUnit',
           prop: 'measureUnit',
           width: 120,
           width: 120,
           slot: 'measureUnit',
           slot: 'measureUnit',
+            // prop: 'packingUnit',
+
           label: '单位',
           label: '单位',
           align: 'center',
           align: 'center',
           showOverflowTooltip: true
           showOverflowTooltip: true
@@ -665,7 +667,7 @@ export default {
       this.$set(
       this.$set(
         this.form.tableList[this.currentIndex],
         this.form.tableList[this.currentIndex],
         'measureUnit',
         'measureUnit',
-        data[0].measureUnit
+        data[0].measuringUnit
       );
       );
 
 
       this.$set(
       this.$set(

Some files were not shown because too many files changed in this diff