qb 10 months ago
parent
commit
6883ca5850
  1. 9
      src/api/distribution/distributionParcelList.js
  2. 8
      src/option/aftersales/vueTvemp.js
  3. 85
      src/views/aftersales/aftersalesWorkOrder.vue
  4. 12
      src/views/aftersales/aftersalesWorkOrderAdd.vue
  5. 32
      src/views/aftersales/aftersalesWorkOrderInfo.vue
  6. 6
      src/views/aftersales/aftersalesWorkOrderend.vue
  7. 51
      src/views/aftersales/aftersalesWorkOrdermodify.vue
  8. 35
      src/views/aftersales/aftersalesWorkOrdermodifyTemp.vue
  9. 6
      src/views/basicdata/brand/basicClient.vue
  10. 196
      src/views/basicdata/warehouse/tray/basicdataTrayedt.vue
  11. 2
      src/views/distribution/artery/VehicleArrivalManagement.vue
  12. 12
      src/views/distribution/inventory/distributionStockListDetails.vue
  13. 106
      src/views/distribution/inventory/distrilbutionBillLading.vue
  14. 3
      src/views/distribution/inventory/distrilbutionBillLadingView.vue
  15. 6
      src/views/distribution/signfor/distributionSignforedt.vue
  16. 25
      src/views/warehouse/warehousingentry/warehouseWarehouseingAddReceipt.vue

9
src/api/distribution/distributionParcelList.js

@ -157,3 +157,12 @@ export const $_distributionParcelList = params => {
responseType: 'blob',
});
};
// 移除包件判断
export const $_judgmentRemove = params => {
return request({
url: '/api/logpm-distribution/distrilbutionBillStock/judgmentRemove',
method: 'get',
params,
});
};

8
src/option/aftersales/vueTvemp.js

@ -740,7 +740,7 @@ export const AppealList = [
{
prop: 'workOrderTypeName',
label: '异常类型',
type: 3,
type: 1,
values: '',
width: '130',
checkarr: [],
@ -751,7 +751,7 @@ export const AppealList = [
{
prop: 'discoveryNodeName',
label: '发现节点',
type: 3,
type: 1,
values: '',
width: '130',
checkarr: [],
@ -761,8 +761,8 @@ export const AppealList = [
},
{
prop: 'typesOfName',
label: '状态名称',
type: 2,
label: '工单状态',
type: 1,
values: '',
width: '130',
checkarr: [],

85
src/views/aftersales/aftersalesWorkOrder.vue

@ -641,7 +641,7 @@
<el-dialog
v-model="dialogappeal"
:title="AppealeditorState ? '工单申述编辑' : '工单申诉'"
width="30%"
width="40%"
>
<div class="el_appeal" v-loading="loadingappeal" element-loading-text="Loading...">
<el-form-item label="选择实际责任方">
@ -660,13 +660,16 @@
/>
</el-select>
</el-form-item>
<el-input
<el-form-item label="申诉原因">
<el-input
v-model="Reasonforappeal"
:rows="4"
type="textarea"
placeholder="请输入申诉原因"
/>
<el-upload
</el-form-item>
<el-form-item label="`照片">
<el-upload
v-model:file-list="AppealAttachment"
list-type="picture-card"
:on-preview="AppealAttachmentpictureList"
@ -680,6 +683,8 @@
>
<el-icon><Plus /></el-icon>
</el-upload>
</el-form-item>
<span class="el_sdialog-footer">
<el-button @click="dialogappeal = false">取消</el-button>
<el-button type="primary" @click="Appealbutton"> 确定 </el-button>
@ -1746,6 +1751,10 @@ const Statusprocessing = val => {
item.workOrderStatusNameS = columnList[10].checkarr[8].label; //
} else if (item.workOrderStatus == 21) {
item.workOrderStatusNameS = columnList[10].checkarr[9].label; //
}else if(item.workOrderStatus == 100){
item.workOrderStatusNameS = columnList[10].checkarr[10].label; //
}else if(item.workOrderStatus == 110){
item.workOrderStatusNameS = columnList[10].checkarr[11].label; //
}
// } else if (item.workOrderStatus == 100) {
// item.workOrderStatusNameS = columnList[10].checkarr[10].label; //
@ -1903,7 +1912,7 @@ watch(() => $route.path, (newPath, oldPath) => {
console.log(TabPermissions.value,'当前TabPermissions.value');
console.log( tabValue.value,'当前 tabValue.value');
tabValue.value=$useStore.state.Customer.Customerobj;//
if([0,2,3,4].includes(TabPermissions.value)){
if([0,2,3,4,6].includes(TabPermissions.value)){
//0.
//4.
tabChenge(TabPermissions.value,null,true)
@ -2372,6 +2381,16 @@ const appealAll = () => {
};
//
const DetermineClaims = val => {
ElMessageBox.confirm(
'是否确认理赔金额?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
.then(() => {
console.log(val.row);
let data = {
id: val.row.lawoId,
@ -2391,6 +2410,8 @@ const DetermineClaims = val => {
details.loadingObj.list = false; //
pageLoad.value=false
});
})
.catch(() => {})
};
//
const Resultediting = val => {
@ -2455,7 +2476,17 @@ const CompletedEditing = val => {
};
//
const Appealbutton = state => {
if (UserPermissions.value == '仓库客服') {
ElMessageBox.confirm(
'是否确认发起工单申诉?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
.then(() => {
if (UserPermissions.value == '仓库客服') {
if (AppealAttachment.value.length > 1) {
ElMessage({
message: '只能上传一张图片',
@ -2543,6 +2574,11 @@ const Appealbutton = state => {
});
});
}
})
.catch(() => {})
};
/** 表格表头输入框搜索 */
@ -2825,8 +2861,11 @@ const appealFn = val => {
ClaimStatus.value = false; //
AppealList[5].checkarr = []; //
AppealList[6].checkarr = []; //
AppealList[7].checkarr = []; //
updateDictionary(AppealList[5].checkarr, 'pc_work_order'); //
updateDictionary(AppealList[6].checkarr, 'pc_discovery_node'); //
updateDictionary(AppealList[7].checkarr, 'work_order_status'); //
console.log('当前是申诉列表');
let data = {
current: details.page.currentPage,
@ -2839,7 +2878,6 @@ const appealFn = val => {
details.loadingObj.list = false; //
pageLoad.value=false
console.log(res, '申诉列表返回值');
if (res.data.data.records.length) {
// details.data = res.data.data.records;
TabList.value.find(res => res.name == TabPermissions.value).DataList =
@ -2895,10 +2933,10 @@ function AppealListFn(val) {
data.workOrderStatus = '';
console.log(data.workOrderStatus, '当前搜索状态');
Tableheaderswitching(AppealList); //
AppealList.forEach(item => {
//
item.values = '';
});
// AppealList.forEach(item => {
// //
// item.values = '';
// });
appealFn(val); //
}
@ -3350,7 +3388,7 @@ const fellSuccess = (response, uploadFile) => {
KFfeel.value = response.data.link;
}
};
//
//
const DetermineStorage = val => {
if (!details.selectionList.length) {
ElMessage({
@ -3359,14 +3397,24 @@ const DetermineStorage = val => {
});
return;
}
let data = {
ElMessageBox.confirm(
'是否确定确定批量审核?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
.then(() => {
let data = {
assignList: [],
};
data['assignList'] = details.selectionList.map(item => item.id);
details.loadingObj.list = true; //
pageLoad.value=true
//
console.log(data, '处理好的值');
$_updateManagerConfirmed(data)
.then(res => {
if (res.data.code == 200) {
@ -3385,8 +3433,8 @@ const DetermineStorage = val => {
details.loadingObj.list = false; //
pageLoad.value=false
});
//
console.log(data, '处理好的值');
})
.catch(() => { })
};
//
@ -4837,6 +4885,13 @@ const AssignSubmission = () => {
width: 100% !important;
margin-bottom: 10px;
}
:deep(.el-form-item){
flex-direction: column;
align-items: flex-start;
.el-form-item__content{
width: 100% !important;
}
}
}
.el_sdialog-footer {
display: flex;

12
src/views/aftersales/aftersalesWorkOrderAdd.vue

@ -580,7 +580,7 @@
<el-form-item
label="金额"
:prop="`Claimamount[${index}.money]`"
:rules="ruleForm.packageCode"
:rules="ruleForm.money"
>
<el-input-number
v-model="item.money"
@ -596,14 +596,14 @@
<el-form-item
label="支付单位"
:prop="`Claimamount[${index}.paymentUnit]`"
:rules="ruleForm.packageCode"
:rules="ruleForm.paymentUnit"
>
<el-input v-model="item.paymentUnit" placeholder="请输入支付单位" clearable />
</el-form-item>
<el-form-item
label="理赔支付时间"
:prop="`Claimamount[${index}.compensationTime]`"
:rules="ruleForm.packageCode"
:rules="ruleForm.compensationTime"
>
<el-date-picker
v-model="item.compensationTime"
@ -617,7 +617,7 @@
<el-form-item
label="支付方式"
:prop="`Claimamount[${index}.compensationMethod]`"
:rules="ruleForm.packageCode"
:rules="ruleForm.compensationMethod"
>
<el-select
v-model="item.compensationMethod"
@ -837,9 +837,9 @@ const ruleForm = reactive({
description: [{ required: true, message: '请输入说明', trigger: ['bulr', 'change'] }],
money: [{ required: true, message: '请输入金额', trigger: ['bulr', 'change'] }],
paymentUnit: [{ required: true, message: '请输入支付单位', trigger: ['bulr', 'change'] }],
compensationTime: [{ required: true, message: '请选择支付时间', trigger: ['bulr', 'change'] }],
compensationTime: [{ required: true, message: '请选择理赔支付时间', trigger: ['bulr', 'change'] }],
compensationMethod: [
{ required: true, message: '请选择支付方式', trigger: ['bulr', 'change'] },
{ required: true, message: '请选择支付方式', trigger: ['bulr', 'change'] },
],
});
const ResponsibleParty = ref([]); //

32
src/views/aftersales/aftersalesWorkOrderInfo.vue

@ -502,13 +502,13 @@
<!-- 仲裁原因 -->
<!-- v-if="routerState == 'end'" -->
<div class="arbitrate">
<el-form-item label="完结原因">
<el-form-item label="仲裁原因">
<el-input
v-model="Indexform.arbitrate"
type="textarea"
:autosize="{ minRows: 5, maxRows: 4 }"
disabled
placeholder="暂无完结原因"
placeholder="暂无仲裁原因"
/>
</el-form-item>
</div>
@ -903,7 +903,10 @@ const PermissionButton = computed(() => {
$route.query.workOrderStatus != '80' &&
$route.query.workOrderStatus != '30' &&
$route.query.workOrderStatus != '20' &&
$route.query.workOrderStatus != '40', //
$route.query.workOrderStatus != '40' &&
$route.query.workOrderStatus != '100' &&
$route.query.workOrderStatus != '110'
, //
Processing_results:
!appeal.value &&
(($route.query.RouteIndexs == '0' && $route.query.workOrderStatus == '10') ||
@ -933,8 +936,8 @@ const PermissionButton = computed(() => {
(($route.query.RouteIndexs == '0' && $route.query.workOrderStatus == '10') ||
($route.query.RouteIndexs == '3' && $route.query.workOrderStatus == '10')) &&
warehouseIdState.value, //
Appeal_established: appeal.value && AppealReview.value, //
Appeal_rejection: appeal.value && AppealReview.value, //
Appeal_established: appeal.value && AppealReview.value && UserPermissions.value=='总部客服经理', //
Appeal_rejection: appeal.value && AppealReview.value && UserPermissions.value=='总部客服经理', //
Processing_confirmation:
(UserPermissions.value != '仓库客服' &&
$route.query.RouteIndexs == '0' &&
@ -1381,7 +1384,17 @@ const AppealEstablished = () => {
//
const AppealRejection = () => {
let data = {
ElMessageBox.confirm(
'是否确认申诉驳回?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
.then(() => {
let data = {
id: $route.query.appealID, //ID
typesOf: '2', //
workOrderId: $route.query.id, //ID
@ -1395,6 +1408,11 @@ const AppealRejection = () => {
message: '申诉驳回成功',
type: 'success',
});
$useStore.commit('EDIT_REFRESHITEM', {
title: 'aftersalesWorkOrder',
status: true,
});
$useStore.commit('Customer_Menu',6);//
$useStore.commit('DEL_TAG_CURRENT'); //
$router.push({
path: '/aftersales/aftersalesWorkOrder',
@ -1407,6 +1425,8 @@ const AppealRejection = () => {
.finally(() => {
Pageloading.value = false; //
});
})
.catch(() => {})
};
//

6
src/views/aftersales/aftersalesWorkOrderend.vue

@ -511,14 +511,14 @@
</el-tab-pane>
</el-tabs>
<!-- 完结说明 -->
<!-- 仲裁原因说明 -->
<div class="arbitrate" v-if="routerState == 'end'">
<el-tabs type="border-card" class="demo-tabs">
<el-tab-pane>
<template #label>
<span class="custom-tabs-label">
<el-icon><calendar /></el-icon>
<span>完结说明</span>
<span>仲裁原因</span>
</span>
</template>
@ -526,7 +526,7 @@
v-model="endFrom.arbitrate"
type="textarea"
:autosize="{ minRows: 5, maxRows: 4 }"
placeholder="请输入完结说明"
placeholder="请输入仲裁原因"
/>
</el-tab-pane>
</el-tabs>

51
src/views/aftersales/aftersalesWorkOrdermodify.vue

@ -616,13 +616,13 @@
</el-tabs>
<!-- 完结原因 -->
<div class="arbitrate" v-if="CompensationParty.length">
<div class="arbitrate">
<el-tabs type="border-card" class="demo-tabs">
<el-tab-pane>
<template #label>
<span class="custom-tabs-label">
<el-icon><calendar /></el-icon>
<span>完结原因</span>
<span>仲裁原因</span>
</span>
</template>
@ -630,8 +630,8 @@
v-model="Indexform.arbitrate"
type="textarea"
:autosize="{ minRows: 5, maxRows: 4 }"
placeholder="请输入完结原因"
:disabled="ProcessingresultsState"
placeholder="请输入仲裁原因"
:disabled="CompleteDisabling"
/>
</el-tab-pane>
</el-tabs>
@ -821,7 +821,7 @@ import { computeNumber, isNumber } from '@/utils/util';
import { useStore } from 'vuex';
import error from '@/error';
const $router = useRouter();
const $store = useStore();
const $useStore = useStore();
const $route = useRoute();
const TotalamountCompensation = ref(0); //
const TotalamountReceived = ref(0); //
@ -1067,6 +1067,7 @@ const ResponsiblePartychange = (val, index) => {
};
const onLoad = () => {
editloading.value=true;//
RouterState.value = $route.query.RouterState;
console.log($route.query.Appealeditor, '申诉===');
if ($route.query.Appealeditor) {
@ -1082,10 +1083,14 @@ const onLoad = () => {
}
//
if ($route.query.ProcessingresultsState && UserPermissions.value != '仓库客服') {
if($route.query.AppealEstablished==true){
ProcessingresultsState.value = true;
}else{
ProcessingresultsState.value = false;
}
console.log($route.query.Processingresults, '理赔金未出编辑');
ProcessingresultsState.value = false;
} else {
ProcessingresultsState.value = true;
ProcessingresultsState.value = false;
}
//
if ($route.query.CustomerServiceCompleted && UserPermissions.value != '仓库客服') {
@ -1138,7 +1143,6 @@ const onLoad = () => {
console.log(res);
Paymentmethod.value = res.data.data;
});
console.log($route.query.id, '页面初始化');
routerState.value = $route.query.routerState;
updateDictionary(IndexException.value, 'pc_work_order'); //
@ -1362,6 +1366,7 @@ const onLoad = () => {
).value;
console.log(SelectType.value, '异常类型');
Statistics();
editloading.value=false;//
});
};
onLoad(); //
@ -2011,6 +2016,17 @@ const ConfirmForm = () => {
//
const AppealEditor = () => {
ElMessageBox.confirm(
'是否确认申诉成立编辑提交?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
.then(() => {
//
if ($route.query.AppealEstablished) {
editloading.value = true; //
@ -2079,7 +2095,12 @@ const AppealEditor = () => {
message: res.data.msg,
type: 'success',
});
$store.commit('DEL_TAG_CURRENT'); //
$useStore.commit('EDIT_REFRESHITEM', {
title: 'aftersalesWorkOrder',
status: true,
});
$useStore.commit('Customer_Menu',6);//
$useStore.commit('DEL_TAG_CURRENT'); //
$router.push({
//
path: '/aftersales/aftersalesWorkOrder',
@ -2090,8 +2111,9 @@ const AppealEditor = () => {
editloading.value = false; //
});
console.log('申诉下面编辑完结信息');
return;
}
})
.catch(() => {})
};
//
@ -2387,7 +2409,7 @@ const Arbitrationcompleted = () => {
// message: res.data.msg,
// type: 'success',
// });
// $store.commit('DEL_TAG_CURRENT'); //
// $useStore.commit('DEL_TAG_CURRENT'); //
// $router.push({
// //
// path: '/aftersales/aftersalesWorkOrder',
@ -2563,7 +2585,7 @@ const Arbitrationcompleted = () => {
// // message: res.data.msg,
// // type: 'success',
// // });
// // $store.commit('DEL_TAG_CURRENT'); //
// // $useStore.commit('DEL_TAG_CURRENT'); //
// // $router.push({
// // //
// // path: '/aftersales/aftersalesWorkOrder',
@ -3286,4 +3308,9 @@ const isShowFormItem2 = computed(() => {
}
}
}
:deep(.el-loading-mask) {
position: fixed;
left: 12%;
top: 10%;
}
</style>

35
src/views/aftersales/aftersalesWorkOrdermodifyTemp.vue

@ -440,6 +440,8 @@
style="width: 100%"
filterable
clearable
allow-create
default-first-option
>
<el-option
v-for="items in item.ResponsibleoNameptions"
@ -625,6 +627,26 @@
</el-tab-pane>
</el-tabs>
<el-tabs
v-model="form.ProcessingTab"
class="demo-tabs Completioninformation"
v-loading="form.Packageloading"
>
<el-tab-pane label="完结信息" name="0">
<div class="el-ckbtn">
<el-button type="primary" @click="AddCompensation">添加赔款方</el-button>
<el-button type="primary" @click="AddPayee">添加受款方</el-button>
</div>
</el-tab-pane>
</el-tabs>
<!-- 照片上传 -->
<el-tabs
v-model="form.responsibilities"
@ -763,6 +785,14 @@ const form = ref({
deliver: [], //
//
Claimamount: [],
Completion:[{
state:0,//
warehouseId:'',//
reason:'',//
money:0,//
compensationPersonnel:'',//
}],//
fileList: [], //
});
const myData = ref({}); //
@ -2069,4 +2099,9 @@ const TabactiveClick = (a, b) => {
left: 12%;
top: 10%;
}
:deep(.Completioninformation){
.is-active{
font-weight: bold;
}
}
</style>

6
src/views/basicdata/brand/basicClient.vue

@ -1675,9 +1675,9 @@ export default {
handleClose(res) {
this.loadingObj.UploadLoadong = false;
// UploadAjaxError
const msg = res.msg ? res.data.msg || '上传失败' : '上传失败';
this.$message.warning(res.msg || '上传失败');
let msgData = JSON.parse(res['message'])
console.log(msgData,'msgData');
this.$message.warning(msgData.msg || '上传失败');
},
},
};

196
src/views/basicdata/warehouse/tray/basicdataTrayedt.vue

@ -275,18 +275,18 @@ export default {
search: true,
width: '100px',
},
{
label: '所在列',
prop: 'columnNum',
search: true,
width: '100px',
},
{
label: '所在行',
prop: 'layerNum',
search: true,
width: '100px',
},
// {
// label: '',
// prop: 'columnNum',
// search: true,
// width: '100px',
// },
// {
// label: '',
// prop: 'layerNum',
// search: true,
// width: '100px',
// },
{
label: '操作时间',
prop: 'operateTime',
@ -414,16 +414,16 @@ export default {
prop: 'positionCode',
width: '100px',
},
{
label: '所在列',
prop: 'columnNum',
width: '100px',
},
{
label: '所在层',
prop: 'layerNum',
width: '100px',
},
// {
// label: '',
// prop: 'columnNum',
// width: '100px',
// },
// {
// label: '',
// prop: 'layerNum',
// width: '100px',
// },
{
label: '操作时间',
prop: 'operateTime',
@ -496,16 +496,16 @@ export default {
prop: 'positionCode',
width: '100px',
},
{
label: '所在列',
prop: 'columnNum',
width: '100px',
},
{
label: '所在层',
prop: 'layerNum',
width: '100px',
},
// {
// label: '',
// prop: 'columnNum',
// width: '100px',
// },
// {
// label: '',
// prop: 'layerNum',
// width: '100px',
// },
{
label: '操作时间',
prop: 'operateTime',
@ -810,28 +810,28 @@ export default {
sortable: true,
head: false,
},
{
prop: 'columnNum',
label: '所在列',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'layerNum',
label: '所在层',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'columnNum',
// label: '',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'layerNum',
// label: '',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
{
label: '操作时间',
prop: 'operateTime',
@ -932,28 +932,28 @@ export default {
sortable: true,
head: false,
},
{
prop: 'columnNum',
label: '所在列',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'layerNum',
label: '所在层',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'columnNum',
// label: '',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'layerNum',
// label: '',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
{
prop: 'num',
label: '数量',
@ -1054,28 +1054,28 @@ export default {
sortable: true,
head: false,
},
{
prop: 'columnNum',
label: '所在列',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'layerNum',
label: '所在行',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'columnNum',
// label: '',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
// {
// prop: 'layerNum',
// label: '',
// type: 1,
// values: '',
// width: '150',
// checkarr: [],
// fixed: false,
// sortable: true,
// head: false,
// },
{
label: '操作时间',
prop: 'operateTime',

2
src/views/distribution/artery/VehicleArrivalManagement.vue

@ -815,7 +815,7 @@ const handleShowTruckLoadingDetails = ({ row }) => {
query: {
loadId: row.id,
name: row.carsNo + '--' + '装车明细',
type: 'VehicleStowage',
type: 'VehicleArrivalManagement',
},
});

12
src/views/distribution/inventory/distributionStockListDetails.vue

@ -440,6 +440,18 @@ export default {
sortable: true,
head: false,
},
{
prop: 'storageLocation',
label: '存放位置',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: '',
label: '操作',

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

@ -640,9 +640,14 @@ import {
remove,
zeroMaterial,
zeroUpdateMaterial,
$_distrilbutionBillLading
} from '@/api/distribution/distrilbutionBillLading';
import { ElMessage } from 'element-plus';
import { getListOwn, getList, getEditList ,$_getBillLadingPackageIds} from '@/api/distribution/distributionParcelList';
import { ElMessage, ElMessageBox } from 'element-plus'
import { getListOwn, getList, getEditList ,$_getBillLadingPackageIds,$_judgmentRemove} from '@/api/distribution/distributionParcelList';
import option from '@/option/distribution/distrilbutionBillLading';
import { mapGetters } from 'vuex';
import { getDictionaryBiz } from '@/api/system/dict';
@ -654,6 +659,7 @@ import { detail } from '@/api/flow/flow';
import { nextTick, ref } from 'vue';
import { useStore } from 'vuex';
import { setNodeHeight } from '@/utils/util.js';
import error from '@/error';
const $store = useStore();
export default {
name: '/distribution/inventory/distrilbutionBillLading',
@ -2214,6 +2220,9 @@ export default {
},
//
rowOrder(row) {
this.dataList.forEach(i => {
if (i.id === row.id) {
this.dataList;
@ -2223,8 +2232,41 @@ export default {
if (item.id == row.id) {
return true;
}
});
this.dataList.splice(id1, 1);
})
if(this.$route.query.id){
let data={
billLadingId:this.$route.query.id,
orderId:this.dataList[id1].id
}
$_judgmentRemove(data).then(res=>{
console.log(res);
if(res.data.code == 200){
if(res.data.data){
ElMessageBox.confirm(
'是否移除该订单?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
.then(() => {
this.dataList.splice(id1, 1);
})
.catch(() => {})
}else{
ElMessage({
message: '存在签收数据,无法移除该订单',
type: 'warning',
plain: true,
})
}
}
})
}else{
this.dataList.splice(id1, 1);
}
},
//
callFordeliveryOrder() {
@ -2740,6 +2782,62 @@ console.log('删除的数据对象:', deletedObjects);
},
//
async handleSubmit() {
if(!this.$route.query.id){
if(!this.dataList.length && !this.data.length){
ElMessage({
message: '不能做空计划,请选择定制品或者库存品',
type: 'warning',
})
return
}
}
if(this.$route.query.id){
if(!this.dataList.length && !this.data.length){
await ElMessageBox.confirm(
'没有选择订单,是否移除该自提任务?',
'提示',
{
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
}
)
.then(() => {
let data={
billLodingIds:this.$route.query.id
}
this.Selfpickuploading = true; //
$_distrilbutionBillLading(data).then(res=>{
console.log(res);
if(res.data.code == 200){
ElMessage({
message: res.data.msg,
type: 'success',
})
}
this.Selfpickuploading = false; //
this.$store.commit('DEL_TAG_CURRENT');
this.$store.commit('EDIT_REFRESHITEM', {
title: 'distrilbutionBillLadingList',
status: true,
});
this.$router.push('/distribution/inventory/distrilbutionBillLadingList');
}).catch(error=>{
console.log(error,'error');
this.Selfpickuploading = false; //
})
})
.catch(() => {})
return
}
}
// console.log(this.dataList,'this.dataList');
// if (this.$route.query.type !== '2') {

3
src/views/distribution/inventory/distrilbutionBillLadingView.vue

@ -55,8 +55,9 @@
</div>
<el-divider>订单列表</el-divider>
<el-button style=" margin-bottom: 10px;" type="primary" icon="Position" @click="Listexport">导出</el-button>
<el-tabs type="border-card" v-model="activeTab" @tab-click="handleTabClick">
<el-button style=" margin-bottom: 10px;" type="primary" icon="Position" @click="Listexport">导出</el-button>
<el-tab-pane label="订 单 列 表" name="tab2">
<!-- <el-button type="primary" icon="Position" @click="Orderexport">订单导出</el-button> -->
<!-- 列表模块 -->

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

@ -370,8 +370,8 @@
</div>
<!-- 签收信息 -->
<el-collapse class="el_commodity" v-model="activeNames" style="margin-top: 10px">
<el-button style="margin-top:10px" type="primary" icon="Position" @click="Signforexport">导出</el-button>
<el-collapse class="el_commodity" v-model="activeNames" >
<el-collapse-item title="商品信息" name="1">
<el-tabs
v-loading="editLoading"
@ -379,7 +379,7 @@
type="border-card"
@tab-click="tabClick"
>
<el-button style=" margin-bottom: 10px;" type="primary" icon="Position" @click="Signforexport">导出</el-button>
<template v-for="item in Tabs" :key="item.name">
<el-tab-pane :label="item.label" :name="item.name">
<template v-if="item.type === 'package'">

25
src/views/warehouse/warehousingentry/warehouseWarehouseingAddReceipt.vue

@ -323,6 +323,7 @@
v-model="box"
width="50%"
:before-close="beforeClose"
:show-close='false'
append-to-body
>
<el-form
@ -459,7 +460,7 @@ import { getListMaterial } from '@/api/basic/basicMaterial';
import { getDetailWarehouse, getListCopy } from '@/api/basicdata/basicdataWarehouse';
import { getListIdsName } from '@/api/basicdata/basicdataStoreBrand';
import { getListName } from '@/api/basicdata/basicdataStoreBusiness';
import { ElMessage, ElMessageBox } from 'element-plus'
export default {
name: 'warehouseWarehouseingAddReceipt',
data() {
@ -941,7 +942,17 @@ export default {
handleDetail() {
this.$refs.formDetail.validate(valid => {
if (valid) {
console.log(this.formDetail);
ElMessageBox.confirm(
`是否确认入库${this.formDetail.createInventory}`,
'提示',
{
confirmButtonText: '确认',
cancelButtonText: '取消',
type: 'warning',
}
)
.then(() => {
console.log(this.formDetail);
this.stuff.some(i => {
console.log(i);
if (i.id == this.formDetail.productName) {
@ -986,6 +997,12 @@ export default {
}
this.box = false;
this.formDetail = {};
})
.catch(() => {
this.formDetail.createInventory=0
})
}
});
},
@ -1206,8 +1223,8 @@ export default {
});
},
beforeClose(done) {
done();
this.view = false;
// done();
// this.view = false;
},
selectionChange(list) {
this.selectionList = list;

Loading…
Cancel
Save