From f99df38248ed1977a3686c582be2fc4f69fc1d8f Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 24 Dec 2024 14:30:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E9=A9=B3=E5=9B=9E=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=93=8D=E4=BD=9C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../goodsArrived/component/addTools.vue | 79 ++++++++++--------- 1 file changed, 43 insertions(+), 36 deletions(-) diff --git a/src/views/material/purchase/goodsArrived/component/addTools.vue b/src/views/material/purchase/goodsArrived/component/addTools.vue index 556482f4..2368db03 100644 --- a/src/views/material/purchase/goodsArrived/component/addTools.vue +++ b/src/views/material/purchase/goodsArrived/component/addTools.vue @@ -51,7 +51,6 @@ clearable maxlength="50" style="width: 240px" - @keyup.enter.native="handleQuery" @input="taxRateChange" /> % @@ -125,7 +124,7 @@ @@ -140,7 +139,7 @@ v-model="scope.row.purchaseTaxPrice" controls-position="right" style="width: 100%" - :min="0" :step="1" + :min="0" :step="1" :disabled="scope.row.status!=1&&scope.row.status!=12" @change="purchaseTaxPriceChange(scope.row,scope.$index)" > @@ -155,7 +154,7 @@ v-model="scope.row.purchasePrice" controls-position="right" style="width: 100%" - :min="0" :step="1" + :min="0" :step="1" :disabled="scope.row.status!=1&&scope.row.status!=12" @input="purchasePriceChange(scope.row,scope.$index)" > @@ -170,7 +169,7 @@ @@ -190,7 +189,7 @@ v-model="scope.row.productionTime" style="width: 100%" value-format="yyyy-MM-dd" - type="date" + type="date" :disabled="scope.row.status!=1&&scope.row.status!=12" placeholder="出厂日期" clearable > @@ -222,7 +221,7 @@