Commit b0c9a66b authored by youjie's avatar youjie

付款制单禁用金额放开

parent 4c170e55
......@@ -600,7 +600,8 @@
</template>
<tr class="addList1" @keyup.enter="addList(1)">
<td>
<td>---
<el-select v-if="!SelectState" filterable v-model='detailList.CostTypeId' ref='CostTypeId'
:placeholder="$t('rule.qxzfyshuoming')"
@change="getCostTypeName(detailList.CostTypeId), getRate(detailList.CostTypeId,detailList.CurrencyId,1),addList(1)"
......@@ -628,8 +629,9 @@
@blur="addList(1)" @change="Calculation(1)" class="w80 _border_b_1"></el-input>
</td>
<td>
<!-- 取消金额禁用状态 -->
<!-- :disabled="(msg.TemplateId == 43 || msg.TemplateId == 48 || msg.TemplateId == 56 || msg.TemplateId == 53) && !ZhuiJiaTK" -->
<el-input v-model="detailList.UnitPrice" type="text"
:disabled="(msg.TemplateId == 43 || msg.TemplateId == 48 || msg.TemplateId == 56 || msg.TemplateId == 53) && !ZhuiJiaTK"
@keyup.native="checkPrice(detailList,'UnitPrice',true)" @blur="addList(1)" @change="Calculation(1)"
class="w80 h34 _border_b_1"></el-input>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment