|
|
@@ -555,6 +555,7 @@ export default {
|
|
|
this.ids = selection.map(item => item.paymentId)
|
|
|
this.single = selection.length!==1
|
|
|
this.multiple = !selection.length
|
|
|
+ console.log(this.ids)
|
|
|
},
|
|
|
/** 新增按钮操作 */
|
|
|
handleAdd() {
|
|
|
@@ -643,6 +644,7 @@ export default {
|
|
|
},
|
|
|
wxOneClickShipping(){
|
|
|
const queryParams = this.queryParams;
|
|
|
+ queryParams.paymentIdList = this.ids;
|
|
|
this.$confirm('是否同步微信线下发货?', '一键发货', {
|
|
|
confirmButtonText: '是',
|
|
|
cancelButtonText: '否',
|