Browse Source

手工匹配订单保存

jbb 2 năm trước cách đây
mục cha
commit
cf223a763c
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/views/order/manualModal.vue

+ 1 - 2
src/views/order/manualModal.vue

@@ -204,7 +204,6 @@
       var that = this;
       this.confirmLoading = true
       this.$nextTick(() => {
-        this.queryParam.pageSize = 1
         salesOrder(this.queryParam).then(res => {
           this.confirmLoading = false
           if (res.success) {
@@ -243,7 +242,7 @@
         },
         //保存
         addSave(){
-          submitSalesOrder({sySOAndOM:this.manualData}).then(res => {
+          submitSalesOrder(this.manualData).then(res => {
           if (res.success) {
             this.$message.success('保存成功')
             this.close()