Commit 0d8ccc22 by wangyanjiao

bdtset BUG修复

parent a91b9d9f
......@@ -151,7 +151,7 @@
v-model="model.dftcre.dfdgrp.rec.invtyp"
style="width: 100%"
placeholder="请选择发票类型"
:code="codes.invtyp"
:code="codes.invtyp1"
>
</c-select>
</el-form-item>
......@@ -560,7 +560,7 @@ export default {
data() {
return {
trntyp: [
{ label: "买方单据", value: "BD" },
{ label: "买方信用证", value: "BD" },
{ label: "汇出汇款", value: "CP" },
{ label: "进口代收", value: "BC" },
{ label: "卖方信用证", value: "BF" },
......
......@@ -84,7 +84,7 @@
</c-col>
<!-- =======right========= -->
<c-col :span="11" :offset="1">
<c-col :span="11" :offset="1" v-if="model.bddgrp.rec.skhhh != ''">
<c-col :span="24">
<el-form-item label="收款银行账户名称" prop="bddgrp.rec.skmc">
<c-input type="textarea" v-model="model.bddgrp.rec.skmc" maxlength="40" show-word-limit placeholder="请输入收款银行账户名称" ></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