岗位类型 临时岗位C

This commit is contained in:
zhy
2025-10-13 18:16:14 +08:00
parent ebfdb0e844
commit cc242e4015
4 changed files with 13 additions and 14 deletions

View File

@@ -315,7 +315,7 @@ export default {
return;
}
if (this.postType == "固定岗位B") {
if (this.postType != "固定岗位A" ) {
if (sdata.workTime <= 0 || sdata.workTime > 8) {
this.$message.info("请输入正确的工作时长(每天工作时长不能超过8小时)");
return;