Commit 8cb5f8b7 by wanggang_yf

brtacp litcan页面调整

parent ec866b7a
......@@ -232,14 +232,14 @@ export default class Brtacp {
totamt: '',
nam: '',
docprbrol: '',
rcvdat:'',
advdat:'',
docflg:'',
tenmaxday:'',
docsta:'',
rcvdat: '',
advdat: '',
docflg: '',
tenmaxday: '',
docsta: '',
},
matp: {
mattxtlab:'',
mattxtlab: '',
},
cbs: {
opn1: {
......@@ -257,7 +257,7 @@ export default class Brtacp {
max2: {
amt: ''
},
}
},
brtp: {
......@@ -276,7 +276,68 @@ export default class Brtacp {
cur: '',
amt: 0
}
}
},
ben: {
modifySet: [],
ptsinr: '',
rol: '',
nam: '',
ptanam1: '',
ptyinr: '',
ptainr: '',
extkey: '',
dftdsp: '',
dftcur: '',
dftact: '',
dftfeecur: '',
dftactptainr: '',
dftselrol: '',
glggrpflg: '',
pansta: '',
ptytyp: '',
ptyextkey: '',
adrblk: '',
rolsetflg: '',
mdtflg: '',
chnguaflg: '',
namelc: '',
adrelc: '',
ref: '',
dbfadrblkcn: '',
rskcty: '',
dbfadrblk: '',
pts: {
inr: '',
objtyp: '',
objinr: '',
rol: 'PRB',
ptainr: '',
ptyinr: '',
extkey: '',
adrblk: '',
ref: '',
nam: '',
ownref: '',
dftcur: '',
dftdsp: '',
dftact: '',
dftfeecur: '',
dftactptainr: '',
dftsetrol: '',
glggrpflg: '',
extact: '',
ver: '',
ptcnam: '',
ptcoe: '',
issbaninf: '',
bankno: '',
jigomc: '',
dizhii: '',
youzbm: '',
dihdig: ''
},
maps: {}
},
},
gcdgrp: {
prb: {
......
......@@ -22,6 +22,7 @@
</c-content>
</el-tab-pane>
<!--PD000510 -->
<el-tab-pane label="备查/附言" name="addbcb">
<c-content>
......@@ -60,8 +61,9 @@
</div>
</template>
<script>
import event from '../event';
import commonFuncs from "~/mixin/commonFuncs";
import operationFunc from "~/mixin/operationFunc";
import CodeTable from "~/config/CodeTable"
import formRules from '../model/check'
import Brtacp from "../model"
......@@ -102,7 +104,7 @@
root: this
}
},
mixins: [event,commonFuncs],
mixins: [event,operationFunc,],
data(){
return {
tabVal: "ovwp",
......
......@@ -56,10 +56,10 @@ export default {
{max: 40,message:"长度不能超过40"}
],
"lidgrp.rec.opndat":[
{type: "date", required: false, message: "输入正确的日期"}
{type: "string", required: false, message: "输入正确的日期"}
],
"lidgrp.rec.shpdat":[
{type: "date", required: false, message: "输入正确的日期"}
{type: "string", required: false, message: "输入正确的日期"}
],
"lidgrp.adv.pts.ref":[
{type: "string", required: false, message: "必输项"},
......@@ -67,7 +67,7 @@ export default {
],
"lidgrp.rec.expdat":[
{type: "date", required: false, message: "输入正确的日期"}
{type: "string", required: false, message: "输入正确的日期"}
],
"lidgrp.rec.expplc":[
{type: "string", required: false, message: "必输项"},
......
......@@ -56,7 +56,8 @@ export default class Litcan{
strinf:'', // Narrative .litcanf.strinf
},
byinst:'', // On Applicant instruction .byinst
pageId: '' // ctx的key
pageId: '', // ctx的key
}
}
}
\ No newline at end of file
......@@ -64,7 +64,7 @@
</el-form-item>
</c-col>
<c-col :span="24">
<!-- <c-col :span="24">
<el-form-item label="提货日期" prop="lidgrp.rec.shpdat">
<c-date-picker disabled type="date" v-model="model.lidgrp.rec.shpdat" style="width:100%" placeholder="请选择日期"></c-date-picker>
</el-form-item>
......@@ -73,7 +73,7 @@
<el-form-item label="有效期限" prop="lidgrp.rec.expdat">
<c-date-picker disabled type="date" v-model="model.lidgrp.rec.expdat" style="width:100%" placeholder="请选择到期日"></c-date-picker>
</el-form-item>
</c-col>
</c-col> -->
<c-col :span="12">
<el-form-item label="到期地点" prop="lidgrp.rec.expplc">
......
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