Commit 6c26839d by liuxin

getset交易转换

parent 5477995b
...@@ -5447,6 +5447,8 @@ const CodeTable = { ...@@ -5447,6 +5447,8 @@ const CodeTable = {
{ label: "PAYMENT GUARANTEE付款保函", value: "J" }, { label: "PAYMENT GUARANTEE付款保函", value: "J" },
{ label: "银行授信额度保函", value: "T" }, { label: "银行授信额度保函", value: "T" },
{ label: "GUARANTEE FOR PROCESSING来料加工保函", value: "M" }, { label: "GUARANTEE FOR PROCESSING来料加工保函", value: "M" },
{ label: "农民工工资保函", value: "1" },
], ],
typsel: [ typsel: [
{ label: "Database Table", value: "TBL" }, { label: "Database Table", value: "TBL" },
......
...@@ -142,11 +142,11 @@ export default { ...@@ -142,11 +142,11 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"gidgrp.cbs.opn1.amt":[ // "gidgrp.cbs.opn1.amt":[
{type: "number", required: false, message: "必输项"}, // {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, // {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } // {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], // ],
"gcdgrp.rec.ownref":[ "gcdgrp.rec.ownref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
......
...@@ -117,8 +117,8 @@ export default { ...@@ -117,8 +117,8 @@ export default {
}, },
created:async function(){ created:async function(){
//伪数据 //伪数据
this.model.gidgrp.rec.ownref = 'AG3500220005AA' // this.model.gidgrp.rec.ownref = 'AG3500220005AA'
this.model.gcdgrp.rec.ownref = 'AG3500220005AA01' // this.model.gcdgrp.rec.ownref = 'AG3500220005AA01'
console.log("进入getset交易"); console.log("进入getset交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
{ {
this.updateModel(rtnmsg.data) this.updateModel(rtnmsg.data)
//TODO 处理数据逻辑 //TODO 处理数据逻辑
this.restoreDisplay();
} }
else else
{ {
......
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