From bd5e49fff1ea4adb45672ae70d3cdbda7eb81c7b Mon Sep 17 00:00:00 2001 From: x_z Date: Wed, 29 Jun 2022 10:16:45 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E5=8D=95=E6=8D=AE=E9=85=8D?= =?UTF-8?q?=E8=B4=A7=E7=AE=A1=E7=90=86=EF=BC=8C=E4=BF=9D=E5=AD=98=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E6=97=A5=E6=9C=9F=E6=A0=BC=E5=BC=8F=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warehouse/stockOrderEditDistribution.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/views/warehouse/stockOrderEditDistribution.vue b/src/views/warehouse/stockOrderEditDistribution.vue index 47602eb..05de172 100644 --- a/src/views/warehouse/stockOrderEditDistribution.vue +++ b/src/views/warehouse/stockOrderEditDistribution.vue @@ -47,6 +47,7 @@ placeholder="选择日期" style="width: 100%" :clearable="false" + value-format="yyyy-MM-dd" > @@ -601,7 +602,6 @@ export default { // if (!this.orderEditor) { tQuery.subErpOrders = this.codeArray; // } - console.log(tQuery); insertStockOrderWeb(tQuery) .then(response => { this.loading = false; @@ -667,7 +667,6 @@ export default { this.thisData.formData = this.formData; this.selectProductVisible = true; let item = this.getActionItem(this.formData.billType); - console.log(item.mainAction + "----" + this.formData.noInvOut); if (item.mainAction == 'WareHouseOut' && this.formData.noInvOut != true)//内部单 { this.selectInvProductVisible = true; @@ -696,7 +695,6 @@ export default { stockOrderDetailQueryProduct(tQuery).then((response) => { this.loading = false; - console.log(response) if (response.code === 20000) { if (response.data.getType === "1") { this.loading = true; @@ -773,7 +771,6 @@ export default { this.thisData = {}; if (this.$isNotBlank(rData)) { - console.log(rData); this.codeArray = []; rData.forEach((obj, index) => { if (this.codeArray.length === 0) { @@ -829,7 +826,6 @@ export default { }; getBasicUnitMaintains2(tQuery) .then((response) => { - console.log(response) this.sLoading = false; this.sOptions = response.data.list; }) @@ -1049,7 +1045,6 @@ export default { this.loading = true; stockOrderDetail(this.query) //查找该单号下的所有条码 .then((response) => { - console.log(response) this.codeArray = response.data.list || []; this.total = response.data.total || 0; this.loading = false; @@ -1128,7 +1123,6 @@ export default { } }, findStorageMethod(query) { - console.log(query); this.fromStorageOptions = []; let cQuery = { key: query,