Commit 339e5d66 authored by 沈良进's avatar 沈良进

save

parent 40d434d2
......@@ -74,6 +74,12 @@
<tr>
<td colspan="14" class="CP_ComTitle2 CostcomCenter">报价信息</td>
</tr>
<tr>
<td class="CP_ComTitle2">默认报价单</td>
<td colspan="13">
<el-switch type="textarea" :disabled="!canEdit" v-model="IsDefault" @change="queryMsg.IsDefault = IsDefault"></el-switch>
</td>
</tr>
<tr>
<td class="CP_ComTitle2 CostcomCenter" style="width:120px">币种</td>
<td v-for='(item,index) in CostCurrencyList'>
......@@ -1014,12 +1020,6 @@
</template>
</td>
</tr>
<tr>
<td class="CP_ComTitle2">默认报价单</td>
<td colspan="13">
<el-switch type="textarea" :disabled="!canEdit" v-model="IsDefault" @change="queryMsg.IsDefault = IsDefault"></el-switch>
</td>
</tr>
</table>
<div class="Cost_Line"></div>
</el-form>
......
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