|
@@ -287,7 +287,7 @@ import { mapActions, mapGetters } from 'vuex'
|
|
|
const CALC_HISTORY_STORAGE_KEY = 'hdApp_calculator_calcHistory'
|
|
const CALC_HISTORY_STORAGE_KEY = 'hdApp_calculator_calcHistory'
|
|
|
const DISCOUNT_CUSTOM_STORAGE_KEY = 'hdApp_calculator_customDiscountZhe'
|
|
const DISCOUNT_CUSTOM_STORAGE_KEY = 'hdApp_calculator_customDiscountZhe'
|
|
|
const DISCOUNT_SELECTED_STORAGE_KEY = 'hdApp_calculator_discountZhe'
|
|
const DISCOUNT_SELECTED_STORAGE_KEY = 'hdApp_calculator_discountZhe'
|
|
|
-/** 计算器选客回填:对应 selectCustom style=3 */
|
|
|
|
|
|
|
+/** 计算器选客回填:hdApp 零售 selectCustom 使用 style=6(style=3 为花束开单) */
|
|
|
const CALCULATOR_PICK_CUSTOMER_KEY = 'hdApp_calculator_pick_customer'
|
|
const CALCULATOR_PICK_CUSTOMER_KEY = 'hdApp_calculator_pick_customer'
|
|
|
/** 与首页「快捷开单」一致:取自 loginInfo.skCustomId,界面展示名固定 */
|
|
/** 与首页「快捷开单」一致:取自 loginInfo.skCustomId,界面展示名固定 */
|
|
|
const SHORTCUT_CUSTOM_DISPLAY_NAME = '快捷开单'
|
|
const SHORTCUT_CUSTOM_DISPLAY_NAME = '快捷开单'
|
|
@@ -469,7 +469,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
pickCustomer() {
|
|
pickCustomer() {
|
|
|
this.tapVoice()
|
|
this.tapVoice()
|
|
|
- this.$util.pageTo({url: '/admin/custom/selectCustom?style=3'})
|
|
|
|
|
|
|
+ this.$util.pageTo({url: '/admin/custom/selectCustom?style=6'})
|
|
|
},
|
|
},
|
|
|
applyPickCustomerFromStorage() {
|
|
applyPickCustomerFromStorage() {
|
|
|
try {
|
|
try {
|