Commit 1e3dba58 by wangyanjiao

ditdck bug处理

parent e80e9175
......@@ -33440,6 +33440,20 @@ const CodeTable = {
],
seagtyp:[
{ label: "农民工工资保函", value: "1" },
]
],
prsdoc:[//增值税发票\n发票\n装箱单\n空运单\n海运提单\n铁路运单\n货物收据\n邮政收据\n出库单\n保险单\n质检证\n受益人证明
{label:"增值税发票",value:"增值税发票"},
{label:"发票",value:"发票"},
{label:"装箱单",value:"装箱单"},
{label:"空运单",value:"空运单"},
{label:"海运提单",value:"海运提单"},
{label:"铁路运单",value:"铁路运单"},
{label:"货物收据",value:"货物收据"},
{label:"邮政收据",value:"邮政收据"},
{label:"出库单",value:"出库单"},
{label:"保险单",value:"保险单"},
{label:"质检证",value:"质检证"},
{label:"受益人证明",value:"受益人证明"},
],
}
export default CodeTable;
\ No newline at end of file
......@@ -129,6 +129,9 @@ export default class Ditdck{
mattxtlab:"", // Label for MATTXT .bdtp.matp.mattxtlab
},
docgrdm:{
docgrdlst:"",
prsdoc:"",
docdsclab:"",
docgrd:[], // .bdtp.docgrdm.docgrd
},
cre752flg:"", // Create 752 .bdtp.cre752flg
......
......@@ -676,7 +676,7 @@
<c-col :span="24">
<el-form-item label="">
<c-checkbox v-model="model.bddgrp.rec.dscinsflg" @change="isShowDocpre"
<c-checkbox v-model="model.bddgrp.rec.dscinsflg" @change="isShowDocpre" :disabled="model.bddgrp.blk.docdisflg==='X'"
>录入单据、不符点、结算指示和货运详细信息</c-checkbox
>
</el-form-item>
......
......@@ -36,8 +36,8 @@
</c-col>
<c-col :span="12">
<div style="float: right;">
<span class="add_del_button add_button" @click="addTableValue" v-if="ifShowAdd">+</span>
<span class="add_del_button" @click="deleteTable" v-if="ifShowDelete">-</span>
<span class="add_del_button add_button" @click="addTableValue">+</span>
<span class="add_del_button" @click="deleteTable">-</span>
</div>
</c-col>
</row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment