Commit 5f60931d by huxi

联调litdck

parent f6932325
......@@ -125,7 +125,6 @@ import Addbcb from './Addbcb';
import Dorpame from './Dorpame';
import Dogpame from './Dogpame';
import Adcpame from './Adcpame';
import Engp from '~/components/business/engp/views';
import Ccvpan from '~/components/business/ccvpan/views';
import Coninfp from '~/components/business/coninfp/views';
......
......@@ -29,7 +29,11 @@ export default {
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
// lidinr: this.$route.query.inr
lidinr: "00006833"
lidgrp:{
rec:{
inr:'00000266',
}
}
});
if (!res.data) {
return
......
......@@ -219,21 +219,21 @@ export default {
'brdgrp.rec.rptref':[
{ required: true, message: '必输项'},
],
'mtabut.coninf.oitinf.oit.inftxt':[
{type: 'string', required: false, message: '必输项'},
{max: 60,message:'长度不能超过60'}
],
'mtabut.coninf.oitset.oit.inftxt':[
{type: 'string', required: false, message: '必输项'},
{max: 60,message:'长度不能超过60'}
],
'mtabut.coninf.conexedat':[
{type: 'string', required: false, message: '输入正确的日期'}
],
'mtabut.coninf.usr.extkey':[
{type: 'string', required: false, message: '必输项'},
{max: 8,message:'长度不能超过8'}
],
// 'mtabut.coninf.oitinf.oit.inftxt':[
// {type: 'string', required: false, message: '必输项'},
// {max: 60,message:'长度不能超过60'}
// ],
// 'mtabut.coninf.oitset.oit.inftxt':[
// {type: 'string', required: false, message: '必输项'},
// {max: 60,message:'长度不能超过60'}
// ],
// 'mtabut.coninf.conexedat':[
// {type: 'string', required: false, message: '输入正确的日期'}
// ],
// 'mtabut.coninf.usr.extkey':[
// {type: 'string', required: false, message: '必输项'},
// {max: 8,message:'长度不能超过8'}
// ],
'trnmod.trndoc.advnam':[
{type: 'string', required: false, message: '必输项'},
{max: 50,message:'长度不能超过50'}
......@@ -329,13 +329,13 @@ export default {
'brdgrp.srm.djuref':[
{type: 'string', required: false, },
],
'invtyp' :[
'invtyp':[
{type: 'string', required: true, message: '必输项'}
],
'outlen.szflg':[
'szflg':[
{type: 'string', required: true, message: '必输项'}
],
'outlen.acttyp':[
'acttyp':[
{type: 'string', required: false, message: '必输项'}
],
'brdgrp.srm.djutyp':[
......@@ -345,8 +345,8 @@ export default {
* Litdck Check规则
*/
'invtyp': null,
'outlen.acttyp': null,
'outlen.szflg' : null,
'acttyp': null,
'szflg' : null,
'liaall.misamt': null,
'liaall.limmod.limpts.oth.pts.extkey': null,
'liaall.limmod.ownref': null,
......
......@@ -75,13 +75,12 @@ export default class Litdck {
addamtflg: ''
}
},
outlen: {
acttyp: '',
szflg: ''
},
acttyp: '',
szflg: '',
invtyp: '',
lidgrp: {
rec: {
branchInr:'00000047',
revflg: '',
expdat: '',
expplc: '',
......
......@@ -215,9 +215,9 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="申报类型" prop="outlen.szflg">
<el-form-item label="申报类型" prop="szflg">
<c-select
v-model="model.outlen.szflg"
v-model="model.szflg"
style="width: 100%"
:code="codes.szflg"
>
......@@ -327,7 +327,7 @@
<el-form-item label="款项去向" prop="outlen.acttyp">
<c-select
:disabled="this.flag1"
v-model="model.outlen.acttyp"
v-model="model.acttyp"
:code="codes.acttyp"
></c-select>
</el-form-item>
......@@ -563,7 +563,6 @@
</template>
<script>
import event from '../event';
import Api from '~/service/Api';
export default {
inject: ['root'],
......@@ -577,10 +576,10 @@ export default {
};
},
watch: {
'model.outlen.szflg': {
'model.szflg': {
immediate: true,
handler(val, oldval) {
if (this.model.outlen.szflg == '1') {
if (this.model.szflg == '1') {
this.flag1 = false;
} else {
this.flag1 = true;
......
......@@ -10,8 +10,6 @@
<el-button size="small">智能提示</el-button>
/div>
-->
<el-form
:model="model"
:rules="rules"
......@@ -89,15 +87,11 @@
<m-doctre :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<c-function-btn :handleSubmit="handleSubmit" :handleCheck="handleCheck" :handleStash="handleStash">
</c-function-btn>
</c-tabs>
</el-form>
<c-function-btn
:handleSubmit="handleSubmit"
:handleCheck="handleCheck"
:handleStash="handleStash"
>
</c-function-btn>
<c-grid-ety-prompt-dialog
ref="etyDialog"
:promptData="promptData"
......
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