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