XMLWAN 3 lat temu
rodzic
commit
ec67d113db
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/xt_pages/stock/stockOutOrderEdit.vue

+ 2 - 2
src/xt_pages/stock/stockOutOrderEdit.vue Wyświetl plik

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)