Commit dace2a39 authored by 邓春圆's avatar 邓春圆

空运商品模板修改

parent 194a9f1e
......@@ -232,7 +232,7 @@
复制模板线路价格:{{lineNum}}个
</span>
<span @click="toPriceManager(formCopy)" style="color: #0a84ff;cursor: pointer;">
查看《#选择空运商品模板名称#》路线价格
查看《#{{$l(formCopy,'title')}}#》路线价格
</span>
</p>
</el-form>
......@@ -429,12 +429,12 @@ export default {
this.form.priceStepClearanceList[index].weightUnit = item.weightUnit
}else {
let p = {
"channelId":'',
"channelId":undefined,
"clearancePrice":item.clearancePrice,
"clearancePriceUnit":item.clearancePriceUnit,
"clearanceVolumeUnit":item.clearanceVolumeUnit,
"endNum":item.endNum,
"packagingId":'',
"packagingId":undefined,
"startNum":item.startNum,
"weightUnit":item.weightUnit
}
......
......@@ -43,7 +43,7 @@
复制模板线路价格:{{lineNum}}个
</span>
<span @click="toPriceManager(formCopv)" style="color: #0a84ff;cursor: pointer;">
查看《#选择空运商品模板名称#》路线价格
查看《#{{$l(formCopv,'title')}}#》路线价格
</span>
</p>
<el-form-item>
......
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