|
@@ -69,6 +69,7 @@ const freightMixins = function () {
|
|
},
|
|
},
|
|
// 新增运费模板
|
|
// 新增运费模板
|
|
handleAddFreight(){
|
|
handleAddFreight(){
|
|
|
|
+ this.templateType = 'add'
|
|
this.freightTemp.name = ''
|
|
this.freightTemp.name = ''
|
|
this.freightRuleList = []
|
|
this.freightRuleList = []
|
|
this.freightRuleList.push(freightDefault())
|
|
this.freightRuleList.push(freightDefault())
|