diff --git a/src/views/relevantunits/base/components/corpInfoList.vue b/src/views/relevantunits/base/components/corpInfoList.vue new file mode 100644 index 0000000..a417039 --- /dev/null +++ b/src/views/relevantunits/base/components/corpInfoList.vue @@ -0,0 +1,520 @@ + + + diff --git a/src/views/relevantunits/base/index.vue b/src/views/relevantunits/base/index.vue new file mode 100644 index 0000000..eb2249a --- /dev/null +++ b/src/views/relevantunits/base/index.vue @@ -0,0 +1,24 @@ + + + + + diff --git a/src/views/relevantunits/cargo_owner/components/corpInfoList.vue b/src/views/relevantunits/cargo_owner/components/corpInfoList.vue new file mode 100644 index 0000000..dc837bb --- /dev/null +++ b/src/views/relevantunits/cargo_owner/components/corpInfoList.vue @@ -0,0 +1,519 @@ + + + diff --git a/src/views/relevantunits/cargo_owner/index.vue b/src/views/relevantunits/cargo_owner/index.vue new file mode 100644 index 0000000..eb2249a --- /dev/null +++ b/src/views/relevantunits/cargo_owner/index.vue @@ -0,0 +1,24 @@ + + + + + diff --git a/src/views/relevantunits/insert/components/corpInfoAdd.vue b/src/views/relevantunits/insert/components/corpInfoAdd.vue index af2e497..a05b3c7 100644 --- a/src/views/relevantunits/insert/components/corpInfoAdd.vue +++ b/src/views/relevantunits/insert/components/corpInfoAdd.vue @@ -80,6 +80,15 @@ + + + + + + + 注意:若相关方企业类型为驻港、货主时,该企业的所有信息将不会被统计在相关方统计中,仅在对应的统计功能中展示 + + @@ -354,7 +363,8 @@ export default { CITY: '', COUNTY: '', VILLAGE: '', - INDUSTRYALL: '' + INDUSTRYALL: '', + TYPE: '' }, hylxList: [], // 国民经济行业分类 (GB-T4754-2017) dialogImageUrl: '', // 上传图片预览 diff --git a/src/views/relevantunits/insert/components/corpInfoEdit.vue b/src/views/relevantunits/insert/components/corpInfoEdit.vue index 99514ec..7a5a61a 100644 --- a/src/views/relevantunits/insert/components/corpInfoEdit.vue +++ b/src/views/relevantunits/insert/components/corpInfoEdit.vue @@ -83,6 +83,14 @@ + + + + + + + + @@ -232,7 +240,6 @@ export default { { RELEVANT_UNIT_NAME: value, CORPINFO_ID: this.$parent.CORPINFO_ID - } ).then((data) => { if (data.pd) { @@ -370,7 +377,8 @@ export default { CITY: '', COUNTY: '', VILLAGE: '', - INDUSTRYALL: '' + INDUSTRYALL: '', + TYPE: '' }, hylxList: [], // 国民经济行业分类 (GB-T4754-2017) dialogImageUrl: '', // 上传图片预览