shish 7 месяцев назад
Родитель
Сommit
bb839aa68f

+ 2 - 1
hdApp/src/admin/goods/result.vue

@@ -172,7 +172,8 @@ export default {
 				this.$msg('请设置快捷开单的客户')
 				return false
 			}
-      		let params = {...this.form,modifyPrice: this.orderTotalPrice,version:3,orderType:1,product:json,customId:customId};
+			//dealPrice=1 表示花束卖的价跟原价不一致,也要强制提交
+      		let params = {...this.form,modifyPrice: this.orderTotalPrice,version:3,orderType:1,product:json,customId:customId,dealPrice:1};
 
 			this.$util.confirmModal({content:'确认提交'},() => {        
 				uni.showLoading({mask:true})

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

@@ -24,7 +24,7 @@
             <view class="tui-title" v-if="form.sendType == 1">取花时间</view>
             <view class="tui-title" v-else>配送时间</view>
             <picker mode="multiSelector" :value="form.reachPeriod" :range="timeOptions" @change="bindTimeChange">
-              <view class="uni-input" style="width:450upx;">{{form.reachPeriod}}<text style="margin-left:10upx;">前</text></view>
+              <view class="uni-input" style="width:450upx;">{{form.reachPeriod}}</view>
             </picker>
           </tui-list-cell>
       </template>