huang_an 2 年之前
父節點
當前提交
46af070dd3
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/warehouseManagement/outgoingManagement/add.vue

+ 2 - 0
src/views/warehouseManagement/outgoingManagement/add.vue

@@ -632,10 +632,12 @@
         this.$refs.trees.valueTitle = row.tableData[0].productName;
         this.title = row.tableData[0].productName;
         this.formData.sourceBizNo = row.orderNo;
+        this.formData.sid = row.id;
         this.onSelectTableData(row.tableData, 1);
         this.$forceUpdate();
       },
       pickOrderRow(row) {
+        this.formData.sid = row.id;
         row.tableData = [];
         this.formData.sourceBizNo = row.code;
         for (const key in row.orderInfoList) {