Z 2 лет назад
Родитель
Сommit
1e2b4a1651

+ 2 - 2
src/views/bpm/handleTask/components/saleOrder/returnGoods/addReturnGoodsDialog.vue

@@ -283,8 +283,8 @@
               sendId: data.id,
               contactName: data.contactName
             });
-            this.$refs.inventoryTableref &&
-              this.$refs.inventoryTableref.putTableValue(data.productList);
+            // this.$refs.inventoryTableref &&
+            //   this.$refs.inventoryTableref.putTableValue(data.productList);
           });
         }
       },

+ 2 - 2
src/views/bpm/handleTask/components/saleOrder/returnGoods/inventoryTable.vue

@@ -88,7 +88,7 @@
         <span class="is-required">{{ column.label }}</span>
       </template>
       <!-- 操作列 -->
-      <template v-slot:action="{ row }" v-if="type != '10'">
+      <template v-slot:action="{ row }" >
         <el-popconfirm
           class="ele-action"
           title="确定要删除吗?"
@@ -391,7 +391,7 @@
       getPrice() {
         return [this.allPrice];
       },
-      
+
 
       //修改回显
       putTableValue(data) {