|
|
@ -19,8 +19,6 @@ const batchSetupInitialValues = {
|
|
|
|
'unitId': '0',
|
|
|
|
'unitId': '0',
|
|
|
|
'currency': 'RMB',
|
|
|
|
'currency': 'RMB',
|
|
|
|
'weekend': [
|
|
|
|
'weekend': [
|
|
|
|
'5',
|
|
|
|
|
|
|
|
'6'
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'priceList': [
|
|
|
|
'priceList': [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -65,8 +63,6 @@ const batchSetupInitialValues = {
|
|
|
|
'unitId': '0',
|
|
|
|
'unitId': '0',
|
|
|
|
'currency': 'RMB',
|
|
|
|
'currency': 'RMB',
|
|
|
|
'weekend': [
|
|
|
|
'weekend': [
|
|
|
|
'5',
|
|
|
|
|
|
|
|
'6'
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'priceList': [
|
|
|
|
'priceList': [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -122,8 +118,6 @@ const defaultDefinitionValue = {
|
|
|
|
'unitId': '0',
|
|
|
|
'unitId': '0',
|
|
|
|
'currency': 'RMB',
|
|
|
|
'currency': 'RMB',
|
|
|
|
'weekend': [
|
|
|
|
'weekend': [
|
|
|
|
'5',
|
|
|
|
|
|
|
|
'6'
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'priceList': [
|
|
|
|
'priceList': [
|
|
|
|
defaultPriceValue
|
|
|
|
defaultPriceValue
|
|
|
|