Commit dbf828d2 by 潘际乾

gitopn保函文本

parent b9a14041
......@@ -7234,36 +7234,6 @@ const CodeTable = {
uiltxt2: [
{ label: "EN 英文", value: "EN" },
],
hndtyp1: [
{ label: "他行委托我行开立保函", value: "OT" },
],
hndtyp2: [
{ label: "他行委托我行转开的保函登记", value: "FR" },
],
hndtyp3: [
{ label: "我行直接开立保函", value: "OL" },
],
hndtyp4: [
{ label: "我行委托他行开立保函", value: "OC" },
],
hndtyp5: [
{ label: "他行委托我行转开的保函登记", value: "FR" },
],
hndtyp6: [
{ label: "我行通知或转往保函指定的通知行", value: "FA" },
],
hndtyp7: [
{ label: "通知保函", value: "FI" },
],
hndtyp8: [
{ label: "他行委托我行开立保函", value: "OT" },
{ label: "我行直接开立保函", value: "OL" },
{ label: "我行委托他行开立保函", value: "OC" },
],
hndtyp9: [
{ label: "我行通知或转往保函指定的通知行", value: "FA" },
{ label: "他行委托我行转开的保函登记", value: "FR" },
],
demand: [
{ label: "不允许多次和部分请求", value: "NMPT" },
{ label: "不允许多次请求", value: "NMLT" },
......
......@@ -190,10 +190,19 @@ export default {
}
loading.close()
},
async executeNotify(params) {
/**
*
* @param {Object} params 额外参数
* @param {Boolean} updateModel 是否更新model
* @returns
*/
async executeNotify(params, updateModel) {
const rtnmsg = await Api.post(this.requestPrefix + "/executeNotify", this.wrapper(params))
if (rtnmsg.respCode == SUCCESS) {
this.updateValueSet(rtnmsg.codeSet)
if (arguments.length > 1 && arguments[1]) {
this.updateModel(rtnmsg.data)
}
}
return rtnmsg
},
......
......@@ -2,6 +2,7 @@ import Api from "~/service/Api"
import Utils from "~/utils"
export default {
onExtkey(){},
async onDecblkButtxmsel(){
let rtnmsg = await this.executeRule("decblk.buttxmsel")
if(rtnmsg.respCode == SUCCESS)
......
......@@ -6,21 +6,7 @@
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="24">
<el-form-item
v-if="model.gitp.swiftflg == 'Y'"
label="合同号"
prop="gidgrp.rec.orcref"
>
<c-input
v-model="model.gidgrp.rec.orcref"
maxlength="35"
placeholder="请输入合同号"
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item
v-if="model.gitp.swiftflg != 'Y'"
v-show="model.gitp.swiftflg !== ''"
label="合同号"
prop="gidgrp.rec.orcref"
>
......
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