|
@@ -1908,22 +1908,7 @@ export default {
|
|
|
},
|
|
|
// 保存
|
|
|
clickSubmitForm() {
|
|
|
- console.log({
|
|
|
- isAllDirect: this.mainForm.isAllDirect,
|
|
|
- theTime: this.mainForm.date,
|
|
|
- k3ServiceId: this.mainForm.k3ServiceId,
|
|
|
- k3ServiceName: this.mainForm.k3ServiceName,
|
|
|
- isPlanOrder: this.mainForm.isPlanOrder,
|
|
|
- commercialType: this.commercialType,
|
|
|
- correspondName: this.correspondName,
|
|
|
- correspondId: this.correspondId,
|
|
|
- remark: this.mainForm.remark,
|
|
|
- type: 2, // 1:普通零售单,2:政策零售单
|
|
|
- retailOrderItemList: this.goodsList,
|
|
|
- policyId: this.policyId,
|
|
|
- fileNo: this.mainForm.fileNum
|
|
|
- })
|
|
|
- return
|
|
|
+
|
|
|
this.$refs.mainForm.validate(valid => {
|
|
|
if (valid) {
|
|
|
// let mainName =
|