Commit e1ba7d8b by wangguangchao
parents c6ad824d fcd92579
......@@ -12,6 +12,9 @@
v-model="model.didgrp.rec.ownref"
maxlength="16"
placeholder="请输入信用证编号"
@keyup.enter.native="
showGridPromptDialog('didgrp.rec.ownref')
"
></c-input>
</el-form-item>
</c-col>
......@@ -99,7 +102,7 @@
<c-col :span="13">
<el-form-item label="信用证余额">
<c-select
v-model="model.didgrp.cbs.nom1.cur"
v-model="model.didgrp.cbs.opn1.cur"
style="width: 95%"
disabled
>
......@@ -109,7 +112,7 @@
<c-col :span="11">
<el-form-item label-width="0">
<c-input
v-model="model.didgrp.cbs.opn1.cur"
v-model="model.didgrp.cbs.opn1.amt"
maxlength="3"
placeholder="请输入信用证余额"
disabled
......@@ -180,7 +183,7 @@
<c-col :span="11">
<el-form-item label="" label-width="0">
<c-input
v-model="model.bddgrp.rec.ownref"
v-model="model.didgrp.rec.expplc"
maxlength="16"
disabled
></c-input>
......@@ -220,7 +223,7 @@
<c-col :span="24">
<el-form-item label="">
<c-input
v-model="model.bpdget.sdamod.seainf"
v-model="model.didgrp.apl.pts.nam"
placeholder="请输入"
disabled
></c-input>
......@@ -244,7 +247,7 @@
<c-col :span="24">
<el-form-item label="">
<c-input
v-model="model.bddget.sdamod.seainf"
v-model="model.didgrp.ben.pts.nam"
placeholder="请输入"
disabled
></c-input>
......@@ -263,7 +266,9 @@
</c-col>
<c-col :span="24">
<el-form-item label="">
<c-input maxlength="16" disabled></c-input>
<c-input
v-model="model.didgrp.adv.pts.nam"
maxlength="16" disabled></c-input>
</el-form-item>
</c-col>
</c-col>
......@@ -435,7 +440,7 @@
<c-col :span="13">
<el-form-item label="单据余额">
<c-select
v-model="model.bddgrp.cbs.max.cur"
v-model="model.bddgrp.cbs.opn1.cur"
style="width: 95%"
placeholder="请选择单据余额"
disabled
......@@ -513,11 +518,11 @@
></c-input>
</el-form-item>
</c-col>
<!-- model.bpdget.sdamod.seainf 修改为 didgrp.apl.pts.nam -->
<c-col :span="24">
<el-form-item label="">
<c-input
v-model="model.bpdget.sdamod.seainf"
v-model="model.didgrp.apl.pts.nam"
placeholder="请输入"
disabled
></c-input>
......@@ -537,11 +542,11 @@
></c-input>
</el-form-item>
</c-col>
<!-- model.bddget.sdamod.seainf 修改为 bddgrp.ben.pts.nam -->
<c-col :span="24">
<el-form-item label="">
<c-input
v-model="model.bddget.sdamod.seainf"
v-model="model.bddgrp.ben.pts.nam"
placeholder="请输入"
disabled
></c-input>
......@@ -1938,7 +1943,7 @@ export default {
{ title: "", url: "#", disabled: false },
{ title: "", url: "#", disabled: false },
{ title: "开立信用证", url: "#/business/ditopn", disabled: false },
{ title: "信用证修改", url: "#/business/ditame", disabled: true },
{ title: "信用证修改", url: "#/business/ditame", disabled: false },
{ title: "减额修改接受", url: "#", disabled: true },
{ title: "", url: "#", disabled: false },
{ title: "", url: "#", disabled: false },
......
......@@ -43,6 +43,7 @@ export default {
data() {
return {
tabVal: "sel",
trnName: "ditsel",
model: new Ditsel().data,
// defaultRule:Default,
// rules:this.mergeRules(Pattern,Check),
......
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