|
|
|
@ -705,6 +705,7 @@ |
|
|
|
this.tagNo1 = type |
|
|
|
this.$nextTick(() => { |
|
|
|
let strVal = '' |
|
|
|
let conSql = '' |
|
|
|
if (val === 134) { |
|
|
|
if(type==1) { |
|
|
|
if(this.dataForm.id!=0){ |
|
|
|
@ -723,6 +724,7 @@ |
|
|
|
if(type==3) { |
|
|
|
strVal = this.proofingSearch.finalCustomerId |
|
|
|
} |
|
|
|
conSql = " order by Customer_no " |
|
|
|
} |
|
|
|
if (val === 104) { |
|
|
|
if(type==2) { |
|
|
|
@ -744,7 +746,7 @@ |
|
|
|
strVal = this.dataForm.priority |
|
|
|
} |
|
|
|
} |
|
|
|
this.$refs.baseList.init(val, strVal) |
|
|
|
this.$refs.baseList.init(val, strVal, conSql) |
|
|
|
}) |
|
|
|
}, |
|
|
|
/* 列表方法的回调 */ |
|
|
|
|