Commit b7259fa0 by liyixun

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 e44b97e9 3020c942
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
], ],
"strinf":[ "strinf":[
//{type: "string", required: true, message: "必输项"}, //{type: "string", required: true, message: "必输项"},
{max: 50,message:"长度不能超过50"} {max: 1750,message:"长度不能超过1750"}
], ],
......
...@@ -74,7 +74,7 @@ export default { ...@@ -74,7 +74,7 @@ export default {
], ],
"strinf":[ "strinf":[
//{type: "string", required: true, message: "必输项"}, //{type: "string", required: true, message: "必输项"},
{max: 50,message:"长度不能超过50"} {max: 1750,message:"长度不能超过1750"}
], ],
"setmod.ref":[ "setmod.ref":[
......
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
<c-input <c-input
type="textarea" type="textarea"
v-model="model.strinf" v-model="model.strinf"
maxlength="50" maxlength="1750"
show-word-limit show-word-limit
placeholder="请输入Narrative" placeholder="请输入Narrative"
:rows="10" :rows="10"
......
...@@ -294,7 +294,8 @@ ...@@ -294,7 +294,8 @@
<c-input <c-input
type="textarea" type="textarea"
v-model="model.strinf" v-model="model.strinf"
maxlength="50" maxlength="1750"
:rows="10"
show-word-limit show-word-limit
placeholder="请输入Narrative" placeholder="请输入Narrative"
></c-input> ></c-input>
...@@ -304,7 +305,9 @@ ...@@ -304,7 +305,9 @@
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="" prop="sndmsg">
<c-checkbox v-model="model.sndmsg">Send Message</c-checkbox> <c-checkbox v-model="model.sndmsg">Send Message</c-checkbox>
</el-form-item>
</c-col> </c-col>
</c-col> </c-col>
</c-row> </c-row>
......
...@@ -312,10 +312,10 @@ ...@@ -312,10 +312,10 @@
@click="toCptadv">swift汇出</c-button @click="toCptadv">swift汇出</c-button
> >
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 0" <c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 0"
>境内外币汇入</c-button @click="toCptati">境内外币汇入</c-button
> >
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 0" <c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 0"
>境内外币汇出</c-button @click="toCptato">境内外币汇出</c-button
> >
<c-button class="medium_bcs" size="medium" type="primary" style="float:right;margin-right:10px;" <c-button class="medium_bcs" size="medium" type="primary" style="float:right;margin-right:10px;"
>导Excel</c-button >导Excel</c-button
...@@ -582,6 +582,12 @@ export default { ...@@ -582,6 +582,12 @@ export default {
}, },
toCptadv(){ toCptadv(){
this.$router.history.push("/business/cptadv") this.$router.history.push("/business/cptadv")
},
toCptati(){
this.$router.history.push("/business/cptati")
},
toCptato(){
this.$router.history.push("/business/cptato")
} }
}, },
created: function () {}, created: function () {},
......
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