Commit b37969b1 authored by youjie's avatar youjie

no message

parent 275f2ce3
...@@ -558,7 +558,9 @@ ...@@ -558,7 +558,9 @@
<el-select filterable v-model='da.CostTypeId' ref='CostTypeId' :placeholder="$t('rule.qxzfyshuoming')" <el-select filterable v-model='da.CostTypeId' ref='CostTypeId' :placeholder="$t('rule.qxzfyshuoming')"
@change="getCostTypeName(da.CostTypeId, daIn),getRate(da.CostTypeId,da.CurrencyId,2,daIn),addList(2,daIn+1)" @change="getCostTypeName(da.CostTypeId, daIn),getRate(da.CostTypeId,da.CurrencyId,2,daIn),addList(2,daIn+1)"
class=" _border_b_1"> class=" _border_b_1">
<el-option v-for='item in GetCostTypeList' :label='item.Name' :value='item.ID' :key='item.ID' :disabled="SelectDisablsed!=item.ID"> <!-- SelectDisablsed!=item.ID -->
<el-option v-for='item in GetCostTypeList' :label='item.Name' :value='item.ID' :key='item.ID'
:disabled="SelectState">
</el-option> </el-option>
</el-select> </el-select>
</td> </td>
...@@ -613,8 +615,9 @@ ...@@ -613,8 +615,9 @@
:placeholder="$t('rule.qxzfyshuoming')" :placeholder="$t('rule.qxzfyshuoming')"
@change="getCostTypeName(detailList.CostTypeId), getRate(detailList.CostTypeId,detailList.CurrencyId,1),addList(1)" @change="getCostTypeName(detailList.CostTypeId), getRate(detailList.CostTypeId,detailList.CurrencyId,1),addList(1)"
class="_border_b_1"> class="_border_b_1">
<!-- SelectDisablsed!=item.ID -->
<el-option v-for='item in GetCostTypeList' :label='item.Name' :value='item.ID' :key='item.ID' <el-option v-for='item in GetCostTypeList' :label='item.Name' :value='item.ID' :key='item.ID'
:disabled="SelectDisablsed!=item.ID"> :disabled="SelectState">
</el-option> </el-option>
</el-select> </el-select>
</td> </td>
...@@ -2082,7 +2085,6 @@ ...@@ -2082,7 +2085,6 @@
if (this.orderObj.SelectState) { if (this.orderObj.SelectState) {
this.SelectState = true; this.SelectState = true;
this.SelectDisablsed = Number(this.orderObj.CostType) this.SelectDisablsed = Number(this.orderObj.CostType)
} }
if (this.orderObj.CurrencyId) { if (this.orderObj.CurrencyId) {
this.detailList.CurrencyId = Number(this.orderObj.CurrencyId); this.detailList.CurrencyId = Number(this.orderObj.CurrencyId);
......
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