|
|
|
@ -4,6 +4,7 @@
|
|
|
|
|
<el-tab-pane label="商配" name="Commercialdistribution"></el-tab-pane> |
|
|
|
|
<el-tab-pane label="市配" name="Municipaldistribution"></el-tab-pane> |
|
|
|
|
</el-tabs> |
|
|
|
|
<el-button type="primary" @click="newlyadded">新增</el-button> |
|
|
|
|
<div class="form"> |
|
|
|
|
<SurchargeTable |
|
|
|
|
:SurchargeData="form.dispatchSubjoinCategoryData" |
|
|
|
@ -14,9 +15,6 @@
|
|
|
|
|
<template #default="slotProps"> |
|
|
|
|
<template v-if="slotProps.scope.column.label === '操作'"> |
|
|
|
|
<div class="eml_btn"> |
|
|
|
|
<span class="el_btn_a" @click="newlyadded(slotProps)"> |
|
|
|
|
<el-icon style="color: #409eff"><CirclePlus /></el-icon>新增 |
|
|
|
|
</span> |
|
|
|
|
<span class="el_btn_a" @click="EditRules"> |
|
|
|
|
<el-icon style="color: #409eff"><Edit /></el-icon>编辑 |
|
|
|
|
</span> |
|
|
|
@ -33,6 +31,17 @@
|
|
|
|
|
<!-- 配置计价规则 --> |
|
|
|
|
<el-dialog v-model="form.dialogPricingrules" title="编辑" width="70%"> |
|
|
|
|
<div class="el_content"> |
|
|
|
|
<div class="el_category"> |
|
|
|
|
<span class="title"> 车型 </span> |
|
|
|
|
<el-select v-model="form.carModel" placeholder="请选择车型" > |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in optionsVehicle " |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
/> |
|
|
|
|
</el-select> |
|
|
|
|
</div> |
|
|
|
|
<div class="el_category"> |
|
|
|
|
<span class="title"> 品类按件计费 </span> |
|
|
|
|
<SurchargeTable |
|
|
|
@ -220,16 +229,27 @@
|
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
|
</el-dialog> |
|
|
|
|
<div class="footer"> |
|
|
|
|
<el-button type="primary" @click="preservation" |
|
|
|
|
>保存<el-icon><Promotion /></el-icon |
|
|
|
|
></el-button> |
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
|
<script setup> |
|
|
|
|
import { ref } from 'vue'; |
|
|
|
|
import SurchargeTable from '@/components/pric/tablePric.vue'; |
|
|
|
|
import { postFindCategoryInfo } from '@/api/distribution/CreateOrder.js'; |
|
|
|
|
import { $_expenseDispatchPricepage,$_expenseDispatchPricesave } from '@/api/storagecost/index.js'; |
|
|
|
|
import { $_ObtainRegion } from '@/api/basicdata/basicdataWarehouse'; |
|
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; //字典 |
|
|
|
|
const $router = useRouter(); //跳转 |
|
|
|
|
const $useStore = useStore(); //权限 |
|
|
|
|
const $route = useRoute(); //获取地址栏参数 |
|
|
|
|
const activeName = ref('Commercialdistribution'); |
|
|
|
|
const SelectData = ref({}); //当前点击品类 |
|
|
|
|
// 配置计价规则 |
|
|
|
|
const formLoad = ref({}); |
|
|
|
|
const optionsVehicle=ref([]); |
|
|
|
|
const form = ref({ |
|
|
|
|
numa: 0, |
|
|
|
|
numb: 0, |
|
|
|
@ -239,7 +259,7 @@ const form = ref({
|
|
|
|
|
dispatchSubjoinCategoryData: [ |
|
|
|
|
{ |
|
|
|
|
index: 1, |
|
|
|
|
Warehousecategory: '', |
|
|
|
|
carModel: '', |
|
|
|
|
options: [], |
|
|
|
|
loading: false, |
|
|
|
|
}, |
|
|
|
@ -254,76 +274,6 @@ const form = ref({
|
|
|
|
|
options: [], |
|
|
|
|
loading: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
index: 1, |
|
|
|
|
Costsettlementcategory: '', //成本结算品类 |
|
|
|
|
UnitPrice: '', //单价(元/件) |
|
|
|
|
options: [], |
|
|
|
|
loading: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
index: 1, |
|
|
|
|
Costsettlementcategory: '', //成本结算品类 |
|
|
|
|
UnitPrice: '', //单价(元/件) |
|
|
|
|
options: [], |
|
|
|
|
loading: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
index: 1, |
|
|
|
|
Costsettlementcategory: '', //成本结算品类 |
|
|
|
|
UnitPrice: '', //单价(元/件) |
|
|
|
|
options: [], |
|
|
|
|
loading: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
index: 1, |
|
|
|
|
Costsettlementcategory: '', //成本结算品类 |
|
|
|
|
UnitPrice: '', //单价(元/件) |
|
|
|
|
options: [], |
|
|
|
|
loading: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
index: 1, |
|
|
|
|
Costsettlementcategory: '', //成本结算品类 |
|
|
|
|
UnitPrice: '', //单价(元/件) |
|
|
|
|
options: [], |
|
|
|
|
loading: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
index: 1, |
|
|
|
|
Costsettlementcategory: '', //成本结算品类 |
|
|
|
|
UnitPrice: '', //单价(元/件) |
|
|
|
|
options: [], |
|
|
|
|
loading: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
index: 1, |
|
|
|
|
Costsettlementcategory: '', //成本结算品类 |
|
|
|
|
UnitPrice: '', //单价(元/件) |
|
|
|
|
options: [], |
|
|
|
|
loading: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
index: 1, |
|
|
|
|
Costsettlementcategory: '', //成本结算品类 |
|
|
|
|
UnitPrice: '', //单价(元/件) |
|
|
|
|
options: [], |
|
|
|
|
loading: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
index: 1, |
|
|
|
|
Costsettlementcategory: '', //成本结算品类 |
|
|
|
|
UnitPrice: '', //单价(元/件) |
|
|
|
|
options: [], |
|
|
|
|
loading: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
index: 1, |
|
|
|
|
Costsettlementcategory: '', //成本结算品类 |
|
|
|
|
UnitPrice: '', //单价(元/件) |
|
|
|
|
options: [], |
|
|
|
|
loading: false, |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
//品类按方计费 |
|
|
|
|
Categorybasedbillingbyparty: [ |
|
|
|
@ -381,18 +331,7 @@ const form = ref({
|
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}); |
|
|
|
|
const onLoad = () => { |
|
|
|
|
$_ObtainRegion().then(res => { |
|
|
|
|
console.log(res, '地区。。。'); |
|
|
|
|
console.log(form.value.Oversizedbilling, 'form.value.Oversizedbilling'); |
|
|
|
|
if (res.data.code === 200) { |
|
|
|
|
form.value.Oversizedbilling.forEach(item => { |
|
|
|
|
item['options'] = res.data.data; |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
onLoad(); |
|
|
|
|
|
|
|
|
|
// 超区计费 |
|
|
|
|
const Oversizedbilling = ref([ |
|
|
|
|
{ label: '序号', prop: 'index', type: 'string', width: '50', disabled: true }, |
|
|
|
@ -536,7 +475,7 @@ const dispatchSubjoinCategory = ref([
|
|
|
|
|
{ label: '序号', prop: 'index', type: 'string', width: '50', disabled: true }, |
|
|
|
|
{ |
|
|
|
|
label: '车型', |
|
|
|
|
prop: 'Warehousecategory', |
|
|
|
|
prop: 'carModel', |
|
|
|
|
type: 'select', |
|
|
|
|
width: 'auto', |
|
|
|
|
disabled: true, |
|
|
|
@ -574,6 +513,8 @@ const EditRules = () => {
|
|
|
|
|
form.value.dialogPricingrules = true; //开启车型配置规则弹窗 |
|
|
|
|
}; |
|
|
|
|
const newlyadded = row => { |
|
|
|
|
form.value.dialogPricingrules = true; //开启车型配置规则弹窗 |
|
|
|
|
return; |
|
|
|
|
console.log(row, 'row'); |
|
|
|
|
let data = { |
|
|
|
|
index: form.value.dispatchSubjoinCategoryData.length + 1, |
|
|
|
@ -586,6 +527,14 @@ const newlyadded = row => {
|
|
|
|
|
// 编辑车型规则 |
|
|
|
|
const Pricingrules = () => { |
|
|
|
|
console.log(form.value); |
|
|
|
|
let data={ |
|
|
|
|
carModel:form.value.carModel,//车型 |
|
|
|
|
} |
|
|
|
|
$_expenseDispatchPricesave(data).then(res=>{ |
|
|
|
|
console.log(res,'res'); |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
|
// 新增超区区域计费 |
|
|
|
|
const Oversizedbillingadd = () => {}; |
|
|
|
@ -593,6 +542,47 @@ const Oversizedbillingadd = () => {};
|
|
|
|
|
const Oversizedbillingdel = row => { |
|
|
|
|
console.log(row, '删除超区费'); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 字典公共函数 |
|
|
|
|
function updateDictionary(targetArray, dictionaryType) { |
|
|
|
|
getDictionaryBiz(dictionaryType).then(res => { |
|
|
|
|
console.log(res, '字典'); |
|
|
|
|
res.data.data.forEach(item => { |
|
|
|
|
targetArray.push({ |
|
|
|
|
value: item.dictKey, |
|
|
|
|
label: item.dictValue, |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
// 获取地区 |
|
|
|
|
const GetRegion = () => { |
|
|
|
|
$_ObtainRegion().then(res => { |
|
|
|
|
console.log(res, '地区。。。'); |
|
|
|
|
console.log(form.value.Oversizedbilling, 'form.value.Oversizedbilling'); |
|
|
|
|
if (res.data.code === 200) { |
|
|
|
|
form.value.Oversizedbilling.forEach(item => { |
|
|
|
|
item['options'] = res.data.data; |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
const onLoad = () => { |
|
|
|
|
let data = { |
|
|
|
|
id: $route.query.id, |
|
|
|
|
}; |
|
|
|
|
$_expenseDispatchPricepage(data).then(res => { |
|
|
|
|
console.log(res, '车型'); |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
// 页面初始化 |
|
|
|
|
const onLoadPage = () => { |
|
|
|
|
onLoad(); |
|
|
|
|
GetRegion(); //获取地区 |
|
|
|
|
updateDictionary(optionsVehicle.value, 'price_vehicle_type'); // 获取车型 |
|
|
|
|
}; |
|
|
|
|
onLoadPage(); |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
|
@ -780,4 +770,17 @@ const Oversizedbillingdel = row => {
|
|
|
|
|
.SuperAdd { |
|
|
|
|
display: flex; |
|
|
|
|
} |
|
|
|
|
.footer { |
|
|
|
|
position: fixed; |
|
|
|
|
bottom: 10px; |
|
|
|
|
left: 4%; |
|
|
|
|
width: 100%; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
.el-button { |
|
|
|
|
width: 120px; |
|
|
|
|
height: 40px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|