xy 2 years ago
parent 6662980c8f
commit 28830c291d

@ -88,6 +88,17 @@
</div> </div>
</div> </div>
</template> </template>
<template #max_distance>
<div class="xy-table-item">
<div class="xy-table-item-label">
最大签退距离km
</div>
<div class="xy-table-item-content">
<el-input-number v-model="form.max_distance" :controls="false" :precision="0" clearable placeholder="请输入最大签退距离"
style="width: 300px;"></el-input-number>
</div>
</div>
</template>
<template v-slot:product_sku_category_list> <template v-slot:product_sku_category_list>
<div class="xy-table-item"> <div class="xy-table-item">
@ -164,6 +175,7 @@ export default {
sortnumber: 0, sortnumber: 0,
max_age:0, max_age:0,
min_age:100, min_age:100,
max_distance: 2,
product_sku_category_list:[] product_sku_category_list:[]
}, },
rules: { rules: {

@ -92,7 +92,7 @@ import {getList as productIndex} from '@/api/product'
import {getList as nurseIndex} from '@/api/worker' import {getList as nurseIndex} from '@/api/worker'
import {getparameter} from '@/api/system/dictionary' import {getparameter} from '@/api/system/dictionary'
import {getList as typeIndex} from '@/api/productType' import {getList as typeIndex} from '@/api/productType'
import {destroy} from '@/api/order' import { destroy } from '@/api/order'
import { getAuthAreas,getAuthTypes } from "@/utils/auth" import { getAuthAreas,getAuthTypes } from "@/utils/auth"
import addSchedule from "@/views/schedule/component/addSchedule"; import addSchedule from "@/views/schedule/component/addSchedule";

Loading…
Cancel
Save