|
@@ -102,6 +102,7 @@ export class ConfigurationClosedDataComponent implements OnInit {
|
102
|
102
|
this.startDate = this.endDate = "";
|
103
|
103
|
return;
|
104
|
104
|
}
|
|
105
|
+ console.log(1111,result)
|
105
|
106
|
this.startDate = format(result[0], 'yyyy-MM-dd HH:mm:ss');
|
106
|
107
|
this.endDate = format(result[1], 'yyyy-MM-dd HH:mm:ss');
|
107
|
108
|
}
|
|
@@ -127,7 +128,7 @@ export class ConfigurationClosedDataComponent implements OnInit {
|
127
|
128
|
|
128
|
129
|
}else if (this.activeDictionaryKey == 'drugsBag'){
|
129
|
130
|
if(!this.startDate || !this.endDate){
|
130
|
|
- this.msg.error("发血开始时间不能为空");
|
|
131
|
+ this.msg.error("同步开始时间不能为空");
|
131
|
132
|
return
|
132
|
133
|
}
|
133
|
134
|
if(!this.transState){
|
|
@@ -136,7 +137,7 @@ export class ConfigurationClosedDataComponent implements OnInit {
|
136
|
137
|
}
|
137
|
138
|
}else if (this.activeDictionaryKey == 'blood'){
|
138
|
139
|
if(!this.startDate || !this.endDate){
|
139
|
|
- this.msg.error("同步开始时间不能为空");
|
|
140
|
+ this.msg.error("发血开始时间不能为空");
|
140
|
141
|
return
|
141
|
142
|
}
|
142
|
143
|
if(!this.transState){
|
|
@@ -230,7 +231,7 @@ export class ConfigurationClosedDataComponent implements OnInit {
|
230
|
231
|
|
231
|
232
|
}else if (this.activeDictionaryKey == 'drugsBag'){
|
232
|
233
|
if(!this.startDate || !this.endDate){
|
233
|
|
- this.msg.error("发血开始时间不能为空");
|
|
234
|
+ this.msg.error("同步开始时间不能为空");
|
234
|
235
|
return
|
235
|
236
|
}
|
236
|
237
|
if(!this.transState){
|
|
@@ -239,7 +240,7 @@ export class ConfigurationClosedDataComponent implements OnInit {
|
239
|
240
|
}
|
240
|
241
|
}else if (this.activeDictionaryKey == 'blood'){
|
241
|
242
|
if(!this.startDate || !this.endDate){
|
242
|
|
- this.msg.error("同步开始时间不能为空");
|
|
243
|
+ this.msg.error("发血开始时间不能为空");
|
243
|
244
|
return
|
244
|
245
|
}
|
245
|
246
|
if(!this.transState){
|