|
@@ -714,7 +714,12 @@ export default {
|
|
|
startTime: this.screenForm.date ? this.screenForm.date[0] : '',
|
|
|
endTime: this.screenForm.date ? this.screenForm.date[1] : '',
|
|
|
createBy: this.screenForm.zbMan,
|
|
|
+ status: true,
|
|
|
examineBy: this.screenForm.shMan,
|
|
|
+ k3ServiceId:this.screenForm.k3ServiceId,
|
|
|
+ serviceId:this.screenForm.serviceId,
|
|
|
+ isDirectTransfer: this.screenForm.isDirectTransfer,
|
|
|
+ specification:this.screenForm.specification,
|
|
|
k3CategoryNumber: this.screenForm.categoryNumber,
|
|
|
type: 2 // 1:普通零售单,2:政策零售单
|
|
|
}
|