Accept Merge Request #192: (feature/zy -> develop)

Merge Request: feature: 排班优化

Created By: @zhuyu
Accepted By: @zhuyu
URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/192
This commit is contained in:
zhuyu 2025-06-27 10:34:33 +08:00 committed by Coding
commit 865aa90dcb

View File

@ -47,7 +47,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function
emptytext: '_',
pk: 1,
source: [
{value: '0', text: ''},
{value: '', text: ''},
{value: '1', text: '早班'},
{value: '2', text: '中班'},
{value: '3', text: '晚班'},
@ -58,7 +58,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function
return false;
} else {
const map = {
'0': '',
'': '',
'1': '早班',
'2': '中班',
'3': '晚班',
@ -113,7 +113,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function
emptytext: '_',
pk: 1,
source: [
{value: '0', text: ''},
{value: '', text: ''},
{value: '1', text: '早班'},
{value: '2', text: '中班'},
{value: '3', text: '晚班'},
@ -124,7 +124,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function
return false;
} else {
const map = {
'0': '',
'': '',
'1': '早班',
'2': '中班',
'3': '晚班',