Commit d9d4b40c by zhujiazhan

Brtset,Cptopn交易页面修改

parent fece17ab
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
style="width: 100%" style="width: 100%"
> >
<el-option <el-option
v-for="item in options" v-for="item in codes.gitopn_cur"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -386,7 +386,7 @@ export default { ...@@ -386,7 +386,7 @@ export default {
mixins: [commonProcess], mixins: [commonProcess],
data() { data() {
return { return {
options: [],
}; };
}, },
}; };
......
...@@ -286,6 +286,20 @@ ...@@ -286,6 +286,20 @@
<!-- ====================右边======================= --> <!-- ====================右边======================= -->
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<c-col :span="13">
<el-form-item label="Open Amt.L/C" prop="lidgrp.cbs.opn1.cur">
<c-input v-model="model.lidgrp.cbs.opn1.cur" maxlength="3" placeholder="请输入Currency" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="" prop="lidgrp.cbs.opn1.amt" label-width="5px">
<c-input v-model="model.lidgrp.cbs.opn1.amt" placeholder="请输入Balance" disabled></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="Name of Bill Contract" prop="brdgrp.rec.nam"> <el-form-item label="Name of Bill Contract" prop="brdgrp.rec.nam">
<c-input v-model="model.brdgrp.rec.nam" maxlength="40" placeholder="请输入Name of Bill Contract" disabled></c-input> <c-input v-model="model.brdgrp.rec.nam" maxlength="40" placeholder="请输入Name of Bill Contract" disabled></c-input>
</el-form-item> </el-form-item>
......
...@@ -440,22 +440,6 @@ ...@@ -440,22 +440,6 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24">
<el-form-item label="货物类型">
<c-select
v-model="model.cpdgrp.rec.stagod"
style="width: 100%"
placeholder="请选择货物类型"
>
<el-option
v-for="item in codes.godcod"
:key="item.value"
:label="item.label"
:value="item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
</c-col> </c-col>
</c-col> </c-col>
......
...@@ -246,6 +246,9 @@ export default { ...@@ -246,6 +246,9 @@ export default {
if (this.isInDisplay) { if (this.isInDisplay) {
this.restoreDisplay(); this.restoreDisplay();
} }
} else { } else {
this.$notify.error({ title: "错误", message: "服务请求失败!" }); this.$notify.error({ title: "错误", message: "服务请求失败!" });
} }
......
...@@ -226,10 +226,16 @@ export default { ...@@ -226,10 +226,16 @@ export default {
if(this.model.bopmod.szflg==='3'){ if(this.model.bopmod.szflg==='3'){
this.model.bopmod.ownextkey = ''; this.model.bopmod.ownextkey = '';
this.model.bopmod.acttyp = ''; this.model.bopmod.acttyp = '';
this.model.bopmod.basflg='';
} }
} }
}, },
created: function () { created: function () {
//给人民币申报赋值
this.model.cnybop.cnyflg="2";
this.model.cnybop.traflg="2";
this.model.cnybop.libflg="2";
this.model.cnybop.vouflg="2";
}, },
watch: { watch: {
"model.bopmod.ownextkey": function(){ "model.bopmod.ownextkey": 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