Browse Source

自提搜索,待签收列表修复报错

dev-xx
马远东 11 months ago
parent
commit
edc8a7f99e
  1. 3
      src/views/aftersales/aftersalesWorkOrder.vue
  2. 23
      src/views/aftersales/aftersalesWorkOrderAdd.vue
  3. 11
      src/views/aftersales/aftersalesWorkOrderInfo.vue
  4. 78
      src/views/distribution/inventory/distrilbutionBillLading.vue
  5. 4
      src/views/distribution/signfor/distributionSignforedt.vue

3
src/views/aftersales/aftersalesWorkOrder.vue

@ -3458,9 +3458,10 @@ const ResultConfirmation = val => {
if (ConfirmStatus) {
//
let state = details.selectionList.every(item => item.workOrderStatus == '21');
console.log(state,'state');
if (!state) {
ElMessage({
message: '批量确认中有状态不符合的必须为处理结果已提交',
message: '勾选单子中有已经确认的请取消勾选!',
type: 'warning',
});
return;

23
src/views/aftersales/aftersalesWorkOrderAdd.vue

@ -605,8 +605,6 @@
</div>
</div>
</template>
<!-- resultDescription -->
</div>
<el-form-item label="处理结果说明">
<el-input
@ -631,7 +629,7 @@
class="demo-tabs responsibilities"
@tab-click="handleClick"
v-loading="form.Packageloading"
v-if="['1', '3'].includes(form.basis.discoveryNode)"
v-if="['1', '3'].includes(form.basis.workOrderType)"
>
<el-form-item label="">
<el-tab-pane label="照片" name="0">
@ -1069,7 +1067,6 @@ const CompanyProportionInput = value => {
//
const Totalamount = () => {
console.log(form.value.Claimamount);
form.value.Totalamount = form.value.Claimamount.map(res => res.money).reduce(
(accumulator, currentValue) => accumulator + currentValue,
0
@ -1077,16 +1074,14 @@ const Totalamount = () => {
};
const Claimssettlement = value => {
console.log(value, '理赔金额');
console.log(Processingresultsoptions.value, '参数列表');
let data = [];
value.forEach(item => {
if(value.length){
let data = [];
value.forEach(item => {
let _data = Processingresultsoptions.value.find(res => res.value == item);
if (_data) {
data.push(_data);
}
});
console.log(data, '筛选出来的值');
form.value.Claimamount = [];
if (data && data.length) {
data.forEach(item => {
@ -1100,6 +1095,7 @@ const Claimssettlement = value => {
});
});
}
}
};
// TOKEN
const headers = computed(() => {
@ -1377,7 +1373,7 @@ const allFieldsFilled = computed(() => {
form.value.Processed = allFilled;
return allFilled;
});
//
//
const onSubmit = () => {
console.log(form.value);
ruleFormRef.value.validate(valid => {
@ -1511,7 +1507,7 @@ const onSubmit = () => {
}
});
}
//
if (form.value.basis.result.length) {
submitData.aftersalesProcessingResultsDTO = {
@ -1550,8 +1546,9 @@ const onSubmit = () => {
submitData.aftersalesProcessingResultsDTO.resultDescription =
form.value.basis.resultDescription; //
delete form.value.basis.resultDescription; //
}else{
delete submitData.result;//
}
console.log(submitData, '处理好的参数');
form.value.Pageloading = true; //
@ -1559,6 +1556,8 @@ const onSubmit = () => {
if (form.value.Processed) {
submitData.workOrderStatus = 30;
}
//()
delete submitData.processor;
$_submit(submitData)
.then(res => {
ElMessage({

11
src/views/aftersales/aftersalesWorkOrderInfo.vue

@ -312,6 +312,7 @@
</template>
<div class="selector">
<el-select
disabled
v-model="Indexform.result"
multiple
filterable
@ -554,7 +555,7 @@
>确定审核
</el-button> -->
<el-button type="primary" v-if="PermissionButton.work_order_completion" @click="EndJump"
>完结</el-button
>完结工单</el-button
>
<el-button type="primary" v-if="PermissionButton.repulse" @click="BatchReturn"
>打回</el-button
@ -1114,7 +1115,6 @@ const onLoad = () => {
tripartite: res.tripartite, //
};
});
console.log(FangAddList.value, '责任方回显问题');
res.data.data.processorVOList.forEach(item => {
if (item) {
if (item.typesOf == 2) {
@ -2241,9 +2241,11 @@ const ResultDetermination = () => {
border-bottom: 1px solid #d5d5d563 !important;
border-right: 1px solid #d5d5d563 !important;
}
.el-endtabs {
margin-top: 10px;
:deep(.is-active){
font-weight: bold;
}
}
:deep(.custom-tabs-label) {
@ -2408,8 +2410,9 @@ const ResultDetermination = () => {
}
}
.el_top {
display: flex;
width: 100%;
padding: 6px 0;
display: flex;
justify-content: space-between;
:deep(.el-form-item) {
display: flex;

78
src/views/distribution/inventory/distrilbutionBillLading.vue

@ -93,6 +93,7 @@
<el-form-item label-width="0" prop="certificateType">
<el-tabs @tab-click="handleChlickTab" style="width: 100%">
<el-tab-pane label="定制品">
<el-button
type="primary"
@ -102,6 +103,18 @@
v-if="orderAdd"
> </el-button
>
<div class="el_multifunctional">
<el-input
v-model="multifunctional"
placeholder="请输入要搜索的值,多条件用英文逗号拼接"
clearable
@clear="soclear"
/>
<el-button type="primary" @click="SearchFu"
><el-icon><Plus /></el-icon></el-button
>
</div>
<tablecmt
class="tablesc"
:columnList="columnListedit"
@ -112,6 +125,7 @@
@btnCheck="btnsc"
@selectCheck="selectsc"
@selection="selectionChange"
:searchInput="multifunctional"
>
<template #default="slotProps">
@ -646,6 +660,7 @@ export default {
data() {
return {
tabletit: '', //
multifunctional:'', //
dialogImg: false,
Imgurl: undefined,
Selfpickuploading: false, //
@ -2063,6 +2078,57 @@ export default {
orderSelectChange(list) {
this.order.selectList = list;
},
scrollToElementWithinTableRow(partialIdString) {
//
const tableRows = document.querySelectorAll('tr');
tableRows.forEach(function(row) {
const cells = row.querySelectorAll('[id]');
cells.forEach(function(cell) {
cell.style.backgroundColor = ''; //
cell.style.color = ''; //
});
});
//
const partialIds = partialIdString.replace(/,/g, ',').split(',').map(id => id.trim());
// partialIds
for (let row of tableRows) {
let allIdsFound = partialIds.every(partialId => {
return Array.from(row.querySelectorAll('[id]')).some(cell => cell.id.includes(partialId));
});
if (allIdsFound) {
// partialIds,
const cells = row.querySelectorAll('[id]');
cells.forEach(function(cell) {
cell.style.backgroundColor = '#ff0000';
cell.style.color = '#fff';
});
//
row.scrollIntoView({ behavior: 'smooth', block: 'center' });
break;
}
}
},
//
SearchFu(){
console.log(this.multifunctional, '搜索的参数值');
if (this.multifunctional) {
this.scrollToElementWithinTableRow(this.multifunctional);
} else {
document.querySelectorAll('[id]').forEach(function (el) {
el.style.backgroundColor = ''; //
el.style.color = ''; //
});
}
return;
// console.log(dataInfo.value, '');
},
soclear (){
this.SearchFu();
},
orderTimesc(index, row) {
if (!!index) {
index = dayjs(index).format('YYYY-MM-DD');
@ -3425,4 +3491,16 @@ if (val.orderPackageStatus == 70) {
height: 100%;
}
}
.el_multifunctional {
display: flex;
align-items: center;
justify-content: space-between;
width: 24%;
.el-input {
margin-right: 4px;
}
button {
width: 100px;
}
}
</style>

4
src/views/distribution/signfor/distributionSignforedt.vue

@ -1828,10 +1828,6 @@ const onLoad = () => {
};
console.log(route.query,'route.query');
const { row } =route.query;
pageRow.value=JSON.parse(row)
console.log(pageRow.value,'pageRow.value');
// RouterId.value = '1721707916601487362';
// RouterReservationId.value = '1721707896171032578';
//

Loading…
Cancel
Save