ruanqi 1 year ago
parent
commit
e470a2bebe
  1. 41
      src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue

41
src/views/modules/orderIssure/soIssueNotify/newSoIssueNotify.vue

@ -1511,7 +1511,10 @@
this.getUserNotifyNo() this.getUserNotifyNo()
// //
// this.getTableUserColumn(this.$route.meta.menuId+'table1',1)
this.getTableUserColumn(this.$route.meta.menuId+'table1',1)
this.getTableUserColumn(this.$route.meta.menuId+'table2',2)
this.getTableUserColumn(this.$route.meta.menuId+'table3',3)
this.getTableUserColumn(this.$route.meta.menuId+'table4',4)
// if (!this.authSearch) { // if (!this.authSearch) {
// // // //
// this.getDataList() // this.getDataList()
@ -2194,15 +2197,15 @@
case 1: case 1:
this.columnList = data.rows this.columnList = data.rows
break; break;
// case 2:
// this.detailColumnList = data.rows
// break;
// case 3:
// this.columnList2 = data.rows
// break;
// case 4:
// this.columnList3 = data.rows
// break;
case 2:
this.columnList2 = data.rows
break;
case 3:
this.columnList3 = data.rows
break;
case 4:
this.columnList4 = data.rows
break;
} }
} else { } else {
this.getColumnList(tableId, columnId) this.getColumnList(tableId, columnId)
@ -2223,15 +2226,15 @@
case 1: case 1:
this.columnList = data.rows this.columnList = data.rows
break; break;
// case 2:
// this.detailColumnList = data.rows
// break;
// case 3:
// this.columnList2 = data.rows
// break;
// case 4:
// this.columnList3 = data.rows
// break;
case 2:
this.columnList2 = data.rows
break;
case 3:
this.columnList3 = data.rows
break;
case 4:
this.columnList4 = data.rows
break;
} }
} else { } else {
// this.showDefault = true. // this.showDefault = true.

Loading…
Cancel
Save