Commit d539606e by huangxin

botame数据回填,botset优化

parent 6e3120e3
...@@ -255,25 +255,25 @@ export default { ...@@ -255,25 +255,25 @@ export default {
"bodgrp.blk.chgtxt":[ "bodgrp.blk.chgtxt":[
//{type: "string", required: true, message: "必输项"}, //{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 210,message:"长度不能超过210"}
], ],
"bodgrp.blk.dftins":[ "bodgrp.blk.dftins":[
//{type: "string", required: true, message: "必输项"}, //{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 390,message:"长度不能超过390"}
], ],
"bodgrp.blk.proins":[ "bodgrp.blk.proins":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 130,message:"长度不能超过130"}
], ],
"bodgrp.blk.othins":[ "bodgrp.blk.othins":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 390,message:"长度不能超过390"}
], ],
...@@ -283,7 +283,7 @@ export default { ...@@ -283,7 +283,7 @@ export default {
], ],
"bodgrp.blk.delins":[ "bodgrp.blk.delins":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 130,message:"长度不能超过130"}
], ],
......
...@@ -7,25 +7,25 @@ export default { ...@@ -7,25 +7,25 @@ export default {
"bodgrp.blk.chgtxt":[ "bodgrp.blk.chgtxt":[
//{type: "string", required: true, message: "必输项"}, //{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 210,message:"长度不能超过210"}
], ],
"bodgrp.blk.dftins":[ "bodgrp.blk.dftins":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 390,message:"长度不能超过390"}
], ],
"bodgrp.blk.proins":[ "bodgrp.blk.proins":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 130,message:"长度不能超过130"}
], ],
"bodgrp.blk.othins":[ "bodgrp.blk.othins":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 390,message:"长度不能超过390"}
], ],
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
], ],
"bodgrp.blk.delins":[ "bodgrp.blk.delins":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 130,message:"长度不能超过130"}
], ],
"bodgrp.drr.pts.ref":[ "bodgrp.drr.pts.ref":[
......
...@@ -5,11 +5,13 @@ ...@@ -5,11 +5,13 @@
<c-col :span="23"> <c-col :span="23">
<el-form-item label="Delivery of Documents Instructions" style="padding-top:15px"> <el-form-item label="Delivery of Documents Instructions" style="padding-top:15px">
<c-fullbox> <c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="3250" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="3250" :rows="3" show-word-limit
placeholder="请输入Collection Instructions" > placeholder="请输入Collection Instructions" >
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" icon="el-icon-search"
@click="showGridPromptDialog('botp.colins.buttxmsel', null, null,{TXT: ''}, {TXT: false},'doxpDialog')"
>
... ...
</c-button> </c-button>
</template> </template>
...@@ -71,11 +73,13 @@ ...@@ -71,11 +73,13 @@
<c-col :span="23"> <c-col :span="23">
<el-form-item label="Draft Instructions" style="padding-top:15px"> <el-form-item label="Draft Instructions" style="padding-top:15px">
<c-fullbox> <c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.dftins" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.dftins" maxlength="390" :rows="5" show-word-limit
placeholder="请输入Draft Instructions"> placeholder="请输入Draft Instructions">
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" icon="el-icon-search"
@click="showGridPromptDialog('botp.dftins.buttxmsel', null, null,{TXT: 'bodgrp.blk.dftins'}, {TXT: false},'doxpDialog')"
>
... ...
</c-button> </c-button>
</template> </template>
...@@ -104,11 +108,13 @@ ...@@ -104,11 +108,13 @@
<c-col :span="23"> <c-col :span="23">
<el-form-item label="Protest Instructions" style="padding-top:15px"> <el-form-item label="Protest Instructions" style="padding-top:15px">
<c-fullbox> <c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="130" :rows="2" show-word-limit
placeholder="请输入Protest Instructions"> placeholder="请输入Protest Instructions">
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" icon="el-icon-search"
@click="showGridPromptDialog('botp.proins.buttxmsel', null, null,{TXT: 'bodgrp.blk.proins'}, {TXT: false},'doxpDialog')"
>
... ...
</c-button> </c-button>
</template> </template>
...@@ -139,11 +145,13 @@ ...@@ -139,11 +145,13 @@
<c-col :span="23"> <c-col :span="23">
<el-form-item label="Other Instructions" style="padding-top:15px"> <el-form-item label="Other Instructions" style="padding-top:15px">
<c-fullbox> <c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="390" :rows="5" show-word-limit
placeholder="请输入Other Instructions"> placeholder="请输入Other Instructions">
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" icon="el-icon-search"
@click="showGridPromptDialog('botp.othins.buttxmsel', null, null,{TXT: 'bodgrp.blk.othins'}, {TXT: false},'doxpDialog')"
>
... ...
</c-button> </c-button>
</template> </template>
...@@ -170,11 +178,13 @@ ...@@ -170,11 +178,13 @@
<c-col :span="23"> <c-col :span="23">
<el-form-item label="Warehouse/Insurance instructions" style="padding-top:15px"> <el-form-item label="Warehouse/Insurance instructions" style="padding-top:15px">
<c-fullbox> <c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="130" :rows="2" show-word-limit
placeholder="请输入Warehouse/Insurance instruction"> placeholder="请输入Warehouse/Insurance instruction">
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary"> <c-button size="small" type="primary" icon="el-icon-search"
@click="showGridPromptDialog('botp.whins.buttxmsel', null, null,{TXT: 'bodgrp.blk.delins'}, {TXT: false},'doxpDialog')"
>
... ...
</c-button> </c-button>
</template> </template>
...@@ -214,7 +224,7 @@ ...@@ -214,7 +224,7 @@
<c-col :span="24" style="width:100%"> <c-col :span="24" style="width:100%">
<el-form-item label="Charges Text" prop="bodgrp.blk.chgtxt" style="padding-top:15px"> <el-form-item label="Charges Text" prop="bodgrp.blk.chgtxt" style="padding-top:15px">
<c-input type="textarea" v-model="model.bodgrp.blk.chgtxt" maxlength="35" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.chgtxt" maxlength="210" :rows="5" show-word-limit
placeholder="请输入Charges Text"></c-input> placeholder="请输入Charges Text"></c-input>
......
...@@ -92,6 +92,15 @@ ...@@ -92,6 +92,15 @@
v-on:select-ety="selectEty" v-on:select-ety="selectEty"
> >
</c-grid-ety-prompt-dialog> </c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref="doxpDialog"
:isPty="false"
:promptData="promptData"
@select-ety="selectMsg"
>
</c-grid-ety-prompt-dialog>
</div> </div>
</c-page> </c-page>
</template> </template>
......
...@@ -271,6 +271,16 @@ export default { ...@@ -271,6 +271,16 @@ export default {
} }
}, },
computed: {
acp: {
get() {
return this.model.bopmod.dbdp.baspp.acp === "X";
},
set(val) {
this.model.bopmod.dbdp.baspp.acp = val ? "X" : "";
},
},
},
methods:{}, methods:{},
created:function(){ created:function(){
......
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
<c-col :span="24"> <c-col :span="24">
<c-checkbox style=" margin: 0px 0 10px 150px;" disabled v-model="model.bopmod.dbdp.baspp.acp">确认</c-checkbox> <c-checkbox style=" margin: 0px 0 10px 150px;" disabled v-model="model.bopmod.dbap.baspp.acp">确认</c-checkbox>
</c-col> </c-col>
...@@ -295,6 +295,16 @@ export default { ...@@ -295,6 +295,16 @@ export default {
} }
}, },
computed: {
acp: {
get() {
return this.model.bopmod.dbap.baspp.acp === "X";
},
set(val) {
this.model.bopmod.dbap.baspp.acp = val ? "X" : "";
},
},
},
methods:{}, methods:{},
created:function(){ created:function(){
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<c-col :span="23"> <c-col :span="23">
<el-form-item label="Delivery of Documents Instructions" style="padding-top:15px"> <el-form-item label="Delivery of Documents Instructions" style="padding-top:15px">
<c-fullbox> <c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="3250" show-word-limit <c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="3250" :rows="3" show-word-limit
placeholder="请输入Collection Instructions" disabled> placeholder="请输入Collection Instructions" disabled>
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<c-col :span="23"> <c-col :span="23">
<el-form-item label="Draft Instructions" style="padding-top:15px"> <el-form-item label="Draft Instructions" style="padding-top:15px">
<c-fullbox> <c-fullbox>
<c-input type="textarea" disabled v-model="model.bodgrp.blk.dftins" maxlength="65" show-word-limit <c-input type="textarea" disabled v-model="model.bodgrp.blk.dftins" maxlength="390" :rows="5" show-word-limit
placeholder="请输入Draft Instructions"> placeholder="请输入Draft Instructions">
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<c-col :span="23"> <c-col :span="23">
<el-form-item label="Protest Instructions" style="padding-top:15px"> <el-form-item label="Protest Instructions" style="padding-top:15px">
<c-fullbox> <c-fullbox>
<c-input type="textarea" disabled v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit <c-input type="textarea" disabled v-model="model.bodgrp.blk.proins" maxlength="130" :rows="2" show-word-limit
placeholder="请输入Protest Instructions"> placeholder="请输入Protest Instructions">
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
<c-col :span="23"> <c-col :span="23">
<el-form-item label="Other Instructions" style="padding-top:15px"> <el-form-item label="Other Instructions" style="padding-top:15px">
<c-fullbox> <c-fullbox>
<c-input type="textarea" disabled v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit <c-input type="textarea" disabled v-model="model.bodgrp.blk.othins" maxlength="390" :rows="5" show-word-limit
placeholder="请输入Other Instructions"> placeholder="请输入Other Instructions">
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
<c-col :span="23"> <c-col :span="23">
<el-form-item label="Warehouse/Insurance instructions" style="padding-top:15px"> <el-form-item label="Warehouse/Insurance instructions" style="padding-top:15px">
<c-fullbox> <c-fullbox>
<c-input type="textarea" disabled v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit <c-input type="textarea" disabled v-model="model.bodgrp.blk.delins" maxlength="130" :rows="2" show-word-limit
placeholder="请输入Warehouse/Insurance instruction"> placeholder="请输入Warehouse/Insurance instruction">
</c-input> </c-input>
<template slot="footer"> <template slot="footer">
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
<c-col :span="24" style="width:100%"> <c-col :span="24" style="width:100%">
<el-form-item label="Charges Text" prop="bodgrp.blk.chgtxt" style="padding-top:15px"> <el-form-item label="Charges Text" prop="bodgrp.blk.chgtxt" style="padding-top:15px">
<c-input type="textarea" disabled v-model="model.bodgrp.blk.chgtxt" maxlength="35" show-word-limit <c-input type="textarea" disabled v-model="model.bodgrp.blk.chgtxt" maxlength="210" :rows="5" show-word-limit
placeholder="请输入Charges Text"></c-input> placeholder="请输入Charges Text"></c-input>
......
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