From 3616e7913384c533ddaf1272244458d1dfff789b Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Tue, 25 Jun 2024 16:08:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=87=BA=E5=8E=82=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E5=8F=AF=E4=BB=A5=E6=99=9A=E4=BA=8E=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E4=B8=8E=E5=88=B0=E8=B4=A7=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../toolsAcceptance/component/addTools.vue | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/addTools.vue b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/addTools.vue index 26375032..082d1cf1 100644 --- a/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/addTools.vue +++ b/sgzb-ui/src/views/warehouseManage/newPurchase/toolsAcceptance/component/addTools.vue @@ -381,17 +381,6 @@ export default { }, } }, - computed: { - pickerOptions() { - return { - disabledDate(time) { - const currentDate = new Date() - currentDate.setHours(0, 0, 0, 0) - return time.getTime() < currentDate.getTime() - }, - } - }, - }, // watch: { // 'maForm.purchaseTime'() { // if (this.maForm.purchaseTime != '') { @@ -704,10 +693,8 @@ export default { }, // 采购日期变化 changeTimePurchase() { - this.queryParams.productionTime = '' - this.equipmentList.forEach((item) => { - this.$set(item, 'productionTime', '') - }) + // 清除到货日期 + this.maForm.arrivalTime = '' }, }, }