Commit 5f60931d by huxi

联调litdck

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