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