Browse Source

司机价格配置,修复模板未展示,修复已知bug

dev
马远东 4 months ago
parent
commit
dcea19e301
  1. 3
      src/views/aftersales/aftersalesWorkOrderInfo.vue
  2. 65
      src/views/aftersales/aftersalesWorkOrderend.vue
  3. 21
      src/views/cost/Deliverycostmanagement/ServiceProviderPrice.vue
  4. 2
      src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue

3
src/views/aftersales/aftersalesWorkOrderInfo.vue

@ -2937,4 +2937,7 @@ const ResultDetermination = () => {
:deep(.el-upload-list__item-thumbnail) {
object-fit: inherit;
}
:deep(.el-tabs__header){
background-color: #fdfdfd;
}
</style>

65
src/views/aftersales/aftersalesWorkOrderend.vue

@ -60,21 +60,21 @@
</el-tooltip>
</el-form-item>
<el-form-item label="订单自编码">
<el-form-item label="订单自编码" style="width: 24%">
<el-tooltip :content="item.orderCode" placement="top">
<el-input v-model="item.orderCode" disabled />
</el-tooltip>
</el-form-item>
<el-form-item label="一级品">
<el-form-item label="一级品" style="width: 12%">
<el-input v-model="item.first" disabled />
</el-form-item>
<el-form-item label="二级品">
<el-form-item label="二级品" style="width: 12%">
<el-input v-model="item.secondary" disabled />
</el-form-item>
<el-form-item label="品牌">
<el-form-item label="品牌" style="width: 12%">
<el-input v-model="item.brandName" disabled />
</el-form-item>
</div>
@ -172,7 +172,7 @@
disabled
/>
</el-form-item>
<!-- 干线卸车 -->
<el-form-item
label="责任方"
@ -180,14 +180,13 @@
v-if="displaySettings.processorEntityList"
>
<el-select
v-model="endFrom.processorEntityList"
placeholder="请选择责任方"
disabled
multiple
filterable
clearable
collapse-tags-tooltip
collapse-tags-tooltip
collapse-tags
>
<el-option
@ -212,7 +211,7 @@
default-first-option
:reserve-keyword="false"
disabled
collapse-tags-tooltip
collapse-tags-tooltip
collapse-tags
>
<el-option
@ -223,7 +222,7 @@
/>
</el-select>
</el-form-item>
<el-form-item
style="min-width: 100%"
label="调查经过"
@ -237,7 +236,7 @@
</el-tab-pane>
</el-tabs>
<el-tabs type="border-card" class="Responsible_box" v-if="endFrom.discoveryNode !='3'">
<el-tabs type="border-card" class="Responsible_box" v-if="endFrom.discoveryNode != '3'">
<el-tab-pane label="内部责任划分">
<div class="ResponsibilityBox">
<div></div>
@ -670,7 +669,7 @@
>
<el-button
type="primary"
v-if="PermissionButton.information_editing"
v-if="PermissionButton.information_editing && endFrom.discoveryNode !='3'"
@click="EditInformation"
>修改内部责任划分</el-button
>
@ -726,7 +725,7 @@
multiple
filterable
default-first-option
collapse-tags-tooltip
collapse-tags-tooltip
collapse-tags
:max-collapse-tags="3"
:reserve-keyword="false"
@ -2946,23 +2945,23 @@ const AppealEstablished = () => {
}
.selector {
width: 100%;
margin: 4px 0;
:deep(.el-select) {
width: 100%;
}
}
.ProcessingResults {
width: 100%;
min-height: 260px;
border: 1px solid #ccc;
position: relative;
padding: 26px;
padding: 10px;
box-sizing: border-box;
margin-top: 3%;
margin-top: 20px;
color: #606266;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-bottom: 16px;
margin-bottom: 10px;
border-radius: 16px;
box-shadow: 0px 0px 6px 0px #00000029;
.title {
@ -3064,7 +3063,6 @@ const AppealEstablished = () => {
align-items: center;
}
:deep(.selector) {
margin-bottom: 40px;
.is-active {
font-weight: bold;
}
@ -3078,7 +3076,7 @@ const AppealEstablished = () => {
display: flex;
justify-content: flex-start;
}
:deep(.el-tabs__content){
:deep(.el-tabs__content) {
padding: 0 10px;
}
}
@ -3449,20 +3447,23 @@ const AppealEstablished = () => {
:deep(.PackageInformation) {
width: 100%;
margin-bottom: 4px;
.is-active{
.is-active {
font-weight: bold;
}
.el-tabs__content{
.el-tabs__content {
padding: 0 12px;
}
.el-form-item__content {
width: 100% !important;
}
}
.ResponsibilityBoxS {
width: 100%;
display: flex;
flex-direction: column;
margin-bottom:2px;
margin-bottom: 2px;
justify-content: flex-start;
.leftbox {
width: 100%;
display: flex;
@ -3472,7 +3473,7 @@ const AppealEstablished = () => {
flex-direction: column;
align-items: flex-start;
flex: none;
width: 16.4%;
width: 18%;
}
}
@ -3620,7 +3621,7 @@ const AppealEstablished = () => {
display: flex;
flex-direction: row;
align-items: center;
width: 22%;
width: 24%;
}
}
:deep(.el_resj) {
@ -3639,7 +3640,7 @@ const AppealEstablished = () => {
:deep(.is-active) {
font-weight: bold;
}
:deep(.el-tabs__content){
:deep(.el-tabs__content) {
padding: 0 12px;
}
.el_information {
@ -3673,22 +3674,22 @@ const AppealEstablished = () => {
.el-select {
width: 100;
}
.inpuit_Investigationprocess{
.inpuit_Investigationprocess {
display: flex;
flex-direction: row !important;
margin: 2px 0;
}
.processor_box{
.processor_box {
display: flex;
flex-direction: row !important;
margin: 2px 0;
}
:deep(.el_Responsibilityhandling){
:deep(.el_Responsibilityhandling) {
width: 100%;
display: flex;
margin: 3px 0;
justify-content: space-between;
.el-form-item{
.el-form-item {
margin: 0;
}
}
@ -3750,6 +3751,9 @@ const AppealEstablished = () => {
.is-active {
font-weight: bold;
}
.el-tabs__content {
padding: 4px 20px !important;
}
}
.el-endtabs {
width: 100%;
@ -3826,4 +3830,7 @@ const AppealEstablished = () => {
top: 0;
}
}
:deep(.el-tabs__header){
background-color: #fdfdfd;
}
</style>

21
src/views/cost/Deliverycostmanagement/ServiceProviderPrice.vue

@ -494,13 +494,6 @@ const Priceconfigurationsubmission = async () => {
}
const categoryMap = new Map(details.data.map(item => [item.driverId, item]));
//
if (categoryMap.has(form.value.driverId)) {
ElMessage({
message: '司机已经存在',
type: 'warning',
});
return;
}
let data = {
warehouseName:
ServiceWarehouse.value.find(res => res.value == form.value.warehouseId)?.label || '', //
@ -570,17 +563,19 @@ const EditTemplate = async row => {
rowData.value = row;
form.value.warehouseId = row.warehouseId; //
await Getdriver();
await GetTemplate(); //
console.log(row);
Priceconfiguration.value = true;
PriceconfigurationTitle.value = '价格配置(编辑)';
form.value.driverId = row.driverId; //
form.value.templateId = row.templateId;
PriceTemplate.value = [
{
value: row.templateId,
label: row.templateName,
},
];
// PriceTemplate.value = [
// {
// value: row.templateId,
// label: row.templateName,
// },
// ];
};
const deleteTemplate = row => {
ElMessageBox.confirm('是否确认删除该数据?', '提示', {

2
src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue

@ -116,9 +116,7 @@
<el-form-item label="异动费用:">
<el-input-number
v-model="Abnormaladjustment.form.changeAmount"
:min="0"
:controls="false"
:value-on-clear="0"
/>
</el-form-item>
<el-form-item label="异动费用备注:">

Loading…
Cancel
Save