From 6a9cf77b7672e5fcf29fd7cd72fdc7d06941f420 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Thu, 16 Jul 2026 11:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=94=AE=E8=AE=B8=E5=8F=AF=E3=80=81?= =?UTF-8?q?=E7=8F=AD=E7=BB=84=E6=B4=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../subPages/FO/1preShiftMeetingEdit.vue | 15 ++++---- pages/apply/subPages/FO2/jobEdit.vue | 34 +++++++++---------- 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/pages/apply/subPages/FO/1preShiftMeetingEdit.vue b/pages/apply/subPages/FO/1preShiftMeetingEdit.vue index 4aaa76c..6ef66c4 100644 --- a/pages/apply/subPages/FO/1preShiftMeetingEdit.vue +++ b/pages/apply/subPages/FO/1preShiftMeetingEdit.vue @@ -9,13 +9,13 @@ customStyle="margin:0px;display:flex;padding:3px 0px" border="none" inputAlign="right"> - - - + + + - - - + + + - - + --> @@ -573,25 +573,25 @@ if (item['Nav_User'].NAME == '') { return } - if (!item.JOB_DOCUMENT && item['Nav_Train'].length == 0 && this.OrgId !== '8b3c41aa-51b1-7ce9-1879-248a038c1b5c' && this.OrgId !== 'd9871ba8-0eec-9e4a-bb87-7d5a540d8913') { - return - } - if (!item.JOB_DOCUMENT && item['Nav_Train'].CERTIFICATE_CODE == '' && this.OrgId !== '8b3c41aa-51b1-7ce9-1879-248a038c1b5c' && this.OrgId !== 'd9871ba8-0eec-9e4a-bb87-7d5a540d8913') { - return - } - if (item.JOB_DOCUMENT == '' && item['Nav_Train'].length == 0 && this.OrgId !== '8b3c41aa-51b1-7ce9-1879-248a038c1b5c' && this.OrgId !== 'd9871ba8-0eec-9e4a-bb87-7d5a540d8913') { - return - } - if (item.JOB_DOCUMENT == '' && item['Nav_Train'].CERTIFICATE_CODE == '' && this.OrgId !== '8b3c41aa-51b1-7ce9-1879-248a038c1b5c' && this.OrgId !== 'd9871ba8-0eec-9e4a-bb87-7d5a540d8913') { - return - } + // if (!item.JOB_DOCUMENT && item['Nav_Train'].length == 0 && this.OrgId !== '8b3c41aa-51b1-7ce9-1879-248a038c1b5c' && this.OrgId !== 'd9871ba8-0eec-9e4a-bb87-7d5a540d8913') { + // return + // } + // if (!item.JOB_DOCUMENT && item['Nav_Train'].CERTIFICATE_CODE == '' && this.OrgId !== '8b3c41aa-51b1-7ce9-1879-248a038c1b5c' && this.OrgId !== 'd9871ba8-0eec-9e4a-bb87-7d5a540d8913') { + // return + // } + // if (item.JOB_DOCUMENT == '' && item['Nav_Train'].length == 0 && this.OrgId !== '8b3c41aa-51b1-7ce9-1879-248a038c1b5c' && this.OrgId !== 'd9871ba8-0eec-9e4a-bb87-7d5a540d8913') { + // return + // } + // if (item.JOB_DOCUMENT == '' && item['Nav_Train'].CERTIFICATE_CODE == '' && this.OrgId !== '8b3c41aa-51b1-7ce9-1879-248a038c1b5c' && this.OrgId !== 'd9871ba8-0eec-9e4a-bb87-7d5a540d8913') { + // return + // } this.numY = this.numY + 1; }) if (this.numY == this.dataModel.Nav_CrucialLicensePerson.length) { this.stepsPage = this.stepsPage + 1 } else { - uni.$showErrorInfo('作业人员及人员证件都不能为空') + uni.$showErrorInfo('作业人员不能为空') } }, stepAddThree() { @@ -714,12 +714,12 @@ this.dataModel.Nav_MonitorUser = {} } if (res.JOB_DATE) { - res.JOB_DATE = uni.$u.timeFormat(res.JOB_DATE, 'yyyy-mm-dd') + res.JOB_DATE = uni.$u.timeFormat(res.JOB_DATE, 'yyyy-mm-dd hh:MM') } else { res.JOB_DATE = uni.$u.timeFormat(new Date(), 'yyyy-mm-dd hh:MM') } if (res.JOB_END_DATE) { - res.JOB_END_DATE = uni.$u.timeFormat(res.JOB_END_DATE, 'yyyy-mm-dd') + res.JOB_END_DATE = uni.$u.timeFormat(res.JOB_END_DATE, 'yyyy-mm-dd hh:MM') } else { res.JOB_END_DATE = uni.$u.timeFormat(new Date(), 'yyyy-mm-dd hh:MM') }