Commit 3856cbb1 by WH

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

parents 4784a9b0 1db73006
...@@ -113,9 +113,9 @@ export default { ...@@ -113,9 +113,9 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'GID', objtyp: 'bed',
objinr: model.gidgrp.rec.objinr, objinr: model.bedgrp.rec.objinr,
ownref: model.gidgrp.rec.ownref, ownref: model.bedgrp.rec.ownref,
}, },
}; };
return params return params
...@@ -124,9 +124,9 @@ export default { ...@@ -124,9 +124,9 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'lid', objtyp: 'bed',
objinr: model.brdgrp.rec.objinr, objinr: model.bedgrp.rec.objinr,
ownref: model.brdgrp.rec.ownref, ownref: model.bedgrp.rec.ownref,
swiftflg: model.brtp.swiftflg, swiftflg: model.brtp.swiftflg,
}, },
}; };
......
...@@ -3,8 +3,141 @@ import Pub from '~/components/business/commonModel/index.js'; ...@@ -3,8 +3,141 @@ import Pub from '~/components/business/commonModel/index.js';
export default class Betcan { export default class Betcan {
constructor() { constructor() {
this.data = { this.data = {
brdgrp: {
adv: {
pts: new Pts().data,
},
prb: {
adrelc: '',
dbfadrblkcn: '',
namelc: '',
pts: new Pts().data,
},
acb: {
adrelc: '',
dbfadrblkcn: '',
namelc: '',
pts: new Pts().data,
},
apl: {
adrelc: '',
dbfadrblkcn: '',
namelc: '',
pts: new Pts().data,
},
ben: {
adrelc: '',
dbfadrblkcn: '',
namelc: '',
pts: new Pts().data,
},
blk: {
chaded: '',
docdisflg: '',
chaadd: '',
docdis: '',
},
rec: {
inr: '',
branchinr: '',
totcur: '',
ownref: '',
disdat: '',
totamt: '',
nam: '',
docprbrol: ''
},
cbs: {
opn1: {
cur: ''
},
opn2: {
cur: ''
},
max: {
cur: '',
amt: ''
},
max2: {
amt: ''
}
},
matp: {
mattxtlab: ''
}
},
brtp: {
furide: '',
matp: {
mattxtlab: ''
}
},
gidgrp: {
blk: {
chaded: '',
amtspc: '',
accspc: '',
},
acb: {
pts: new Pts().data,
},
apl: {
pts: new Pts().data,
},
ben: {
pts: new Pts().data,
},
ctr: {
pts: new Pts().data,
},
iss: {
pts: new Pts().data,
},
rec: {
expdat: '',
purpos: '',
liadat: '',
ownref: '',
exptyp: '',
purcan: '',
nam: '',
gartyp: '',
purposin: '',
reddat: '',
redamt: '0',
outcur: '',
redcur: '',
outamt: '0',
branchinr: '',
},
cbs: {
opn1: {
cur: '',
amt: '0',
},
max: {
cur: '',
amt: '0',
},
},
},
sndmsg: '', sndmsg: '',
ledgrp: { ledgrp: {
adv: {
pts: new Pts().data,
},
prb: {
adrelc: '',
dbfadrblkcn: '',
namelc: '',
pts: new Pts().data,
},
acb: {
adrelc: '',
dbfadrblkcn: '',
namelc: '',
pts: new Pts().data,
},
rec: { rec: {
ownref: '' ownref: ''
}, },
......
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
</c-col> </c-col>
<c-col :span="7"> <c-col :span="7">
<el-form-item label="" label-width="5px" prop="bedgrp.cbs.max.amt"> <el-form-item label="" label-width="5px" prop="bedgrp.cbs.max.amt">
<c-input-currency v-model="model.bedgrp.cbs.max.amt" style="text-align: left; width: 100%" <c-input-currency v-model="model.bedgrp.cbs.max.amt" style="text-align: left; width: 100%" placeholder="请输入金额"
placeholder="请输入金额" @keyup.enter.native=" @keyup.enter.native="
defaultFunction( defaultFunction(
'bedgrp.cbs.max.amt', 'bedgrp.cbs.max.amt',
model.bedgrp.cbs.max.amt model.bedgrp.cbs.max.amt
...@@ -213,6 +213,4 @@ export default { ...@@ -213,6 +213,4 @@ export default {
created: function () { }, created: function () { },
} }
</script> </script>
<style> <style></style>
</style>
...@@ -28,11 +28,7 @@ ...@@ -28,11 +28,7 @@
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="费用/账务" name="setmod"> <el-tab-pane label="费用/账务" name="setmod">
<c-content> <c-content>
<m-setmod <m-setmod :model="model" :codes="codes" @changeSetmodModel="changeSetmodModel" />
:model="model"
:codes="codes"
@changeSetmodModel="changeSetmodModel"
/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
...@@ -64,8 +60,8 @@ ...@@ -64,8 +60,8 @@
</el-tab-pane> </el-tab-pane>
</c-tabs> </c-tabs>
</el-form> </el-form>
<c-grid-ety-prompt-dialog ref="etyDialog" :promptData="promptData" v-on:select-ety="selectEty"> <!-- <c-grid-ety-prompt-dialog ref="etyDialog" :promptData="promptData" v-on:select-ety="selectEty">
</c-grid-ety-prompt-dialog> </c-grid-ety-prompt-dialog> -->
<c-function-btn :handleSubmit="handleSubmit" :handleCheck="handleCheck" :handleStash="handleStash"> <c-function-btn :handleSubmit="handleSubmit" :handleCheck="handleCheck" :handleStash="handleStash">
<!-- <el-button size="small">用户确认</el-button> <!-- <el-button size="small">用户确认</el-button>
<el-button size="small">检核</el-button> <el-button size="small">检核</el-button>
...@@ -79,21 +75,26 @@ ...@@ -79,21 +75,26 @@
</div> </div>
</template> </template>
<script> <script>
import Betcan from "~/model/Betcan";
import event from '../event'; import event from '../event';
import operationFunc from "~/mixin/operationFunc"; import operationFunc from "~/mixin/operationFunc";
import CodeTable from "~/config/CodeTable"
import formRules from '../model/check' import formRules from '../model/check'
import Betcan from "../model";
import Ovwp from './Ovwp' import Ovwp from './Ovwp'
import Canp from './Canp' import Canp from './Canp'
import Addbcb from "./Addbcb" import Addbcb from "./Addbcb"
import Limitbody from "~/components/business/limitbody/views";
import Engp from "~/components/business/engp/views"; import Engp from "~/components/business/engp/views";
// import Ccvpan from "~/components/business/ccvpan/views";
import Setmod from "~/components/business/setmod/views"; import Setmod from "~/components/business/setmod/views";
// import Glepan from "~/components/business/glepan/views"; import Glentry from "~/components/business/glentry/views";
import Docpan from "~/components/business/docpan/views"; import Docpan from "~/components/business/docpan/views";
import Doctre from "~/components/business/doctre/views"; import Doctre from "~/components/business/doctre/views";
import Limitbody from "~/components/business/limitbody/views";
import Glepan from "~/components/business/glentry/views";
export default { export default {
name: 'Betcan', name: 'Betcan',
...@@ -103,10 +104,10 @@ export default { ...@@ -103,10 +104,10 @@ export default {
'm-canp': Canp, 'm-canp': Canp,
'm-limitbody': Limitbody, 'm-limitbody': Limitbody,
'm-engp': Engp, 'm-engp': Engp,
"m-ccvpan": Ccvpan, // "m-ccvpan": Ccvpan,
"m-setmod": Setmod, "m-setmod": Setmod,
"m-glentry": Glentry, "m-glentry": Glentry,
// 'm-glepan': Glepan, 'm-glepan': Glepan,
'm-addbcb': Addbcb, 'm-addbcb': Addbcb,
'm-docpan': Docpan, 'm-docpan': Docpan,
'm-doctre': Doctre, 'm-doctre': Doctre,
...@@ -131,12 +132,10 @@ export default { ...@@ -131,12 +132,10 @@ export default {
} }
}, },
methods: {}, methods: {},
mounted () { mounted() {
this.init() this.init()
}, },
} }
</script> </script>
<style> <style></style>
</style>
...@@ -22,7 +22,7 @@ export default class Litdck { ...@@ -22,7 +22,7 @@ export default class Litdck {
tenmaxday: '', tenmaxday: '',
rcvdat: '', rcvdat: '',
predat: '', predat: '',
advtyp: '750', advtyp: '',
docflg: '', docflg: '',
approvcod: '', approvcod: '',
ownref: '', ownref: '',
......
...@@ -463,8 +463,8 @@ export default { ...@@ -463,8 +463,8 @@ export default {
'lidgrp.rec.stagod': [{ required: true, message: '必输项' }], 'lidgrp.rec.stagod': [{ required: true, message: '必输项' }],
'lidgrp.rec.tenmaxday': [ 'lidgrp.rec.tenmaxday': [
{ type: 'number', required: true, message: '请输入数字' }, { type: 'string', required: true, message: '请输入数字' },
{ type: 'number', max: 999, message: '不能超过999' }, { type: 'string', max: 999, message: '不能超过999' },
{ pattern: /(^-?[1-9][0-9]{0,2}$)|0/, message: '-999至999之间' }, { pattern: /(^-?[1-9][0-9]{0,2}$)|0/, message: '-999至999之间' },
// ^-?[1-9]\d*$   //匹配整数 // ^-?[1-9]\d*$   //匹配整数
], ],
......
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