Commit accb09b8 by LJM

js

parent 4b7b067b
......@@ -807,8 +807,8 @@ export default {
this.ruleForm.price_origin = res.data.quote_info.price_origin;
this.ruleForm.tax_rate = Number(res.data.quote_info.tax_rate) * 100 + '%';
this.ruleForm.delivery_int = res.data.delivery_int;
this.ruleForm.delivery_unit_val = res.data.delivery_unit_val;
this.ruleForm.delivery_int = res.data.quote_info.delivery_int;
this.ruleForm.delivery_unit_val = res.data.quote_info.delivery_unit_val;
this.ruleForm.moq = res.data.quote_info.moq;
this.ruleForm.remark = res.data.quote_info.remark;
......
......@@ -76,11 +76,7 @@
</el-table-column>
<el-table-column prop="expire_status_val" label="是否有效" width="100"></el-table-column>
<el-table-column prop="quote_number" label="报价数量" width="100"></el-table-column>
<el-table-column prop="price_origin" label="价格" width="200">
<template slot-scope="scope">
<span>{{ scope.row.price_origin|floatZero }}</span>
</template>
</el-table-column>
<el-table-column prop="price" label="价格" width="200"></el-table-column>
<el-table-column prop="currency_val" label="币种" width="100"></el-table-column>
<el-table-column prop="tax_rate" label="税率" width="100"></el-table-column>
<el-table-column prop="batch" label="批次" width="100"></el-table-column>
......
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 sign in to comment