|
@@ -834,7 +834,7 @@ export default {
|
|
salesType: '', // 销售类型
|
|
salesType: '', // 销售类型
|
|
receUserName: '', // 客户名称
|
|
receUserName: '', // 客户名称
|
|
recePhone: '', // 客户电话
|
|
recePhone: '', // 客户电话
|
|
- payType: 'WECHAT', // 支付方式
|
|
|
|
|
|
+ payType: '', // 支付方式
|
|
isOld: 'NO',
|
|
isOld: 'NO',
|
|
lng: '',
|
|
lng: '',
|
|
lat: '',
|
|
lat: '',
|
|
@@ -1106,6 +1106,7 @@ export default {
|
|
orderOldProductAdds: this.formData.isOld == 'YES' ? oldList : []
|
|
orderOldProductAdds: this.formData.isOld == 'YES' ? oldList : []
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if (this.formData.payType == 'WECHAT' && this.formDialogType == 0) {
|
|
if (this.formData.payType == 'WECHAT' && this.formDialogType == 0) {
|
|
|
|
+ console.log("触发WECHAT")
|
|
offlineOrderExamine({
|
|
offlineOrderExamine({
|
|
orderId: res.data,
|
|
orderId: res.data,
|
|
examineStatus: 'OK',
|
|
examineStatus: 'OK',
|