huang_an %!s(int64=2) %!d(string=hai) anos
pai
achega
46af070dd3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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) {