Commit 8cb5f8b7 by wanggang_yf

brtacp litcan页面调整

parent ec866b7a
...@@ -232,14 +232,14 @@ export default class Brtacp { ...@@ -232,14 +232,14 @@ export default class Brtacp {
totamt: '', totamt: '',
nam: '', nam: '',
docprbrol: '', docprbrol: '',
rcvdat:'', rcvdat: '',
advdat:'', advdat: '',
docflg:'', docflg: '',
tenmaxday:'', tenmaxday: '',
docsta:'', docsta: '',
}, },
matp: { matp: {
mattxtlab:'', mattxtlab: '',
}, },
cbs: { cbs: {
opn1: { opn1: {
...@@ -276,7 +276,68 @@ export default class Brtacp { ...@@ -276,7 +276,68 @@ export default class Brtacp {
cur: '', cur: '',
amt: 0 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: { gcdgrp: {
prb: { prb: {
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000510 --> <!--PD000510 -->
<el-tab-pane label="备查/附言" name="addbcb"> <el-tab-pane label="备查/附言" name="addbcb">
<c-content> <c-content>
...@@ -60,8 +61,9 @@ ...@@ -60,8 +61,9 @@
</div> </div>
</template> </template>
<script> <script>
import event from '../event'; import event from '../event';
import commonFuncs from "~/mixin/commonFuncs"; import operationFunc from "~/mixin/operationFunc";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable"
import formRules from '../model/check' import formRules from '../model/check'
import Brtacp from "../model" import Brtacp from "../model"
...@@ -102,7 +104,7 @@ ...@@ -102,7 +104,7 @@
root: this root: this
} }
}, },
mixins: [event,commonFuncs], mixins: [event,operationFunc,],
data(){ data(){
return { return {
tabVal: "ovwp", tabVal: "ovwp",
......
...@@ -56,10 +56,10 @@ export default { ...@@ -56,10 +56,10 @@ export default {
{max: 40,message:"长度不能超过40"} {max: 40,message:"长度不能超过40"}
], ],
"lidgrp.rec.opndat":[ "lidgrp.rec.opndat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"lidgrp.rec.shpdat":[ "lidgrp.rec.shpdat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"lidgrp.adv.pts.ref":[ "lidgrp.adv.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
], ],
"lidgrp.rec.expdat":[ "lidgrp.rec.expdat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"lidgrp.rec.expplc":[ "lidgrp.rec.expplc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
......
...@@ -56,7 +56,8 @@ export default class Litcan{ ...@@ -56,7 +56,8 @@ export default class Litcan{
strinf:'', // Narrative .litcanf.strinf strinf:'', // Narrative .litcanf.strinf
}, },
byinst:'', // On Applicant instruction .byinst byinst:'', // On Applicant instruction .byinst
pageId: '' // ctx的key pageId: '', // ctx的key
} }
} }
} }
\ No newline at end of file
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <!-- <c-col :span="24">
<el-form-item label="提货日期" prop="lidgrp.rec.shpdat"> <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> <c-date-picker disabled type="date" v-model="model.lidgrp.rec.shpdat" style="width:100%" placeholder="请选择日期"></c-date-picker>
</el-form-item> </el-form-item>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<el-form-item label="有效期限" prop="lidgrp.rec.expdat"> <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> <c-date-picker disabled type="date" v-model="model.lidgrp.rec.expdat" style="width:100%" placeholder="请选择到期日"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col> -->
<c-col :span="12"> <c-col :span="12">
<el-form-item label="到期地点" prop="lidgrp.rec.expplc"> <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