Commit c625e653 by denyu

修改页面

parent 2d7a8217
......@@ -454,7 +454,7 @@ export default {
],
"ditp.remark":[
{type: "string", required: true, message: "必输项"},
{max: 80,message:"长度不能超过80"}
{max: 800,message:"长度不能超过800"}
],
"litbenl1blk":[
{type: "string", required: true, message: "必输项"},
......
......@@ -10,9 +10,17 @@
<el-col :span="12">
<el-form-item label="合同金额" prop="liaall.liaccv.newamt">
<el-row>
<el-col :span="8">
<c-input type="text" :readonly="true" value="CNY"></c-input>
</el-col>
<!-- <el-col :span="8">-->
<!-- <c-input type="text" :readonly="true" value="CNY"></c-input>-->
<!-- </el-col>-->
<el-col :span="8">
<c-select v-model="model.liaall.liaccv.concur" style="width:100%" placeholder="请选择Type of settlement">
<el-option v-for="item in codes.curtxt" :key="item.value" :label="item.label"
:value="item.value">
</el-option>
</c-select>
</el-col>
<el-col :span="14">
<c-input :readonly="true" v-model="model.liaall.liaccv.newamt"></c-input>
</el-col>
......@@ -54,9 +62,16 @@
<el-col :span="12">
<el-form-item label="Reserved Amount" prop="liaall.liaccv.newresamt">
<el-row>
<el-col :span="8">
<c-input type="text" :readonly="true" value="CNY"></c-input>
</el-col>
<!-- <el-col :span="8">-->
<!-- <c-input type="text" :readonly="true" value="CNY"></c-input>-->
<!-- </el-col>-->
<el-col :span="8">
<c-select v-model="model.liaall.liaccv.concur" style="width:100%" placeholder="请选择Type of settlement">
<el-option v-for="item in codes.curtxt" :key="item.value" :label="item.label"
:value="item.value">
</el-option>
</c-select>
</el-col>
<el-col :span="14">
<c-input :readonly="true" v-model="model.liaall.liaccv.newresamt"></c-input>
</el-col>
......@@ -102,11 +117,18 @@
<el-col :span="12">
<el-form-item label="应付保证金金额" prop="liaall.liaccv.concur">
<el-row>
<el-col :span="8">
<c-input type="text" :readonly="true" value="CNY"></c-input>
</el-col>
<!-- <el-col :span="8">-->
<!-- <c-input type="text" :readonly="true" value="CNY"></c-input>-->
<!-- </el-col>-->
<el-col :span="8">
<c-select v-model="model.liaall.liaccv.concur" style="width:100%" placeholder="请选择Type of settlement">
<el-option v-for="item in codes.curtxt" :key="item.value" :label="item.label"
:value="item.value">
</el-option>
</c-select>
</el-col>
<el-col :span="14">
<c-input :readonly="true" v-model="model.liaall.liaccv.concur"></c-input>
<c-input :readonly="true" v-model="model.liaall.liaccv.pctresamt"></c-input>
</el-col>
</el-row>
</el-form-item>
......
......@@ -15,13 +15,13 @@
<el-col :span="8">
<el-form-item label="结算金额">
<c-input v-model="model.setmod.doccur" style="width:100%" placeholder="请选择document currency" disabled="disabled"></c-input>
<c-input v-model="model.setmod.doccur" style="width:100%" placeholder="CNY" :readonly="true"></c-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="" label-width="20px">
<c-input v-model="model.setmod.docamt" placeholder="请输入document amount"></c-input>
<c-input v-model="model.setmod.docamt" :readonly="true" placeholder="请输入document amount"></c-input>
</el-form-item>
</el-col>
......
......@@ -166,7 +166,8 @@ export default {
tratyp:CodeTable.tratyp,
dspflg:CodeTable.dspflg,
inflev:CodeTable.inflev,
nonrevflg1:CodeTable.nonrevflg1
nonrevflg1:CodeTable.nonrevflg1,
curtxt:CodeTable.curtxt
},
}
},
......
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