feature: 排班优化
This commit is contained in:
parent
881ae3d485
commit
499177247b
|
|
@ -47,7 +47,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function
|
||||||
emptytext: '_',
|
emptytext: '_',
|
||||||
pk: 1,
|
pk: 1,
|
||||||
source: [
|
source: [
|
||||||
{value: '0', text: ''},
|
{value: '', text: ''},
|
||||||
{value: '1', text: '早班'},
|
{value: '1', text: '早班'},
|
||||||
{value: '2', text: '中班'},
|
{value: '2', text: '中班'},
|
||||||
{value: '3', text: '晚班'},
|
{value: '3', text: '晚班'},
|
||||||
|
|
@ -58,7 +58,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
const map = {
|
const map = {
|
||||||
'0': '',
|
'': '',
|
||||||
'1': '早班',
|
'1': '早班',
|
||||||
'2': '中班',
|
'2': '中班',
|
||||||
'3': '晚班',
|
'3': '晚班',
|
||||||
|
|
@ -113,7 +113,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function
|
||||||
emptytext: '_',
|
emptytext: '_',
|
||||||
pk: 1,
|
pk: 1,
|
||||||
source: [
|
source: [
|
||||||
{value: '0', text: ''},
|
{value: '', text: ''},
|
||||||
{value: '1', text: '早班'},
|
{value: '1', text: '早班'},
|
||||||
{value: '2', text: '中班'},
|
{value: '2', text: '中班'},
|
||||||
{value: '3', text: '晚班'},
|
{value: '3', text: '晚班'},
|
||||||
|
|
@ -124,7 +124,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
const map = {
|
const map = {
|
||||||
'0': '',
|
'': '',
|
||||||
'1': '早班',
|
'1': '早班',
|
||||||
'2': '中班',
|
'2': '中班',
|
||||||
'3': '晚班',
|
'3': '晚班',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user