|
|
@@ -82,6 +82,11 @@ class="admin-button-com middle" :class="form.needPrint == 2? 'blue' : 'default'"
|
|
|
|
|
|
</block>
|
|
|
|
|
|
+<tui-list-cell class="line-cell" :hover="false">
|
|
|
+ <view class="tui-title ">货位号</view>
|
|
|
+ <input type="digit" v-model="form.seatSn" placeholder-class="phcolor" class="tui-input" name="seatSn" placeholder="请填写货位号"/>
|
|
|
+</tui-list-cell>
|
|
|
+
|
|
|
<block v-if="location == 0">
|
|
|
<tui-list-cell v-if="myShopInfo.cgModel == 0" class="line-cell" :hover="false">
|
|
|
<view class="tui-title ">打包费</view>
|
|
|
@@ -216,6 +221,7 @@ export default {
|
|
|
staffList:[],
|
|
|
form: {
|
|
|
packingCharge: "",
|
|
|
+ seatSn:'',
|
|
|
shortCharge: "",
|
|
|
longCharge: "",
|
|
|
pickCharge: "",
|