Browse Source

Contract NO

master
han\hanst 21 hours ago
parent
commit
b0812b2370
  1. 3
      src/views/modules/ecss/declaration.vue

3
src/views/modules/ecss/declaration.vue

@ -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 {

Loading…
Cancel
Save