Explorar el Código

收款管理微信一键线下自提发货

yh hace 2 semanas
padre
commit
e5427bc87b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/hisStore/storePayment/index.vue

+ 2 - 0
src/views/hisStore/storePayment/index.vue

@@ -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: '否',