Commit d5c5b371 by lianyang

brtdck、brtudp公共面板字段修改

parent 51e5eabd
...@@ -7,6 +7,16 @@ export default class Brtudp { ...@@ -7,6 +7,16 @@ export default class Brtudp {
this.data = { this.data = {
//加入引入的公共面板的字段 //加入引入的公共面板的字段
trnmod: new Pub().data.Trnmod,//面函 trnmod: new Pub().data.Trnmod,//面函
brtrogl1blk:"",
brta2bl1blk:"",
brtapll3blk:"",
brtapll1blk:"",
brtapll2blk:"",
brtprbl1blk:"",
brtrogl2blk:"",
brtapll4blk:"",
brtrogl3blk:"",
brtprbl2blk:"",
setmod: new Pub().data.Setmod,//帐务、分录 setmod: new Pub().data.Setmod,//帐务、分录
liaall: new Pub().data.Liaall,//表外 liaall: new Pub().data.Liaall,//表外
mtabut: new Pub().data.Mtabut,//附言 mtabut: new Pub().data.Mtabut,//附言
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<!-- 左边 --> <!-- 左边 -->
<c-col :span="12"> <c-col :span="12">
<!-- S0000198 : 信用证编号 --> <!-- S0000198 : 信用证编号 -->
<c-col :span="16"> <c-col :span="24">
<c-form-item label="Import L/C Ref" prop="lidgrp.rec.ownref"> <c-form-item label="Import L/C Ref" prop="lidgrp.rec.ownref">
<c-fullbox> <c-fullbox>
<c-input <c-input
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
</c-form-item> </c-form-item>
</c-col> </c-col>
<!-- S0000195 : 到期日 --> <!-- S0000195 : 到期日 -->
<c-col :span="8"> <c-col :span="24">
<el-form-item label="Expiry" label-width="80px" prop="lidgrp.rec.expdat"> <el-form-item label="Expiry" prop="lidgrp.rec.expdat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.lidgrp.rec.expdat" v-model="model.lidgrp.rec.expdat"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<!-- 左边 --> <!-- 左边 -->
<c-col :span="12"> <c-col :span="12">
<!-- 信用证编号 --> <!-- 信用证编号 -->
<c-col :span="16"> <c-col :span="24">
<c-form-item label="Import L/C Ref" prop="lidgrp.rec.ownref"> <c-form-item label="Import L/C Ref" prop="lidgrp.rec.ownref">
<c-fullbox> <c-fullbox>
<c-input <c-input
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
</c-col> </c-col>
<!-- 到期日 --> <!-- 到期日 -->
<c-col :span="8"> <c-col :span="24">
<el-form-item label="Expiry" label-width="80px" prop="lidgrp.rec.expdat"> <el-form-item label="Expiry" prop="lidgrp.rec.expdat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.lidgrp.rec.expdat" v-model="model.lidgrp.rec.expdat"
......
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