Luka 1 kuukausi sitten
vanhempi
commit
c4795c549c

+ 2 - 3
src/views/notificationInfoInquiry/administrativePenalty/config/search.config.ts

@@ -17,10 +17,9 @@ const searchConfig = {
 		{
 			label: '案由',
 			prop: 'ship_operator',
-			type: 'select',
+			type: 'input',
 			span: 6,
-			options: [] as Array<OptionsType>,
-			placeholder: '请选择案由',
+			placeholder: '请输入案由',
 		},
 		{
 			label: '船舶名称',

+ 9 - 0
src/views/notificationInfoInquiry/administrativePenalty/index.vue

@@ -58,8 +58,17 @@ import pageContent from '@/components/components/pageContent.vue';
 import searchConfig from './config/search.config';
 import pageSearch from '@/components/components/pageSearch.vue';
 import useSystemStore from '@/store/main';
+import { outTypeList } from '@/libs/commonMeth';
 const systemStore = useSystemStore();
 
+const bj_notification_type = outTypeList('bj_notification_type'); //通报类型
+const categoryOnm = outTypeList('bj_category_onm'); // 通报事项类别
+const bj_initial_review_mark = outTypeList('bj_initial_review_mark'); // 初复查标志
+const bj_ship_port_registration = outTypeList('bj_ship_port_registration'); // 船港籍
+const bj_ship_delayed = outTypeList('bj_ship_delayed'); // 船舶是否滞留
+const bj_hand_opinion = outTypeList('bj_hand_opinion'); // 处理意见
+const bj_reason_deregistration = outTypeList('bj_reason_deregistration'); // 注销原因
+
 const total = ref(0);
 const pageSize = ref([10, 20, 30]);
 const tableData = ref([]);

+ 20 - 21
src/views/notificationInfoInquiry/securityCheck/config/search.config.ts

@@ -15,42 +15,41 @@ const searchConfig = {
 		},
 		{
 			label: '通报事项类别',
-			prop: 'reportType',
+			prop: 'notificationMattersType',
 			type: 'custom',
-			slotName: 'reportType',
+			slotName: 'notificationMattersType',
 			span: 6,
 		},
 		{
 			label: '通报事项',
-			prop: 'reportEvent',
-			slotName: 'reportEvent',
-			type: 'custom',
+			prop: 'notificationMatters',
+			type: 'input',
 			span: 6,
 		},
 		{
 			label: '船舶识别号',
-			prop: 'ship_operator',
+			prop: 'vesselIdenNumber',
 			type: 'input',
 			span: 6,
 			placeholder: '请输入船舶识别号',
 		},
 		{
 			label: '中文船名',
-			prop: 'ship_operator',
+			prop: 'chineseVesselName',
 			type: 'input',
 			span: 6,
 			placeholder: '请输入中文船名',
 		},
 		{
 			label: '初次登记号',
-			prop: 'ship_operator',
+			prop: 'initialRegiNumber',
 			type: 'input',
 			span: 6,
 			placeholder: '请输入初次登记号',
 		},
 		{
 			label: '初复查标志',
-			prop: 'ship_operator',
+			prop: 'initialRegiNumber',
 			type: 'select',
 			options: [],
 			span: 6,
@@ -58,59 +57,59 @@ const searchConfig = {
 		},
 		{
 			label: '船籍港',
-			prop: 'send_unit',
+			prop: 'portOfRegistry',
 			type: 'select',
-			multiple: true,
+			multiple: false,
 			options: [],
 			span: 6,
 			placeholder: '请选择船籍港',
 		},
 		{
 			label: '船舶是否滞留',
-			prop: 'receive_unit',
+			prop: 'TODO',
 			type: 'select',
-			multiple: true,
+			multiple: false,
 			options: [],
 			span: 6,
 			placeholder: '请选择船舶是否滞留',
 		},
 		{
 			label: '检查机构',
-			prop: 'report_status',
+			prop: 'TODO',
 			type: 'select',
-			multiple: true,
+			multiple: false,
 			options: [],
 			span: 6,
 			placeholder: '请选择检查机构',
 		},
 		{
 			label: '船舶所有人',
-			prop: 'take_steps',
+			prop: 'theShipowner',
 			type: 'input',
 			span: 6,
 			placeholder: '请输入船舶所有人',
 		},
 		{
 			label: '违法信息',
-			prop: 'over_status',
+			prop: 'TODO',
 			type: 'select',
-			multiple: true,
+			multiple: false,
 			options: [],
 			span: 6,
 			placeholder: '请选择违法信息',
 		},
 		{
 			label: '处理意见',
-			prop: 'over_status',
+			prop: 'TODO',
 			type: 'select',
-			multiple: true,
+			multiple: false,
 			options: [],
 			span: 6,
 			placeholder: '请选择处理意见',
 		},
 		{
 			label: '检查日期',
-			prop: 'createDate',
+			prop: 'TODO',
 			type: 'date-picker',
 			span: 12,
 			placeholder: '请选择检查日期',

+ 9 - 0
src/views/notificationInfoInquiry/securityCheck/index.vue

@@ -58,8 +58,17 @@ import pageContent from '@/components/components/pageContent.vue';
 import searchConfig from './config/search.config';
 import pageSearch from '@/components/components/pageSearch.vue';
 import useSystemStore from '@/store/main';
+import { outTypeList } from '@/libs/commonMeth';
 const systemStore = useSystemStore();
 
+const bj_notification_type = outTypeList('bj_notification_type'); //通报类型
+const categoryOnm = outTypeList('bj_category_onm'); // 通报事项类别
+const bj_initial_review_mark = outTypeList('bj_initial_review_mark'); // 初复查标志
+const bj_ship_port_registration = outTypeList('bj_ship_port_registration'); // 船港籍
+const bj_ship_delayed = outTypeList('bj_ship_delayed'); // 船舶是否滞留
+const bj_hand_opinion = outTypeList('bj_hand_opinion'); // 处理意见
+const bj_ship_type = outTypeList('bj_ship_type'); // 船舶种类
+
 const total = ref(0);
 const pageSize = ref([10, 20, 30]);
 const tableData = ref([]);

+ 9 - 0
src/views/notificationInfoInquiry/shipRegistration/index.vue

@@ -58,8 +58,17 @@ import pageContent from '@/components/components/pageContent.vue';
 import searchConfig from './config/search.config';
 import pageSearch from '@/components/components/pageSearch.vue';
 import useSystemStore from '@/store/main';
+import { outTypeList } from '@/libs/commonMeth';
 const systemStore = useSystemStore();
 
+const bj_notification_type = outTypeList('bj_notification_type'); //通报类型
+const categoryOnm = outTypeList('bj_category_onm'); // 通报事项类别
+const bj_initial_review_mark = outTypeList('bj_initial_review_mark'); // 初复查标志
+const bj_ship_port_registration = outTypeList('bj_ship_port_registration'); // 船港籍
+const bj_ship_delayed = outTypeList('bj_ship_delayed'); // 船舶是否滞留
+const bj_hand_opinion = outTypeList('bj_hand_opinion'); // 处理意见
+const bj_reason_deregistration = outTypeList('bj_reason_deregistration'); // 注销原因
+
 const total = ref(0);
 const pageSize = ref([10, 20, 30]);
 const tableData = ref([]);