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') }