|
@@ -597,8 +597,8 @@ export default {
|
|
|
serviceId: this.screenForm.salesMan,
|
|
|
k3ServiceId: this.screenForm.k3ServiceId,
|
|
|
mainOrderId: this.screenForm.mainOrderId,
|
|
|
- approvalEndTime: this.screenForm.approvaTime ? this.screenForm.approvaTime[0] : '',
|
|
|
- approvalStartTime: this.screenForm.approvaTime ? this.screenForm.approvaTime[1] : '',
|
|
|
+ approvalEndTime: this.screenForm.approvaTime ? this.screenForm.approvaTime[1] : '',
|
|
|
+ approvalStartTime: this.screenForm.approvaTime ? this.screenForm.approvaTime[0] : '',
|
|
|
};
|
|
|
|
|
|
|
|
@@ -632,8 +632,8 @@ export default {
|
|
|
serviceId: this.screenForm.salesMan,
|
|
|
k3ServiceId: this.screenForm.k3ServiceId,
|
|
|
mainOrderId: this.screenForm.mainOrderId,
|
|
|
- approvalEndTime: this.screenForm.approvaTime[1],
|
|
|
- approvalStartTime: this.screenForm.approvaTime[0]
|
|
|
+ approvalEndTime: this.screenForm.approvaTime ? this.screenForm.approvaTime[1] : '',
|
|
|
+ approvalStartTime: this.screenForm.approvaTime ? this.screenForm.approvaTime[0] : '',
|
|
|
};
|
|
|
getListInvoiceNumber(params).then(res => {
|
|
|
// console.log(res,'ii');
|