XMLWAN 3 gadus atpakaļ
vecāks
revīzija
ec67d113db
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/xt_pages/stock/stockOutOrderEdit.vue

+ 2 - 2
src/xt_pages/stock/stockOutOrderEdit.vue Parādīt failu

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