|
|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
<tui-list-cell class="line-cell" :arrow="false" v-if="cgModel == 1">
|
|
|
<div class="tui-title">运费成本:</div>
|
|
|
- <input v-model="form.cgPerCost" placeholder-class="phcolor" class="tui-input" @focus="form.cgPerCost=''" name="cgPerCost" placeholder="每公斤的运费成本" />
|
|
|
+ <input v-model="form.cgPerCost" type="digit" placeholder-class="phcolor" class="tui-input" @focus="form.cgPerCost=''" name="cgPerCost" placeholder="每公斤的运费成本" />
|
|
|
</tui-list-cell>
|
|
|
|
|
|
</div>
|
|
|
@@ -82,7 +82,7 @@ export default {
|
|
|
//这个切换得更彻底
|
|
|
that.$store.commit("setLoginInfo", {})
|
|
|
that.$util.pageTo({url: "/admin/cg/set",type: 3})
|
|
|
- },1500);
|
|
|
+ },900);
|
|
|
}
|
|
|
})
|
|
|
}
|