|
|
|
@ -1748,17 +1748,17 @@ |
|
|
|
|
|
|
|
choosePartNo (row) { |
|
|
|
this.tempPartRow = row |
|
|
|
if (this.tempPartRow.newPartNo == null) { |
|
|
|
this.tempPartRow.newPartNo = '' |
|
|
|
} |
|
|
|
// if (!this.tempPartRow.newPartNo) { |
|
|
|
// this.tempPartRow.newPartNo = '' |
|
|
|
// } |
|
|
|
this.getBaseList(133) |
|
|
|
}, |
|
|
|
|
|
|
|
chooseExecutor (row) { |
|
|
|
this.tempExecutorRow = row |
|
|
|
if (this.tempExecutorRow.executor == null) { |
|
|
|
this.tempExecutorRow.executor = '' |
|
|
|
} |
|
|
|
// if (this.tempExecutorRow.executor == null) { |
|
|
|
// this.tempExecutorRow.executor = '' |
|
|
|
// } |
|
|
|
this.getBaseList(103, 7) |
|
|
|
}, |
|
|
|
|
|
|
|
|