Commit 5230b262 by liaoxing

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents 1b1a919e e679814d
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
v-model="model.bcdgrp.cbs.max.cur" v-model="model.bcdgrp.cbs.max.cur"
style="width: 100%" style="width: 100%"
placeholder="请选择代收币种" placeholder="请选择代收币种"
:code="codes.curtxt1" :code="codes.infled_Cur"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="请选择接口数据" prop="bopbut.basflg" class="checkbox-left"> <el-form-item label="请选择需要修改的接口数据" prop="bopbut.basflg" class="checkbox-left">
<c-checkbox <c-checkbox
disabled :checked="true" disabled :checked="true"
v-model="model.bopbut.basflg" v-model="model.bopbut.basflg"
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit.bind(this,'bopbut.sav')" :handleSubmit="handleSubmit.bind(this,'bopbut.sav')"
:handleCheck="handleCheck.bind(this,'bopbut.chk')" :handleCheck="handleCheck.bind(this,'bopbut.chk')"
:handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
</c-page> </c-page>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="请选择接口数据" prop="bopbut.basflg" class="checkbox-left"> <el-form-item label="请选择需要删除的接口数据" prop="bopbut.basflg" class="checkbox-left">
<c-checkbox <c-checkbox
disabled :checked="true" disabled :checked="true"
v-model="model.bopbut.basflg" v-model="model.bopbut.basflg"
......
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
</el-form> </el-form>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit.bind(this,'bopbut.sav')" :handleSubmit="handleSubmit.bind(this,'bopbut.sav')"
:handleCheck="handleCheck.bind(this,'bopbut.chk')"
:handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
</c-page> </c-page>
......
...@@ -38,12 +38,12 @@ ...@@ -38,12 +38,12 @@
</el-tab-pane> --> </el-tab-pane> -->
</c-tabs> </c-tabs>
</el-form> </el-form>
<c-function-btn <!-- <c-function-btn
:handleSubmit="handleSubmit.bind(this,'bopbut.sav')" :handleSubmit="handleSubmit.bind(this,'bopbut.sav')"
:handleCheck="handleCheck.bind(this,'bopbut.chk')" :handleCheck="handleCheck.bind(this,'bopbut.chk')"
:handleStash="handleStash" :handleStash="handleStash"
> >
</c-function-btn> </c-function-btn> -->
</c-page> </c-page>
</div> </div>
</template> </template>
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit.bind(this,'bopbut.sav')" :handleSubmit="handleSubmit.bind(this,'bopbut.sav')"
:handleCheck="handleCheck.bind(this,'bopbut.chk')" :handleCheck="handleCheck.bind(this,'bopbut.chk')"
:handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
</c-page> </c-page>
......
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
</el-form> </el-form>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit.bind(this,'bopbut.sav')" :handleSubmit="handleSubmit.bind(this,'bopbut.sav')"
:handleCheck="handleCheck.bind(this,'bopbut.chk')"
:handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
</c-page> </c-page>
......
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
</el-tab-pane> --> </el-tab-pane> -->
</c-tabs> </c-tabs>
</el-form> </el-form>
<c-function-btn <!-- <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit"
:handleCheck="handleCheck" :handleCheck="handleCheck"
:handleStash="handleStash" :handleStash="handleStash"
> >
</c-function-btn> </c-function-btn> -->
</c-page> </c-page>
</div> </div>
</template> </template>
......
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
</el-tab-pane> </el-tab-pane>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit.bind(this, 'bopbut.sav')"
:handleCheck="handleCheck" :handleCheck="handleCheck.bind(this, 'bopbut.chk')"
:handleStash="handleStash" :handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit.bind(this, 'bopbut.sav')"
:handleCheck="handleCheck" :handleCheck="handleCheck.bind(this, 'bopbut.chk')"
:handleStash="handleStash" :handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit.bind(this, 'bopbut.sav')"
:handleCheck="handleCheck" :handleCheck="handleCheck.bind(this, 'bopbut.chk')"
:handleStash="handleStash" :handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit.bind(this, 'bopbut.sav')"
:handleCheck="handleCheck" :handleCheck="handleCheck.bind(this, 'bopbut.chk')"
:handleStash="handleStash" :handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit.bind(this, 'bopbut.sav')"
:handleCheck="handleCheck" :handleCheck="handleCheck.bind(this, 'bopbut.chk')"
:handleStash="handleStash" :handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit.bind(this, 'bopbut.sav')"
:handleCheck="handleCheck" :handleCheck="handleCheck.bind(this, 'bopbut.chk')"
:handleStash="handleStash" :handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
......
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
</el-tab-pane> </el-tab-pane>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit.bind(this, 'bopbut.sav')"
:handleCheck="handleCheck" :handleCheck="handleCheck.bind(this, 'bopbut.chk')"
:handleStash="handleStash" :handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="handleSubmit.bind(this, 'bopbut.sav')"
:handleCheck="handleCheck" :handleCheck="handleCheck.bind(this, 'bopbut.chk')"
:handleStash="handleStash" :handleStash="handleStash"
> >
</c-function-btn> </c-function-btn>
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<!-- 变动日期 --> <!-- 变动日期 -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="变动日期" prop="eblmod.ebl.reldat"> <el-form-item label="变动日期" prop="eblmod.ebl.reldat">
<c-date-picker type="date" v-model="model.recp.dclp.chdate" style="width:100%" disabled <c-date-picker type="date" v-model="model.recp.dclp.chdate" style="width:100%"
placeholder="请选择变动日期"></c-date-picker> placeholder="请选择变动日期"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="发生日期" prop="cfabut.paydat"> <el-form-item label="发生日期" prop="cfabut.paydat">
<c-date-picker type="date" v-model="model.cfabut.paydat" style="width:100%" <c-date-picker type="date" v-model="model.cfabut.paydat" style="width:100%"
placeholder="请输入发生日期" disabled></c-date-picker> placeholder="请输入发生日期"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -137,14 +137,14 @@ export default { ...@@ -137,14 +137,14 @@ export default {
methods: { methods: {
...Event, ...Event,
toEadame () { toEadame () {
console.log('进入Eadame交易'); this.$router.history.push("/business/eadame");
}, },
toEaddel () { toEaddel () {
console.log('进入Eaddel交易'); this.$router.history.push("/business/eaddel");
} }
}, },
created: function () { created: function () {
this.model.cfabut.paydat = new Date();
} }
} }
</script> </script>
......
<template> <template>
<div class="eContainer"> <div class="eContainer">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right" size="small" <c-page tittle="查-外债海外代付">
:validate-on-rule-change="false"> <el-form :model="model" :rules="rules" ref="modelForm" label-width="150px" label-position="right"
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> size="small" :validate-on-rule-change="false">
<!--cfabut PD000002 接口数据 --> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<el-tab-pane label="接口数据" name="sel"> <!--cfabut PD000002 接口数据 -->
<content> <el-tab-pane label="接口数据" name="sel">
<m-sel :model="model" :codes="codes" /> <content>
</content> <m-sel :model="model" :codes="codes" />
</el-tab-pane> </content>
<!--eadp PD000001 外债海外代付-签约信息 --> </el-tab-pane>
<el-tab-pane label="外债海外代付-签约信息" name="conp"> <!--eadp PD000001 外债海外代付-签约信息 -->
<content> <el-tab-pane label="外债海外代付-签约信息" name="conp">
<m-conp :model="model" :codes="codes" /> <content>
</content> <m-conp :model="model" :codes="codes" />
</el-tab-pane> </content>
<!--外债海外代付-变动信息(1) --> </el-tab-pane>
<el-tab-pane label="外债海外代付-变动信息(1)" name="dclpp"> <!--外债海外代付-变动信息(1) -->
<content> <el-tab-pane label="外债海外代付-变动信息(1)" name="dclpp">
<m-dclpp :model="model" :codes="codes" /> <content>
</content> <m-dclpp :model="model" :codes="codes" />
</el-tab-pane> </content>
</c-tabs> </el-tab-pane>
</el-form> </c-tabs>
<c-function-btn :handleSubmit="handleSubmit" :handleCheck="handleCheck" :handleStash="handleStash"></c-function-btn> </el-form>
<c-function-btn :handleSubmit="handleSubmit.bind(this, 'cfabut.sav')"
:handleCheck="handleCheck.bind(this, 'cfabut.chk')" :handleStash="handleStash"></c-function-btn>
</c-page>
</div> </div>
</template> </template>
<script> <script>
...@@ -88,6 +92,9 @@ export default { ...@@ -88,6 +92,9 @@ export default {
else { else {
this.$notify.error({ title: '错误', message: '服务请求失败!' }); this.$notify.error({ title: '错误', message: '服务请求失败!' });
} }
},
mounted() {
window.Vue = this;
} }
} }
</script> </script>
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<el-collapse-item title="取消信息" name="canp"> <el-collapse-item title="取消信息" name="canp">
<m-canp :model="model" :codes="codes" /> <m-canp :model="model" :codes="codes" />
</el-collapse-item> </el-collapse-item>
<!-- v-if="model.ledgrp.rmb.rolsetflg=='Y'" -->
<el-collapse-item title="索偿(MT 742)" name="rcldetp" v-if="model.ledgrp.rmb.rolsetflg=='Y'"> <el-collapse-item title="索偿(MT 742)" name="rcldetp" >
<m-rcldetp :model="model" :codes="codes" /> <m-rcldetp :model="model" :codes="codes" />
</el-collapse-item> </el-collapse-item>
</el-collapse> </el-collapse>
......
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