shish 9 месяцев назад
Родитель
Сommit
9eeb2aa99a
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      hdApp/src/admin/order/components/app-delivery-modify.vue

+ 7 - 7
hdApp/src/admin/order/components/app-delivery-modify.vue

@@ -6,8 +6,8 @@
       <tui-list-cell class="line-cell" :hover="false">
         <view class="tui-title">配送方式</view>
         <button @tap="form.sendType = 3" class="admin-button-com middle" :class="form.sendType == 3 ? 'blue' : 'default'">骑手送</button>
-        <button @tap="form.sendType = 2" class="admin-button-com middle" style="margin-left:15upx;" :class="form.sendType == 2 ? 'blue' : 'default'">自己送</button>
-        <button @tap="form.sendType = 1" class="admin-button-com middle" style="margin-left:15upx;" :class="form.sendType == 1 ? 'blue' : 'default'">到店自取</button>
+        <button @tap="form.sendType = 2" class="admin-button-com middle" style="margin-left:13upx;" :class="form.sendType == 2 ? 'blue' : 'default'">自配送</button>
+        <button @tap="form.sendType = 1" class="admin-button-com middle" style="margin-left:13upx;" :class="form.sendType == 1 ? 'blue' : 'default'">到店自取</button>
       </tui-list-cell>
 
       <template>
@@ -79,6 +79,11 @@
           </tui-list-cell>
         </template>
 
+        <tui-list-cell class="line-cell" :hover="false">
+          <view class="tui-title">备注内容</view>
+          <input v-model="form.remark" placeholder-class="phcolor" class="tui-input" placeholder-style="color:#ccc" name="remark" placeholder="选填" />
+        </tui-list-cell>
+
         <tui-list-cell class="line-cell" :hover="false">
           <view class="tui-title">订花人姓名</view>
           <input v-model="form.bookName" placeholder-class="phcolor" placeholder-style="color:#ccc;" style="width:285upx;" class="tui-input" name="bookName" placeholder="请填写姓名" />
@@ -91,11 +96,6 @@
 
       </template>
 
-      <tui-list-cell class="line-cell" :hover="false">
-        <view class="tui-title">备注</view>
-        <input v-model="form.remark" placeholder-class="phcolor" class="tui-input" placeholder-style="color:#ccc" name="remark" placeholder="选填,不要贺卡这里备注" />
-      </tui-list-cell>
-
     </view>
 
     <!-- 省市联动 -->