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

空运商品模板修改

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