Commit 238cb9ee by WH

Merge remote-tracking branch 'origin/settle-test-20230110' into settle-test-20230110

parents 7131a2cb eba87954
...@@ -28,19 +28,7 @@ export default { ...@@ -28,19 +28,7 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
lidgrp:{ lidinr: this.$route.query.inr
rec:{
inr:"00000026",
},
},
brdgrp:{
rec:{
inr:"00000049",
},
},
liaccv:{
concur:"CNY"
}
}); });
if (!res.data) { if (!res.data) {
return return
......
...@@ -27,11 +27,7 @@ export default { ...@@ -27,11 +27,7 @@ export default {
const res = await Api.post('/service/brtdcr/init', { const res = await Api.post('/service/brtdcr/init', {
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
brdgrp:{ lidinr: this.$route.query.inr
rec:{
inr: "00000030",
},
}
}); });
if (!res.data) { if (!res.data) {
return return
......
...@@ -28,7 +28,7 @@ export default { ...@@ -28,7 +28,7 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
brdgrp:{ lidgrp:{
rec:{ rec:{
inr: "00000028", inr: "00000028",
} }
......
...@@ -490,8 +490,8 @@ let checkObj = { ...@@ -490,8 +490,8 @@ let checkObj = {
{ max: 22, message: '长度不能超过22' }, { max: 22, message: '长度不能超过22' },
], ],
'cfatrt.cda.cfeogudad': [ 'cfatrt.cda.cfeogudad': [
{ type: 'string', required: true, message: '必输项' }, // { type: 'string', required: true, message: '必输项' },
{ max: 32, message: '长度不能超过32' }, // { max: 32, message: '长度不能超过32' },
], ],
'bopmod.dbcgrp.bas.rptno': [ 'bopmod.dbcgrp.bas.rptno': [
......
...@@ -406,6 +406,7 @@ export default class Bctset { ...@@ -406,6 +406,7 @@ export default class Bctset {
}, },
lidgrp: { lidgrp: {
rec: { rec: {
branchinr:"00000014",
expdat: '', expdat: '',
ownref: '', ownref: '',
}, },
......
...@@ -379,6 +379,10 @@ export default { ...@@ -379,6 +379,10 @@ export default {
{ {
label:'保证金收取', label:'保证金收取',
route:'/business-new/lctopn' route:'/business-new/lctopn'
},
{
label:'到单',
route:'/business-new/litdck'
} }
], ],
currentHandleRow: {} currentHandleRow: {}
......
...@@ -28,12 +28,8 @@ export default { ...@@ -28,12 +28,8 @@ export default {
...params, ...params,
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
lidgrp:{
rec:{
inr:'00000122',
}
}
}); });
if (!res.data) { if (!res.data) {
return return
...@@ -120,7 +116,7 @@ export default { ...@@ -120,7 +116,7 @@ export default {
let params = { let params = {
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
ptytyp: ptytyp, ptytyp: ptytyp,
extkey: this.model.gidgrp[type.toLowerCase()].pts.extkey, extkey: this.model.brdgrp[type.toLowerCase()].pts.extkey,
}; };
let res = await Api.post('/service/ptspta/list', params); let res = await Api.post('/service/ptspta/list', params);
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
...@@ -136,7 +132,7 @@ export default { ...@@ -136,7 +132,7 @@ export default {
}; };
let res = await Api.post('/service/ptspta/fetch', params); let res = await Api.post('/service/ptspta/fetch', params);
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
this.$set(this.model.gidgrp, row.role.toLowerCase(), res.data); this.$set(this.model.brdgrp, row.role.toLowerCase(), res.data);
} }
}, },
// 业务信息=》基本信息=》支出目的 // 业务信息=》基本信息=》支出目的
...@@ -174,3 +170,5 @@ export default { ...@@ -174,3 +170,5 @@ export default {
}, },
}, },
}; };
...@@ -491,6 +491,9 @@ ...@@ -491,6 +491,9 @@
maxlength="16" maxlength="16"
placeholder="请输入地址编码" placeholder="请输入地址编码"
:disabled="model.brdgrp.rec.docprbrol != 'PRB'" :disabled="model.brdgrp.rec.docprbrol != 'PRB'"
@keyup.enter.native="
queryGridEtyPromptDialogData('PRB', 'C')
"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
......
...@@ -83,10 +83,8 @@ ...@@ -83,10 +83,8 @@
<!--PD000546 --> <!--PD000546 -->
<el-tab-pane label="附件信息" name="doctre"> <el-tab-pane label="附件信息" name="doctre">
<c-content> <m-doctre :model="model" :codes="codes" />
<m-doctre :model="model" :codes="codes" /> </el-tab-pane>
</c-content>
</el-tab-pane>
</c-tabs> </c-tabs>
</el-form> </el-form>
...@@ -116,7 +114,7 @@ import Docpre from "./Docpre"; ...@@ -116,7 +114,7 @@ import Docpre from "./Docpre";
import Srmp from "./Srmp"; import Srmp from "./Srmp";
import Engp from "~/components/business/engp/views"; import Engp from "~/components/business/engp/views";
import Coninfp from "~/components/business/coninfp/views"; import Coninfp from "~/components/business/coninfp/views";
import Doctre from "~/components/business/doctre/views"; import Doctre from "~/views/Public/Doctre";
import Limitbody from "~/views/Public/Limitbody" import Limitbody from "~/views/Public/Limitbody"
import Setmod from "~/components/business/setmod/views"; import Setmod from "~/components/business/setmod/views";
import Glentry from "~/components/business/glentry/views"; import Glentry from "~/components/business/glentry/views";
......
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