|
@@ -80,7 +80,7 @@ export default {
|
|
|
{ label: '店长', key: 'store_manager', class: 'c-2', rules: 1 },
|
|
|
{ label: '店长电话', key: 'manager_phone', class: 'c-2', rules: 1 },
|
|
|
{ label: '分销代码', key: 'dept_code', class: 'c-2' },
|
|
|
- { label: '排序', key: 'sort', class: 'c-2', rules: 1 },
|
|
|
+ // { label: '排序', key: 'sort', class: 'c-2', rules: 1 },
|
|
|
{ label: '门店精英', key: 'store_elite' },
|
|
|
{ label: '地址', key: 'address', rules: 1 },
|
|
|
{ label: '门头照片', key: 'pri_image', class: 'c-2', type: 'cuImg',
|
|
@@ -102,6 +102,7 @@ export default {
|
|
|
if (valid) {
|
|
|
const oldform = this.$refs.ruleForm.baseForm
|
|
|
const newForm = { ...oldform }
|
|
|
+ if (!newForm.sort) newForm.sort = '9'
|
|
|
newForm.longitude = this.cObj.longitude
|
|
|
newForm.latitude = this.cObj.latitude
|
|
|
if (!newForm.longitude) return this.$msgw('请选择经度!')
|