@@ -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);
}
},
@@ -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) {