huang_an 2 лет назад
Родитель
Сommit
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.$refs.trees.valueTitle = row.tableData[0].productName;
         this.title = row.tableData[0].productName;
         this.title = row.tableData[0].productName;
         this.formData.sourceBizNo = row.orderNo;
         this.formData.sourceBizNo = row.orderNo;
+        this.formData.sid = row.id;
         this.onSelectTableData(row.tableData, 1);
         this.onSelectTableData(row.tableData, 1);
         this.$forceUpdate();
         this.$forceUpdate();
       },
       },
       pickOrderRow(row) {
       pickOrderRow(row) {
+        this.formData.sid = row.id;
         row.tableData = [];
         row.tableData = [];
         this.formData.sourceBizNo = row.code;
         this.formData.sourceBizNo = row.code;
         for (const key in row.orderInfoList) {
         for (const key in row.orderInfoList) {