浏览代码

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 年前
父节点
当前提交
be51340924
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/stock/stockOutOrderEdit.vue

+ 2 - 2
src/xt_pages/stock/stockOutOrderEdit.vue 查看文件

476
             const params = {
476
             const params = {
477
               'stockOut': this.recordInfo.recordData
477
               'stockOut': this.recordInfo.recordData
478
             }
478
             }
479
-            console.log("9999999",stockOut)
480
-            return
479
+            
480
+           
481
             editWarehouseoutInfo(params, this.warehouse_out_time, this.$route.query.id, this.$route.query.type, this.form.manufacturer, this.form.dealer).then(response => {
481
             editWarehouseoutInfo(params, this.warehouse_out_time, this.$route.query.id, this.$route.query.type, this.form.manufacturer, this.form.dealer).then(response => {
482
               if (response.data.state == 0) {
482
               if (response.data.state == 0) {
483
                 this.$message.error(response.data.msg)
483
                 this.$message.error(response.data.msg)