Commit 2d001be2 by fukai

修改

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