Browse Source

创建运输任务合同编号下拉

zhangyuewww 4 years ago
parent
commit
c32230ee16
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/taskManagement/tranManagementTransportAdd.vue

+ 2 - 0
src/views/taskManagement/tranManagementTransportAdd.vue

@@ -391,6 +391,7 @@ export default {
   data() {
   data() {
     let self = this
     let self = this
     return {
     return {
+      flag:2,
       checkList: [],
       checkList: [],
       deptBudgetList: {
       deptBudgetList: {
         taskNo: '',
         taskNo: '',
@@ -552,6 +553,7 @@ export default {
         })
         })
       xialaNo({
       xialaNo({
         compId: this.compId,
         compId: this.compId,
+        flag: this.flag
       })
       })
         .toPromise()
         .toPromise()
         .then((response) => {
         .then((response) => {