Эх сурвалжийг харах

弹窗内表单验证修改

zhongxiaoyu 1 жил өмнө
parent
commit
cc436bd858

+ 9 - 8
src/views/BasicsData/airlineCompany/index.vue

@@ -189,15 +189,16 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  airlineCompanyForm.value?.resetFields()
   flag.value = false;
-  tableForm.fullName = "";
-  tableForm.abbreviation = "";
-  tableForm.englishAbbreviation = "";
-  tableForm.ITATCode = "";
-  tableForm.ICAOCode = "";
-  tableForm.remarks = "";
-  tableForm.airlineCompanyID = "";
-  tableForm.englishFullName = "";
+  // tableForm.fullName = "";
+  // tableForm.abbreviation = "";
+  // tableForm.englishAbbreviation = "";
+  // tableForm.ITATCode = "";
+  // tableForm.ICAOCode = "";
+  // tableForm.remarks = "";
+  // tableForm.airlineCompanyID = "";
+  // tableForm.englishFullName = "";
 };
 //编辑-删除
 const btnClick = (row, index, param) => {

+ 5 - 4
src/views/BasicsData/airportCompany/index.vue

@@ -155,11 +155,12 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  airportCompanyForm.value?.resetFields()
   flag.value = false;
-  tableForm.companyName = "";
-  tableForm.parentID = "";
-  tableForm.companyDesc = "";
-  tableForm.companyID = "";
+  // tableForm.companyName = "";
+  // tableForm.parentID = "";
+  // tableForm.companyDesc = "";
+  // tableForm.companyID = "";
 };
 //编辑-删除
 const btnClick = (row, index, param) => {

+ 4 - 3
src/views/BasicsData/airportInfo/airportInfoChild/index.vue

@@ -181,10 +181,11 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  airportInfoChildForm.value?.resetFields()
   flag.value = false;
-  tableForm.terminalID = "";
-  tableForm.terminalName = "";
-  tableForm.remarks = "";
+  // tableForm.terminalID = "";
+  // tableForm.terminalName = "";
+  // tableForm.remarks = "";
 };
 //编辑
 const editDialog = (data) => {

+ 13 - 12
src/views/BasicsData/airportInfo/index.vue

@@ -370,19 +370,20 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  airportInfoForm.value?.resetFields()
   flag.value = false;
-  tableForm.airportID = "";
-  tableForm.airportName = "";
-  tableForm.IATACode = "";
-  tableForm.ICAOCode = "";
-  tableForm.abbreviation = "";
-  tableForm.englishAbbreviation = "";
-  tableForm.fullName = "";
-  tableForm.companyID = "";
-  tableForm.airportTimeZone = "";
-  tableForm.companyName = "";
-  tableForm.event = "";
-  tableForm.remarks = "";
+  // tableForm.airportID = "";
+  // tableForm.airportName = "";
+  // tableForm.IATACode = "";
+  // tableForm.ICAOCode = "";
+  // tableForm.abbreviation = "";
+  // tableForm.englishAbbreviation = "";
+  // tableForm.fullName = "";
+  // tableForm.companyID = "";
+  // tableForm.airportTimeZone = "";
+  // tableForm.companyName = "";
+  // tableForm.event = "";
+  // tableForm.remarks = "";
 };
 //编辑
 const editDialog = (data) => {

+ 7 - 6
src/views/BasicsData/airportInfo/positionSetting/index.vue

@@ -198,13 +198,14 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  positionSettingForm.value?.resetFields()
   flag.value = false;
-  tableForm.positionID = "";
-  tableForm.positionSN = "";
-  tableForm.positionDescribe = "";
-  tableForm.englishDescribe = "";
-  tableForm.locationCode = "";
-  tableForm.remarks = "";
+  // tableForm.positionID = "";
+  // tableForm.positionSN = "";
+  // tableForm.positionDescribe = "";
+  // tableForm.englishDescribe = "";
+  // tableForm.locationCode = "";
+  // tableForm.remarks = "";
 };
 //删除
 const eleDialog = () => {

+ 5 - 4
src/views/BasicsData/cargoInformation/index.vue

@@ -141,11 +141,12 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  cargoInformationForm.value?.resetFields()
   flag.value = false;
-  tableForm.agentID = "";
-  tableForm.agentName = "";
-  tableForm.agentCode = "";
-  tableForm.agentDesc = "";
+  // tableForm.agentID = "";
+  // tableForm.agentName = "";
+  // tableForm.agentCode = "";
+  // tableForm.agentDesc = "";
 };
 //编辑
 const editDialog = (data) => {

+ 6 - 5
src/views/BasicsData/containerMaintenance/index.vue

@@ -154,12 +154,13 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  containerMaintenanceForm.value?.resetFields()
   flag.value = false;
-  tableForm.containerID = "";
-  tableForm.containerName = "";
-  tableForm.containerCode = "";
-  tableForm.containerDesc = "";
-  tableForm.containerUnit = "";
+  // tableForm.containerID = "";
+  // tableForm.containerName = "";
+  // tableForm.containerCode = "";
+  // tableForm.containerDesc = "";
+  // tableForm.containerUnit = "";
 };
 //编辑
 const editDialog = (data) => {

+ 5 - 4
src/views/BasicsData/deployNode/index.vue

@@ -137,11 +137,12 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  deployNodeForm.value?.resetFields()
   flag.value = false;
-  tableForm.nodeID = "";
-  tableForm.nodeName = "";
-  tableForm.nodeCode = "";
-  tableForm.nodeDescribe = "";
+  // tableForm.nodeID = "";
+  // tableForm.nodeName = "";
+  // tableForm.nodeCode = "";
+  // tableForm.nodeDescribe = "";
 };
 //编辑
 const editDialog = (data) => {

+ 7 - 6
src/views/BasicsData/equipmentMaintenance/index.vue

@@ -172,13 +172,14 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  equipmentMaintenanceForm.value?.resetFields()
   flag.value = false;
-  tableForm.deviceID = "";
-  tableForm.deviceName = "";
-  tableForm.deviceType = "";
-  tableForm.deviceIP = "";
-  tableForm.deviceCode = "";
-  tableForm.remarks = "";
+  // tableForm.deviceID = "";
+  // tableForm.deviceName = "";
+  // tableForm.deviceType = "";
+  // tableForm.deviceIP = "";
+  // tableForm.deviceCode = "";
+  // tableForm.remarks = "";
 };
 //编辑
 const editDialog = (data) => {

+ 6 - 5
src/views/BasicsData/hiddenCompany/index.vue

@@ -149,12 +149,13 @@ const addForm = () => {
 }
 //取消
 const resetForm = () => {
+  airlineCompanyForm.value?.resetFields()
   flag.value = false
-  tableForm.id = null
-  tableForm.code = ''
-  tableForm.in_type = 1
-  tableForm.out_type = 1
-  tableForm.event = 0
+  // tableForm.id = null
+  // tableForm.code = ''
+  // tableForm.in_type = 1
+  // tableForm.out_type = 1
+  // tableForm.event = 0
 }
 //编辑-删除
 const btnClick = (index, row, param) => {

+ 6 - 5
src/views/BasicsData/modelMaintenance/index.vue

@@ -161,12 +161,13 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  modelMaintenanceForm.value?.resetFields()
   flag.value = false;
-  tableForm.modelID = "";
-  tableForm.modelName = "";
-  tableForm.modelType = "";
-  tableForm.modelDesc = "";
-  tableForm.modelCode = "";
+  // tableForm.modelID = "";
+  // tableForm.modelName = "";
+  // tableForm.modelType = "";
+  // tableForm.modelDesc = "";
+  // tableForm.modelCode = "";
 };
 //编辑
 const editDialog = (data) => {

+ 5 - 4
src/views/BasicsData/shippingSpace/index.vue

@@ -153,11 +153,12 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  shippingSpaceForm.value?.resetFields()
   flag.value = false;
-  tableForm.storingID = "";
-  tableForm.storingName = "";
-  tableForm.storingCode = "";
-  tableForm.storingDesc = "";
+  // tableForm.storingID = "";
+  // tableForm.storingName = "";
+  // tableForm.storingCode = "";
+  // tableForm.storingDesc = "";
 };
 //编辑
 const editDialog = (data) => {

+ 6 - 5
src/views/BasicsData/specialCargoMaintenance/index.vue

@@ -154,12 +154,13 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  specialCargoMaintenanceForm.value?.resetFields()
   flag.value = false;
-  tableForm.specialTypeID = "";
-  tableForm.specialType = "";
-  tableForm.specialTypeName = "";
-  tableForm.specialTypeDescribe = "";
-  tableForm.abbspecialType = "";
+  // tableForm.specialTypeID = "";
+  // tableForm.specialType = "";
+  // tableForm.specialTypeName = "";
+  // tableForm.specialTypeDescribe = "";
+  // tableForm.abbspecialType = "";
 };
 //编辑
 const editDialog = (data) => {

+ 9 - 8
src/views/systemSettings/datastructure/datastructureTerm.vue

@@ -318,15 +318,16 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  datastructureTermForm.value?.resetFields()
   flag.value = false;
-  tableForm.ItemID = "";
-  tableForm.ItemName = "";
-  tableForm.outputIdentifier = "";
-  tableForm.dataType = "";
-  tableForm.isKey = "";
-  tableForm.isMust = "";
-  tableForm.isSplite = "";
-  tableForm.dataSourceName = "";
+  // tableForm.ItemID = "";
+  // tableForm.ItemName = "";
+  // tableForm.outputIdentifier = "";
+  // tableForm.dataType = "";
+  // tableForm.isKey = "";
+  // tableForm.isMust = "";
+  // tableForm.isSplite = "";
+  // tableForm.dataSourceName = "";
 };
 //编辑
 // const editDialog = (data) => {

+ 6 - 5
src/views/systemSettings/datastructure/index.vue

@@ -172,12 +172,13 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  datastructureForm.value?.resetFields()
   flag.value = false;
-  tableForm.dataStructureID = "";
-  tableForm.structureName = "";
-  tableForm.datatype = "";
-  tableForm.eventID = "";
-  tableForm.dataDescribe = "";
+  // tableForm.dataStructureID = "";
+  // tableForm.structureName = "";
+  // tableForm.datatype = "";
+  // tableForm.eventID = "";
+  // tableForm.dataDescribe = "";
 };
 //编辑
 // const editDialog = (data) => {

+ 6 - 5
src/views/systemSettings/messageTemplate/index.vue

@@ -120,12 +120,13 @@ const addDialogShow = () => {
 };
 //取消
 const resetForm = () => {
+  messageTemplateForm.value?.resetFields()
   dialogFlag.value = false;
-  Object.keys(messageForm).forEach((key) => {
-    messageForm.newsId = "";
-    messageForm.newsTitle = "";
-    messageForm.newContent = "";
-  });
+  // Object.keys(messageForm).forEach((key) => {
+  //   messageForm.newsId = "";
+  //   messageForm.newsTitle = "";
+  //   messageForm.newContent = "";
+  // });
 };
 const btnClick = (rowIndex: number, row: any, param: number) => {
   if (param === 2) {

+ 8 - 7
src/views/systemSettings/protocolManagement/index.vue

@@ -185,14 +185,15 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  protocolManagement.value?.resetFields()
   flag.value = false;
-  tableForm.protocolID = "";
-  tableForm.protocolName = "";
-  tableForm.protocolType = "";
-  tableForm.filePath = "";
-  tableForm.className = "";
-  tableForm.rmethodName = "";
-  tableForm.smethodName = "";
+  // tableForm.protocolID = "";
+  // tableForm.protocolName = "";
+  // tableForm.protocolType = "";
+  // tableForm.filePath = "";
+  // tableForm.className = "";
+  // tableForm.rmethodName = "";
+  // tableForm.smethodName = "";
 };
 //编辑-删除
 const btnClick = (row, index, param) => {

+ 14 - 13
src/views/systemSettings/queryTemplate/queryTemplateColumn.vue

@@ -328,20 +328,21 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  queryTemplateColumnForm.value?.resetFields()
   flag.value = false;
-  tableForm.queryTemplateColumnSetID = "";
-  tableForm.columnName = "";
-  tableForm.columnLabel = "";
-  tableForm.columnDescribe = "";
-  tableForm.needSort = "";
-  tableForm.needFilters = "";
-  tableForm.needShow = "";
-  tableForm.needGroup = "";
-  tableForm.dataType = "";
-  tableForm.listqueryTemplateID = "";
-  tableForm.needCount = "";
-  tableForm.orderNumber = "";
-  tableForm.needSearch = "";
+  // tableForm.queryTemplateColumnSetID = "";
+  // tableForm.columnName = "";
+  // tableForm.columnLabel = "";
+  // tableForm.columnDescribe = "";
+  // tableForm.needSort = "";
+  // tableForm.needFilters = "";
+  // tableForm.needShow = "";
+  // tableForm.needGroup = "";
+  // tableForm.dataType = "";
+  // tableForm.listqueryTemplateID = "";
+  // tableForm.needCount = "";
+  // tableForm.orderNumber = "";
+  // tableForm.needSearch = "";
 };
 //编辑
 // const editDialog = (data) => {

+ 6 - 5
src/views/systemSettings/sourceTube/index.vue

@@ -151,12 +151,13 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  sourceTubeForm.value?.resetFields()
   flag.value = false;
-  tableForm.dataSourceID = "";
-  tableForm.protocolID = "";
-  tableForm.dataSourceName = "";
-  tableForm.connectConfig = "";
-  tableForm.protocolName = "";
+  // tableForm.dataSourceID = "";
+  // tableForm.protocolID = "";
+  // tableForm.dataSourceName = "";
+  // tableForm.connectConfig = "";
+  // tableForm.protocolName = "";
 };
 //编辑
 // const editDialog = (data) => {

+ 13 - 12
src/views/systemSettings/warningEdit/index.vue

@@ -326,19 +326,20 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  warningEditForm.value?.resetFields()
   flag.value = false;
-  tableForms.alarmStrategyID = null;
-  tableForms.StrategyName = null;
-  // tableForms.calculationBasis = null;
-  tableForms.warningDuration = null;
-  tableForms.alarmDuration = null;
-  tableForms.beginNode = null;
-  tableForms.beginPosition = null;
-  tableForms.endNode = null;
-  tableForms.endPosition = null;
-  tableForms.percentage = null;
-  tableForms.percentuld = null;
-  delName.value = null;
+  // tableForms.alarmStrategyID = null;
+  // tableForms.StrategyName = null;
+  // // tableForms.calculationBasis = null;
+  // tableForms.warningDuration = null;
+  // tableForms.alarmDuration = null;
+  // tableForms.beginNode = null;
+  // tableForms.beginPosition = null;
+  // tableForms.endNode = null;
+  // tableForms.endPosition = null;
+  // tableForms.percentage = null;
+  // tableForms.percentuld = null;
+  // delName.value = null;
 };
 const delRemove = async () => {
   // tableForms.event = 3;

+ 13 - 12
src/views/systemSettings/warningSet/index.vue

@@ -239,20 +239,21 @@ const addForm = () => {
 };
 //取消
 const resetForm = () => {
+  warningSetForm.value?.resetFields()
   flag.value = false;
-  tableForm.IATACode = "";
-  tableForm.departmentAirport = "";
-  tableForm.landingAirport = "";
-  tableForm.flightNo = "";
-  tableForm.startDate = "";
-  tableForm.endDate = "";
-  tableForm.planetype = '',
-  tableForm.flighttype = '',
-  tableForm.landingstand = '',
-  tableForm.alarmname = '',
-  tableForm.alarmdesc = '',
+  // tableForm.IATACode = "";
+  // tableForm.departmentAirport = "";
+  // tableForm.landingAirport = "";
+  // tableForm.flightNo = "";
+  // tableForm.startDate = "";
+  // tableForm.endDate = "";
+  // tableForm.planetype = '',
+  // tableForm.flighttype = '',
+  // tableForm.landingstand = '',
+  // tableForm.alarmname = '',
+  // tableForm.alarmdesc = '',
   // tableForm.event = "";
-  delName.value = "";
+  // delName.value = "";
 };
 //编辑
 // const editDialog = (data) => {