Commit cca9cb0d by 吴佳

2021.12.23 wujia update ditsel

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