product
tengxi 2 years ago
parent d41edc9bee
commit 039cc3db71

@ -76,8 +76,8 @@ public class SupplierEntity {
@TableField("VAT_REGISTRATION_NUM")
private String vatRegistrationNum;
@TableField("ORG_ID")
private String orgId;
@TableField("ORGNIZE_ID")
private String orgnizeId;
@TableField("DEPARTMENT_ID")
private String departmentId;

@ -1,10 +1,10 @@
<template>
<el-dialog title="详情"
<el-dialog title="详情"
:close-on-click-modal="false" append-to-body
:visible.sync="visible" class="JNPF-dialog JNPF-dialog_center" lock-scroll
width="600px">
<el-row :gutter="15" class="">
<el-form ref="elForm" :model="dataForm" size="small" label-width="100px" label-position="right" >
<el-row :gutter="15" class="">
<el-form ref="elForm" :model="dataForm" size="small" label-width="100px" label-position="right" >
<template v-if="!loading">
<el-col :span="24" >
<el-form-item label-width="0">
@ -53,7 +53,7 @@
</el-form-item>
</el-col>
</template>
</el-form>
</el-form>
</el-row>
<span slot="footer" class="dialog-footer">
<el-button @click="visible = false"> </el-button>

Loading…
Cancel
Save