Commit 7f81d939 by liuxin

detdrv交单人码表补充

parent 1076500a
......@@ -7068,5 +7068,9 @@ const CodeTable = {
{label:"Applicant",value:"APPL" },
{label:"Obligor",value:"OBLI" },
],
detdrv_deltol:[
{label:"Beneficiary",value:"BENE" },
{label:"Specified address",value:"OTHR" },
],
}
export default CodeTable;
......@@ -441,6 +441,7 @@
v-model="model.bfdgrp.rec.docprbrol"
style="width: 100%"
placeholder="请选择交单人"
:code="codes.detdrv_deltol"
>
</c-select>
</el-form-item>
......
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