Commit 2d001be2 by fukai

修改

parent 0ddf6982
......@@ -88,7 +88,7 @@ export default {
"didgrp.cbs.max.amt":[
{type: "number", required: false, message: "必输项"},
//{type: "number", required: false, message: "必输项"},
// {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
......@@ -321,7 +321,7 @@ export default {
],
"didgrp.rec.conamt":[
{type: "number", required: false, message: "必输项"},
// {type: "number", required: false, message: "必输项"},
{max: 16,message:"整数位不能超过13位"},
{pattern: /(^\d+$)|(^\.\d{1,2}$)|(^\d+\.\d{1,2}$)/, message: "小数位不能超过2位" }
],
......
......@@ -161,7 +161,7 @@ export default {
bdflg:CodeTable.bdflg,
avbwth:CodeTable.avbwth,
lcrtyp:CodeTable.lcrtyp,
avbby:CodeTable.avbby,
avbby:CodeTable.avbby0,
shppar:CodeTable.shppar,
tratyp:CodeTable.tratyp,
dspflg:CodeTable.dspflg,
......
......@@ -89,7 +89,7 @@ export default {
}
},
mounted(){
this.onOffpTodo()
//this.onOffpTodo()
}
}
</script>
......
......@@ -186,7 +186,8 @@ export default {
mounted:async function(){
console.log("进入office交易");
if(1) return
let rtnmsg = await Api.post("office/init",{params:{}})
console.log(rtnmsg)
if(rtnmsg.code == SUCCESS)
......
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