|
|
|
@ -496,7 +496,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="4" > |
|
|
|
<el-form-item :label="' '" > |
|
|
|
<el-checkbox v-model="exportInvoice.contractFlag">合同</el-checkbox> |
|
|
|
<el-checkbox v-model="exportInvoice.contractFlag">Contract No</el-checkbox> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="16" style=""> |
|
|
|
@ -3054,6 +3054,7 @@ |
|
|
|
if (this.currentRow.buNo==='03-RFID' || this.currentRow.buNo==='01-Label') { |
|
|
|
this.exportAllFlag = true |
|
|
|
} else { |
|
|
|
this.exportInvoice.contractFlag = false |
|
|
|
this.exportAllYBFlag = true |
|
|
|
} |
|
|
|
} finally { |
|
|
|
|