Browse Source

修改在库订单

dev-warehouse
caoyizhong 2 years ago
parent
commit
36664b2271
  1. 11
      src/api/distribution/distrilbutionCallDelivery.js
  2. 19
      src/option/distribution/distributionStockArticle.js
  3. 114
      src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue
  4. 72
      src/views/distribution/stockup/distributionStockup.vue

11
src/api/distribution/distrilbutionCallDelivery.js

@ -11,6 +11,17 @@ export const getList = (current, size, params) => {
}
})
}
export const getListCallDelivery = (current, size, params) => {
return request({
url: '/api/logpm-distribution/distrilbutionCallDelivery/list',
method: 'get',
params: {
...params,
current,
size,
}
})
}
export const getDetail = (id) => {
return request({

19
src/option/distribution/distributionStockArticle.js

@ -3,6 +3,25 @@ export default {
index: true,
border: true,
selection: true,
//提货记录
columnWayBill: [
{
label: '时间',
prop: 'createTime',
search: true
},
{
label: '跟进记录',
prop: 'followUpRecord',
search: true
},
{
label: '运单号',
prop: 'waybillNumber',
search: true
}
],
columnBasic: [
{
label: '租户号',

114
src/views/distribution/inventory/delivery/distributionStockArticleSelf.vue

@ -65,8 +65,8 @@
</div>
<div class="avue-crud__left">
<!-- <el-button type="primary" icon="el-icon-plus" @click="handlebill" >创建提货单</el-button>-->
<el-button type="primary" icon="el-icon-plus" @click="handleCallDelivery('1')" >通知提货</el-button>
<el-button type="danger" icon="el-icon-delete" @click="handleCallDelivery('1')" >再次通知</el-button>
<el-button type="primary" icon="el-icon-plus" @click="handleCallDelivery('1','1')" >通知提货</el-button>
<el-button type="danger" icon="el-icon-delete" @click="handleCallDelivery('1','2')" >再次通知</el-button>
</div>
<!-- 头部右侧按钮模块 -->
@ -131,11 +131,53 @@
placeholder="请填写内容"
/>
</el-form-item>
<el-form-item label="历史跟进" :label-width="formLabelWidth">
<el-form-item label="历史跟进" :label-width="formLabelWidth" v-if="lishi">
<!-- 列表模块 -->
<el-table ref="table" v-loading="loading"
@selection-change="selectionChange"
:data="dataHistorical"
style="width: 100%"
:border="option.border">
<!-- <el-table-column type="selection" v-if="option.selection" width="55" align="center"></el-table-column>-->
<el-table-column type="expand" v-if="option.expand" align="center"></el-table-column>
<el-table-column v-if="option.index" label="序号" type="index" width="70" align="center">
</el-table-column>
<template v-for="(item,index) in option.columnWayBill">
<!-- table字段 -->
<el-table-column v-if="item.hide!==true"
:prop="item.prop"
:label="item.label"
:width="item.width"
:key="index">
</el-table-column>
</template>
<!-- 操作栏模块 -->
<!-- <el-table-column prop="menu" label="操作" :width="220" align="center">-->
<!-- <template #="{row}">-->
<!-- <el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查看</el-button>-->
<!-- <el-button type="primary" text icon="el-icon-edit" @click="handleEdit(row)">编辑</el-button>-->
<!-- <el-button type="primary" text icon="el-icon-delete" @click="rowDel(row)">删除</el-button>-->
<!-- </template>-->
<!-- </el-table-column>-->
</el-table>
</el-form-item>
</el-form>
<div class="avue-crud__pagination" style="width:100%">
<!-- 分页模块 -->
<el-pagination align="right"
background
@size-change="sizeChangeCall"
@current-change="currentChangeCall"
:current-page="pageCall.currentPage"
:page-sizes="[10, 20, 30, 40, 50, 100]"
:page-size="pageCall.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="pageCall.total">
</el-pagination>
</div>
<template #footer>
<span class="dialog-footer">
<el-button @click="dialogFormVisible = false">取消</el-button>
@ -333,6 +375,7 @@ import { addService } from "@/api/distribution/distributionServiceLog";
import option from "@/option/distribution/distributionStockArticle";
import { mapGetters } from "vuex";
import { getDictionaryBiz } from '@/api/system/dict';
import { getListCallDelivery } from '@/api/distribution/distrilbutionCallDelivery';
import dayjs from 'dayjs';
export default {
@ -748,6 +791,11 @@ export default {
pageSize: 10,
total: 40
},
pageCall: {
currentPage: 1,
pageSize: 10,
total: 40
},
//
form: {},
formCall: {},//
@ -759,12 +807,14 @@ export default {
option: option,
//
data: [],
dataHistorical: [],
distributionType: [],
dialogTableVisible: false,
dialogFormVisible: false,
dialogFormCustomer: false, //
dialogFormCustomerOwn: false, //
dialogFormService: false,
lishi: false,
formLabelWidth: '120px',
handler:true, //
trade:false, //
@ -1022,8 +1072,8 @@ export default {
callFordelivery(inde){
switch (inde) {
case '1':
console.log(this.formCall);
this.formCall.waybillNumber = this.ids;
// console.log(this.formCall);
this.formCall.stockArticleId = this.ids;
addCallDelivery(this.formCall).then(() => {
this.$message({
type: "success",
@ -1090,7 +1140,7 @@ export default {
});
},
//
handleCallDelivery(ind){
handleCallDelivery(ind,ty){
if (this.selectionList.length === 0) {
this.$message.warning("请选择至少一条数据");
return;
@ -1098,11 +1148,39 @@ export default {
switch (ind) {
case '1':
let ids = [];
this.selectionList.forEach(ele => {
ids.push(ele.orderSelfNumbering);
let idde = [];
let nus = { };
let nu = '';
let d = false;
this.selectionList.some(ele => {
if(!!nu){
if(nus.customerName != ele.customerName){
d= true;
return ;
}
}
ids.push(ele.waybillNumber);
idde.push(ele.id);
nus.customerName = ele.customerName;
nu = ele.customerName;
nus.customerTelephone = ele.customerTelephone;
});
if(d){
this.$message.warning("请选择一样的联系人!!!");
return;
}
if(ty =='1'){
this.lishi = false;
}else if(ty == '2'){
this.lishi = true;
//
this.getHistorical(this.pageCall,idde);
}
this.formCall.waybill = ids;
this.formCall.customerName = nus.customerName;
this.formCall.customerTelephone = nus.customerTelephone;
this.dialogFormVisible = true;
break;
case '2':
@ -1114,6 +1192,18 @@ export default {
break;
}
},
//
async getHistorical(page,ids){
let i = '';
if(!!ids){
i = ids.join(',');
}
let a =await getListCallDelivery(page.currentPage,page.pageSize,{ stockArticleId : i});
console.log("a>>>>",a.data.data);
this.dataHistorical= a.data.data.records;
this.pageCall.total = a.data.data.total;
},
init () {
this.height = this.setPx(document.body.clientHeight - 340);
@ -1307,6 +1397,14 @@ export default {
this.page.pageSize = pageSize;
this.onLoad(this.page);
},
currentChangeCall (currentPage) {
this.pageCall.currentPage = currentPage;
this.getHistorical(this.pageCall);
},
sizeChangeCall (pageSize) {
this.pageCall.pageSize = pageSize;
this.getHistorical(this.pageCall);
},
onLoad (page, params = {}) {
this.loading = true;
this.query.genre = 1;

72
src/views/distribution/stockup/distributionStockup.vue

@ -26,7 +26,7 @@
<div class="avue-crud__left">
<el-button type="primary" icon="el-icon-plus" @click="handleAdd"> </el-button>
<el-button type="danger" icon="el-icon-delete" @click="handleDelete" plain> </el-button>
<el-button type="primary" text icon="el-icon-edit" @click="handleForklift(row)" >指派叉车司机</el-button>
<el-button type="primary" text icon="el-icon-edit" @click="handleForklift" >指派叉车司机</el-button>
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
@ -76,7 +76,7 @@
<el-dialog v-model="dialogFormCustomer" title="指派叉车">
<el-form :model="form">
<el-form-item label="叉车司机" :label-width="formLabelWidth">
<el-select v-model="form.forklift" clearable placeholder="请选择叉车司机">
<el-select v-model="form.forkliftId" clearable placeholder="请选择叉车司机" @change="getForklift($event,'1')">
<el-option
v-for="item in forkliftData"
:key="item.dictKey"
@ -86,7 +86,7 @@
</el-select>
</el-form-item>
<el-form-item label="装卸班组" :label-width="formLabelWidth">
<el-select v-model="form.loader" clearable placeholder="请选择装卸班组">
<el-select v-model="form.loaderId" clearable placeholder="请选择装卸班组" @change="getForklift($event,'2')">
<el-option
v-for="item in loaderData"
:key="item.dictKey"
@ -95,8 +95,8 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item label="备货区域" :label-width="formLabelWidth">
<el-select v-model="form.stockupArea" clearable placeholder="请选择备货区编号">
<el-form-item label="备货区域" :label-width="formLabelWidth" @change="getForklift($event,'3')">
<el-select v-model="form.goodsAreaId" clearable placeholder="请选择备货区编号">
<el-option
v-for="item in goodsAreaIdData"
:key="item.dictKey"
@ -418,6 +418,31 @@ export default {
}
},
methods: {
//
getForklift(row,ty){
console.log("执行了了了了",row);
switch (ty){
case '1':
let x = this.forkliftData.find(i =>i.dictKey==row);
// console.log("xxx",x);
this.form.forkliftName = x.dictValue;
break;
case '2':
let b = this.loaderData.find(i =>i.dictKey == row)
this.form.loaderName = b.dictValue;
break;
case '3':
let f = this.goodsAreaIdData.find(i =>i.dictKey == row)
console.log("fff",f);
this.form.stockupArea = f.dictValue;
break;
}
},
showdrawer(value){
this.drawerShow=value
},
@ -437,7 +462,7 @@ export default {
this.columnList = newarr;
this.$functions.setStorage(window.location.pathname+'sortlist', headarr);
}
},
selectionsc(value) {
console.log(value);
@ -498,13 +523,17 @@ export default {
async getFork(){
let ides = '';
let ide = { };
await getListUser().then(res =>{
let b = false;
await getListUser().then(res =>{ //
// console.log("res>>>",res.data.data);
if(res.data.data.userName != 'admin'){
b = true;
}
ides = res.data.data.tenantId;
this.deptId = res.data.data.deptId;
})
await getPostList(ides).then(res =>{
// console.log(">>>>",res.data.data);
await getPostList(ides).then(res =>{ //
// console.log(">>>>",res.data.data);
res.data.data.forEach(i =>{
if(i.postName == "叉车"){
ide = i;
@ -513,11 +542,16 @@ export default {
})
// console.log("ied>>>>>",ide);
let params={
postId: ide.id, //
// postId: ide.id, //
deptId: this.deptId, //
// roleId: '', //
}
getListOwn(Object.assign(params, this.query)).then(res =>{
if(b){
// console.log("");
params.postId = ide.id;//
}
// console.log("",params);
getListOwn(Object.assign(params, this.query)).then(res =>{ //
// console.log(".............",res.data.data);
let fo = [];
res.data.data.forEach( i =>{
@ -569,6 +603,9 @@ export default {
this.goodsAreaIdData = fo;
})
},
/**
* 指派叉车查询的司机
*/
handleForklift(){
if (this.selectionList.length === 0) {
this.$message.warning("请选择至少一条数据");
@ -582,7 +619,8 @@ export default {
//
callFordelivery(){
this.form.ids = this.ids;
addAssign(this.form).then(res =>{
console.log("数据》》》",this.form);
/* addAssign(this.form).then(res =>{
this.$message({
type: "success",
message: "操作成功!"
@ -590,7 +628,7 @@ export default {
this.onLoad(this.page);
this.dialogFormCustomer = false;
})
*/
},
init () {
this.height = this.setPx(document.body.clientHeight - 340);
@ -713,11 +751,11 @@ export default {
this.page.total = data.total;
this.data = data.records;
this.data.forEach(async i =>{
if(i.forklift != "-1"){
/* if(i.forkliftId != "-1"){
console.log("i==",i);
let a = await getUser(i.forklift);
i.forklift =a.data.data.name;
}
let a = await getUser(i.forkliftId);
i.forkliftId =a.data.data.name;
}*/
i.loader = i.groupName;
i.stockupArea = i.headline;

Loading…
Cancel
Save