li.shaoyi 3 년 전
부모
커밋
e93316f656
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/business/purchase/components/someprice/index.vue
  2. 1 1
      src/views/business/sell/components/someprice/index.vue

+ 1 - 1
src/views/business/purchase/components/someprice/index.vue

@@ -98,7 +98,7 @@
           </a-col>
           <a-col :span="12">
             <a-form-item label="点价数量" class="relative" name="PricedQty">
-              <a-input-number class="dialogInput" style="width: 200px" v-model:value="formState.PricedQty" :min="0" :max="selectedRow.unpricedqty" placeholder="请输入点价数量" />
+              <a-input-number class="dialogInput" style="width: 200px" v-model:value="formState.PricedQty" :min="0" placeholder="请输入点价数量" />
               <div class="tip mt10">
                 <span>未定价量<span class="white">{{ selectedRow.unpricedqty }}{{ selectedRow.enumdicname }}</span>
                 </span>

+ 1 - 1
src/views/business/sell/components/someprice/index.vue

@@ -98,7 +98,7 @@
           </a-col>
           <a-col :span="12">
             <a-form-item label="点价数量" class="relative" name="PricedQty">
-              <a-input-number class="dialogInput" style="width: 200px" v-model:value="formState.PricedQty" :min="0" :max="selectedRow.unpricedqty" placeholder="请输入点价数量" />
+              <a-input-number class="dialogInput" style="width: 200px" v-model:value="formState.PricedQty" :min="0" placeholder="请输入点价数量" />
               <div class="tip mt10">
                 <span>未定价量<span class="white">{{ selectedRow.unpricedqty }}{{ selectedRow.enumdicname }}</span>
                 </span>