Преглед изворни кода

fix:其它出库价格比对

maliang пре 22 часа
родитељ
комит
8ed83787cb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      jshERP-web/src/views/bill/modules/OtherOutModal.vue

+ 1 - 1
jshERP-web/src/views/bill/modules/OtherOutModal.vue

@@ -164,7 +164,7 @@
           <template #unitPrice="{ handleChange, value, index,allValues }">
             <a-input :value="value" @change="($event) => onChangePrice($event,handleChange)">
               <a-tooltip slot="suffix" title="修改后和默认价格不一致">
-                <a-icon type="info-circle" style="color: #f5222d" v-show="getDefaultWholesaleDecimal(index,'defaultPurchaseDecimal',value,allValues)" />
+                <a-icon type="info-circle" style="color: #f5222d" v-show="getDefaultWholesaleDecimal(index,'defaultWholesaleDecimal',value,allValues)" />
               </a-tooltip>
             </a-input>
           </template>