Browse Source

修改市配详情字段

master
qb 1 year ago
parent
commit
17aa262430
  1. 2
      src/option/distribution/arteryDistrilbutionBillLadingList.js
  2. 268
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue
  3. 291
      src/views/distribution/inventory/arteryDistrilbutionBillLadingList.vue
  4. 190
      src/views/distribution/inventory/distrilbutionBillLading.vue

2
src/option/distribution/arteryDistrilbutionBillLadingList.js

@ -4,6 +4,7 @@ export const columnList = [
prop: '', prop: '',
label: '复选框', label: '复选框',
type: 0, type: 0,
checkarr: [],
width: 55, width: 55,
fixed: true, fixed: true,
}, },
@ -12,6 +13,7 @@ export const columnList = [
label: '序号', label: '序号',
type: 12, type: 12,
values: '', values: '',
checkarr: [],
width: 55, width: 55,
fixed: true, fixed: true,
}, },

268
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -392,11 +392,11 @@
<el-dialog <el-dialog
:title="title" :title="title"
v-model="box" v-model="box"
width="50%" width="70%"
:before-close="beforeClose" :before-close="beforeClose"
append-to-body append-to-body
> >
<el-table <!-- <el-table
ref="table" ref="table"
v-loading="loading" v-loading="loading"
@selection-change="selectionChange" @selection-change="selectionChange"
@ -407,7 +407,6 @@
> >
<el-table-column type="expand" v-if="option.expand" align="center"></el-table-column> <el-table-column type="expand" v-if="option.expand" align="center"></el-table-column>
<template v-for="(item, index) in wrapoption.column"> <template v-for="(item, index) in wrapoption.column">
<!-- table字段 -->
<el-table-column <el-table-column
v-if="item.hide !== true" v-if="item.hide !== true"
:prop="item.prop" :prop="item.prop"
@ -416,17 +415,32 @@
:width="item.width" :width="item.width"
:key="index" :key="index"
> >
<!-- :align="center"-->
</el-table-column> </el-table-column>
<!-- <span>操作</span>-->
</template> </template>
<el-table-column fixed="right" label="操作" width="100"> <el-table-column fixed="right" label="操作" width="100">
<template #default="scope"> <template #default="scope">
<el-button size="small" @click="handleQRCode(scope.row)">查看二维码</el-button> <el-button size="small" @click="handleQRCode(scope.row)">查看二维码</el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table> -->
<tablecmt
:columnList="wrapoption.column"
:tableData="wrapdata"
:loading="loading"
@inputTxt="winputsc"
@timeCheck="timesc"
@selectCheck="selectsc"
@selection="selectionChange"
>
<template #default="slotProps">
<template v-if="slotProps.scope.column.label === '操作'">
<el-button text size="small" @click="handleQRCode(scope.row)">查看二维码</el-button>
</template>
</template>
</tablecmt>
<div class="avue-crud__pagination" style="width: 100%"> <div class="avue-crud__pagination" style="width: 100%">
<!-- 分页模块 --> <!-- 分页模块 -->
<el-pagination <el-pagination
@ -2316,60 +2330,106 @@ export default {
index: true, index: true,
border: true, border: true,
selection: true, selection: true,
query: {},
column: [ column: [
{ {
label: '运单号', label: '序号',
prop: 'waybillNumber', prop: '',
search: true, type: 12,
width: '100px', values: '',
width: '55',
checkarr: [],
fixed: true,
}, },
{ {
label: '服务号', label: '运单号',
prop: 'serviceNumber', prop: 'waybillNumber',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: true,
sortable: true,
}, },
{ {
search: true,
label: '订单自编号', label: '订单自编号',
prop: 'orderCode', prop: 'orderCode',
width: '100px', type: 2,
values: '',
width: '130',
checkarr: [],
fixed: true,
sortable: true,
}, },
{ {
label: '包条码', label: '包条码',
prop: 'orderPackageCode', prop: 'orderPackageCode',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: true,
sortable: true,
},
{
label: '服务号',
prop: 'serviceNumber',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '仓库', label: '仓库',
prop: 'warehouse', prop: 'warehouse',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '发站仓', label: '发站仓',
prop: 'sendWarehouseName', prop: 'sendWarehouseName',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '目的仓', label: '目的仓',
prop: 'acceptWarehouseName', prop: 'acceptWarehouseName',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '发货时间', label: '发货时间',
prop: 'waybillNumber', prop: 'waybillNumber',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '入库时间', label: '入库时间',
prop: 'warehouseEntryTimeEnd', prop: 'warehouseEntryTimeEnd',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
// { // {
// label: '', // label: '',
@ -2386,26 +2446,42 @@ export default {
{ {
label: '入库车次', label: '入库车次',
prop: 'trainNumber', prop: 'trainNumber',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '一级品类', label: '一级品类',
prop: 'firsts', prop: 'firsts',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '二级品类', label: '二级品类',
prop: 'second', prop: 'second',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '三级品类', label: '三级品类',
prop: 'thirdProduct', prop: 'thirdProduct',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
// { // {
// label: '', // label: '',
@ -2423,38 +2499,62 @@ export default {
{ {
label: '包件状态', label: '包件状态',
prop: 'orderPackageStatusName', prop: 'orderPackageStatusName',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '冻结状态', label: '冻结状态',
prop: 'orderPackageFreezeStatusName', prop: 'orderPackageFreezeStatusName',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '上架状态', label: '上架状态',
prop: 'orderPackageGroundingStatusName', prop: 'orderPackageGroundingStatusName',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '备货状态', label: '备货状态',
prop: 'orderPackageStockupStatusName', prop: 'orderPackageStockupStatusName',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '预约状态', label: '预约状态',
prop: 'orderPackageReservationStatusName', prop: 'orderPackageReservationStatusName',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '装车状态', label: '装车状态',
prop: 'orderPackageLoadingStatusName', prop: 'orderPackageLoadingStatusName',
search: true, type: 2,
width: '100px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
// { // {
// label: '', // label: '',
@ -2471,8 +2571,12 @@ export default {
{ {
label: '装车方式', label: '装车方式',
prop: 'scanStatus', prop: 'scanStatus',
search: true, type: 2,
width: '150px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
// { // {
// label: '', // label: '',
@ -2483,20 +2587,41 @@ export default {
{ {
label: '计划装车人', label: '计划装车人',
prop: 'driverName', prop: 'driverName',
search: true, type: 2,
width: '150px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '实际装车人', label: '实际装车人',
prop: 'scanUser', prop: 'scanUser',
search: true, type: 2,
width: '150px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
}, },
{ {
label: '签收扫描时间', label: '签收扫描时间',
prop: 'signingTime', prop: 'signingTime',
search: true, type: 2,
width: '150px', values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
label: '操作',
prop: 'signingTime',
type: 6,
values: '',
width: '200',
checkarr: [],
fixed: 'right',
}, },
// { // {
@ -2926,7 +3051,6 @@ export default {
this.page.currentPage = 1; this.page.currentPage = 1;
this.onLoad(this.page); this.onLoad(this.page);
}, },
inputsc() {}, inputsc() {},
inputscOrder(index, row) { inputscOrder(index, row) {
console.log('index', index); console.log('index', index);
@ -3317,10 +3441,10 @@ export default {
}, },
handleSign(row) { handleSign(row) {
console.log('签收>>>>>>>>>>', row); console.log('签收>>>>>>>>>>', row);
console.log(row.id,'复合签收'); console.log(row.id, '复合签收');
$_getDetail({id:row.id}).then(res=>{ $_getDetail({ id: row.id }).then(res => {
console.log(res,'复合返回值'); console.log(res, '复合返回值');
}) });
this.signtitle = '复核签收'; this.signtitle = '复核签收';
// this.view = true; // this.view = true;
this.signform = row; this.signform = row;
@ -3370,14 +3494,16 @@ export default {
getWrapdetails(page) { getWrapdetails(page) {
let params = {}; let params = {};
params.reservationId = this.wid; params.reservationId = this.wid;
getWrapdetail(page.currentPage, page.pageSize, Object.assign(params, this.query)).then( getWrapdetail(
res => { page.currentPage,
console.log('查看>>>>>>>', res.data.data); page.pageSize,
const data = res.data.data; Object.assign(params, this.wrapoption.query)
this.wrapdata = data.records; ).then(res => {
this.wpage.total = data.total; console.log('查看>>>>>>>', res.data.data);
} const data = res.data.data;
); this.wrapdata = data.records;
this.wpage.total = data.total;
});
}, },
handleDelete() { handleDelete() {
@ -3448,6 +3574,10 @@ export default {
this.wpage.pageSize = pageSize; this.wpage.pageSize = pageSize;
this.getWrapdetails(this.wpage); this.getWrapdetails(this.wpage);
}, },
winputsc(index, row) {
this.wrapoption.query[row.prop] = index;
this.getWrapdetails(this.wpage);
},
pcurrentChange(currentPage) { pcurrentChange(currentPage) {
this.packpage.currentPage = currentPage; this.packpage.currentPage = currentPage;
this.handlePackage(this.packpage); this.handlePackage(this.packpage);

291
src/views/distribution/inventory/arteryDistrilbutionBillLadingList.vue

@ -42,24 +42,27 @@
<div class="avue-crud__left"> <div class="avue-crud__left">
<el-button type="primary" icon="el-icon-plus" @click="handleAdd"> </el-button> <el-button type="primary" icon="el-icon-plus" @click="handleAdd"> </el-button>
<el-button type="primary" icon="el-icon-edit" @click="handleEdit"> </el-button> <el-button type="primary" icon="el-icon-edit" @click="handleEdit"> </el-button>
<el-button type="primary" icon="el-icon-plus" @click="handleAddDistrilbution" <el-button type="primary" icon="el-icon-plus" @click="handleAddDistrilbution">
>添加提货数据</el-button 添加提货数据
> </el-button>
<el-button type="primary" icon="el-icon-check" @click="handleDistributionConfirm" <el-button type="primary" icon="Check" @click="handleEditBillladingStatus(1)">
>提货完成</el-button 开始提货
> </el-button>
<el-button type="primary" icon="el-icon-close" @click="handleCloseConfirm" <el-button type="primary" icon="el-icon-close" @click="handleEditBillladingStatus(6)">
>取消完成</el-button 取消提货
> </el-button>
<el-button type="primary" icon="el-icon-close" @click="handleDistributionClose" <el-button type="primary" icon="el-icon-check" @click="handleEditBillladingStatus(2)">
>取消提货</el-button 提货完成
> </el-button>
<el-button type="primary" icon="el-icon-check" @click="handleSettleAccounts" <el-button type="primary" icon="el-icon-close" @click="handleEditBillladingStatus(3)">
> </el-button 取消完成
> </el-button>
<el-button type="primary" icon="el-icon-close" @click="handleCloseSettleAccounts" <el-button type="primary" icon="el-icon-check" @click="handleEditBillladingStatus(4)">
>取消结算</el-button
> </el-button>
<el-button type="primary" icon="el-icon-close" @click="handleEditBillladingStatus(5)">
取消结算
</el-button>
<!-- <el-button type="danger" icon="el-icon-download" @click="handleExportInfo" plain <!-- <el-button type="danger" icon="el-icon-download" @click="handleExportInfo" plain
>导出 >导出
</el-button> --> </el-button> -->
@ -73,48 +76,44 @@
</div> </div>
</el-row> </el-row>
<!-- 表格 --> <!-- 列表模块 -->
<el-row> <tablecmt
<!-- 列表模块 --> :columnList="columnList"
<tablecmt :tableData="data"
:columnList="columnList" :loading="loading"
:tableData="data" @inputTxt="inputsc"
:loading="loading" @timeCheck="timesc"
@inputTxt="inputsc" @selectCheck="selectsc"
@timeCheck="timesc" @selection="selectionChange"
@btnCheck="btnsc" >
@selectCheck="selectsc" <template #default="slotProps">
@selection="selectionChange" <template v-if="slotProps.scope.column.label === '提货批次'">
> <el-text size="small" text @click="handleLike(slotProps.scope)">{{
<template #default="slotProps"> slotProps.scope.row.pickupBatch
<template v-if="slotProps.scope.column.label === '提货批次'"> }}</el-text>
<el-text size="small" text @click="handleLike(slotProps.scope)">{{ <el-text
slotProps.scope.row.pickupBatch type="primary"
}}</el-text> text
<el-text icon="el-icon-edit"
type="primary" @click="handleShowDetail(slotProps.scope)"
text > </el-text
icon="el-icon-edit" >
@click="handleShowDetail(slotProps.scope)" </template>
> </el-text
>
</template>
<template v-if="slotProps.scope.column.label === '操作'"> <template v-if="slotProps.scope.column.label === '操作'">
<el-text size="small" text @click="handleLike(slotProps.scope)"> </el-text> <el-text size="small" text @click="handleLike(slotProps.scope)"> </el-text>
<el-text type="primary" text icon="el-icon-edit" @click="handleEdits(slotProps.scope)" <el-text type="primary" text icon="el-icon-edit" @click="handleEdits(slotProps.scope)"
> </el-text > </el-text
> >
</template>
</template> </template>
</tablecmt> </template>
</el-row> </tablecmt>
<!-- 统计 --> <!-- 统计 -->
<el-row> <!-- <el-row>
<div>选择数: , 运单数: , 件数: , 重量: , 体积: , 提货费: ,</div> <div>选择数: , 运单数: , 件数: , 重量: , 体积: , 提货费: ,</div>
<div>总计: 总数: , 运单数: , 件数: , 重量: , 体积: , 提货费: ,</div> <div>总计: 总数: , 运单数: , 件数: , 重量: , 体积: , 提货费: ,</div>
</el-row> </el-row> -->
<!-- 分页模块 --> <!-- 分页模块 -->
<el-row class="el-fy"> <el-row class="el-fy">
@ -305,7 +304,6 @@
:loading="loadingObj.oldListLoading" :loading="loadingObj.oldListLoading"
@inputTxt="inputsc" @inputTxt="inputsc"
@timeCheck="timesc" @timeCheck="timesc"
@btnCheck="btnsc"
@selectCheck="selectsc" @selectCheck="selectsc"
@selection="selectionChange" @selection="selectionChange"
> >
@ -348,7 +346,6 @@
:loading="loadingObj.oldListLoading" :loading="loadingObj.oldListLoading"
@inputTxt="inputsc" @inputTxt="inputsc"
@timeCheck="timesc" @timeCheck="timesc"
@btnCheck="btnsc"
@selectCheck="selectsc" @selectCheck="selectsc"
@selection="selectionChange" @selection="selectionChange"
> >
@ -748,7 +745,6 @@
:loading="loading" :loading="loading"
@inputTxt="inputsc" @inputTxt="inputsc"
@timeCheck="timesc" @timeCheck="timesc"
@btnCheck="btnsc"
@selectCheck="selectsc" @selectCheck="selectsc"
@selection="selectionChange" @selection="selectionChange"
> >
@ -782,7 +778,7 @@
></edittablehead> ></edittablehead>
</template> </template>
<script> <script lang="ts">
import { import {
remove, remove,
getListOwn, getListOwn,
@ -1063,9 +1059,6 @@ export default {
selectionsc(value) { selectionsc(value) {
console.log(value); console.log(value);
}, },
btnsc(index, row) {
console.log(index, row);
},
selectsc(index, row) { selectsc(index, row) {
console.log('index :>> ', index); console.log('index :>> ', index);
console.log('row :>> ', row); console.log('row :>> ', row);
@ -1117,20 +1110,20 @@ export default {
}, },
init() { init() {
this.height = this.setPx(document.body.clientHeight - 160); this.height = this.setPx(document.body.clientHeight - 160);
// // //
getDictionaryBiz('delivery_cost').then(res => { // getDictionaryBiz('delivery_cost').then(res => {
this.clientType = res.data.data; // this.clientType = res.data.data;
}); // });
// // //
getDictionaryBiz('certificate_type').then(res => { // getDictionaryBiz('certificate_type').then(res => {
this.certificateType = res.data.data; // this.certificateType = res.data.data;
this.$functions.checkcColumnList('certificateTypeName', this.columnList).checkarr = // this.$functions.checkcColumnList('certificateTypeName', this.columnList).checkarr =
res.data.data.map(item => { // res.data.data.map(item => {
item.value = item.dictKey; // item.value = item.dictKey;
item.label = item.dictValue; // item.label = item.dictValue;
return item; // return item;
}); // });
}); // });
}, },
checkcColumnList(prop, columnList) { checkcColumnList(prop, columnList) {
return columnList.find(item => item.prop === prop); return columnList.find(item => item.prop === prop);
@ -1182,6 +1175,34 @@ export default {
}); });
}); });
}, },
/** 编辑提货数据的状态 */
handleEditBillladingStatus(type: number) {
if (this.selectionList.length === 0) return this.$message.error('最少选择一条数据');
if (this.selectionList.length > 1) return this.$message.error('暂时只支持单条数据操作');
this.$confirm('确定将选择数据提货完成?', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'success',
})
.then(() => {
return postUpdateBillladingStatus({
id: this.selectionList[0].id,
type,
});
})
.then(() => {
//
this.selectionClear();
//
this.onLoad(this.page);
this.$message({
type: 'success',
message: '操作成功!',
});
});
},
/** 开启添加提货数据弹窗 */ /** 开启添加提货数据弹窗 */
handleAddDistrilbution() { handleAddDistrilbution() {
if (this.selectionList.length === 0) return this.$message.error('最少选择一条数据'); if (this.selectionList.length === 0) return this.$message.error('最少选择一条数据');
@ -1431,15 +1452,16 @@ export default {
this.loading = true; this.loading = true;
// //
const res = await postPageList(page, { ...this.query, ...params }); const res = await postPageList({ ...page, ...this.query, ...params });
console.log('res :>> ', res); console.log('res :>> ', res);
const { code, data } = res.data; const { code, data } = res.data;
if (code !== 200) return; if (code !== 200) return;
this.data = data.records; this.data = data.records;
this.page.total = res.total; this.page.total = data.total;
} catch (error) { } catch (error) {
console.log('error :>> ', error);
} finally { } finally {
this.loading = false; this.loading = false;
} }
@ -1499,124 +1521,14 @@ export default {
// this.selectionClear(); // this.selectionClear();
// }); // });
}, },
async getMenDian(row, num) { async getMenDian(row, num) {},
// console.log("",row);
if (num == 1) {
const obj = this.options.find(item => item.value === row);
console.log('obj>>>>>>>>>>>', obj);
this.options = [
{
key: obj.value,
value: obj.value,
label: obj.label,
code: obj.code,
},
];
this.form.customerCode = obj.code;
} else {
const obj = this.options.find(item => item.value === row);
console.log('obj>>>>>>>>>>>', obj);
this.options = [
{
key: obj.value,
value: obj.value,
label: obj.label,
code: obj.code,
},
];
this.form.clientId = obj.value;
}
this.form.serviceType = null;
let aa = '';
this.options.some(i => {
// console.log(">><><><<>",i);
if (i.value == row) {
this.form.customerName = i.label;
this.form.clientCode = i.code;
//
aa = i.value;
}
});
let bu = await getListName(this.page.pageNum, this.page.pageSize, {
clientId: aa,
typeService: '3',
});
// console.log("bububu",bu.data.data.records);
if (bu.data.data?.records.length > 0) {
this.form.serviceType = bu.data.data.records[0].mold;
}
let cl = await getListClient(this.page.pageNum, this.page.pageSize, { pid: row });
// console.log(">>>>",cl.data.data.records);
this.shop = [];
cl.data.data.records.forEach(i => {
let st = {
label: i.clientName,
value: i.id,
};
this.shop.push(st);
});
},
// //
async remoteCodeMethod(query) { async remoteCodeMethod(query) {
if (query) { console.log('query :>> ', query);
// this.loading = true;
this.options = [];
this.form.clientId = null;
let cl = await getListClient(this.page.pageNum, this.page.pageSize, {
clientCode: query,
});
console.log('客户信息1234>>>>', cl.data.data.records);
cl.data.data.records.forEach(i => {
let st = {
label: i.clientName,
value: i.id,
code: i.clientCode,
};
this.options.push(st);
});
// setTimeout(() => {
// this.loading = false
// this.loading = this.list.filter((item) => {
// return item.label.toLowerCase().includes(query.toLowerCase())
// })
// }, 200)
} else {
this.options = [];
}
}, },
}, },
}; };
</script> </script>
<style scope lang="scss">
.foot {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
height: 60px;
}
.foot .dialog-footer {
margin-bottom: 130px;
text-align: center;
}
.ca .el-radio__inner {
top: -18px;
left: -19px;
border-radius: 0;
border: 0;
width: 170px;
height: 34px;
background-color: transparent;
cursor: pointer;
box-sizing: border-box;
position: absolute;
}
.ca .el-radio__input.is-checked .el-radio__inner {
background: transparent;
}
</style>
<style scoped lang="scss"> <style scoped lang="scss">
/* .el-input { /* .el-input {
@ -1663,7 +1575,6 @@ export default {
flex-direction: column; flex-direction: column;
} }
.el-fy { .el-fy {
flex: 1;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
} }

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

@ -90,95 +90,95 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="20" class="toscontent">
<el-col :span="24"> <el-form-item label-width="0" prop="certificateType">
<el-form-item label="物品明细" prop="certificateType"> <el-tabs @tab-click="handleChlickTab" style="width: 100%">
<el-tabs type="border-card" @tab-click="handleChlickTab" style="width: 100%"> <el-tab-pane label="定制品">
<el-tab-pane label="定制品"> <el-button
type="primary"
text
icon="el-icon-view"
@click="handleAddOrder"
v-if="orderAdd"
> </el-button
>
<tablecmt
:columnList="columnListedit"
:tableData="dataList"
:loading="loading"
@inputTxt="inputsc"
@timeCheck="timesc"
@btnCheck="btnsc"
@selectCheck="selectsc"
@selection="selectionChange"
>
<template #default="slotProps">
<el-button <el-button
v-if="slotProps.scope.row.isZero === '1'"
type="primary" type="primary"
link text
icon="el-icon-view" icon="el-icon-delete"
@click="handleAddOrder" @click.stop="handleZeroOrder(slotProps.scope.row)"
v-if="orderAdd" >录入预约数量</el-button
> </el-button
> >
<tablecmt <el-button
:columnList="columnListedit" v-if="
:tableData="dataList" slotProps.scope.row.isZero === '1' && Number(this.$route.query.type) !== 2
:loading="loading" "
@inputTxt="inputsc" type="primary"
@timeCheck="timesc" text
@btnCheck="btnsc" icon="el-icon-delete"
@selectCheck="selectsc" @click.stop="handleStockZeroOrder(slotProps.scope.row)"
@selection="selectionChange" >维护在库数量</el-button
> >
<template #default="slotProps"> <el-button
<el-button type="primary"
v-if="slotProps.scope.row.isZero === '1'" text
type="primary" icon="el-icon-delete"
text @click="rowOrder(slotProps.scope.row)"
icon="el-icon-delete" >移除</el-button
@click.stop="handleZeroOrder(slotProps.scope.row)"
>录入预约数量</el-button
>
<el-button
v-if="
slotProps.scope.row.isZero === '1' && Number(this.$route.query.type) !== 2
"
type="primary"
text
icon="el-icon-delete"
@click.stop="handleStockZeroOrder(slotProps.scope.row)"
>维护在库数量</el-button
>
<el-button
type="primary"
text
icon="el-icon-delete"
@click="rowOrder(slotProps.scope.row)"
>移除</el-button
>
<!-- 零担订单时不能选择包件 -->
<el-button
v-if="Number(slotProps.scope.row.isZero) !== 1"
type="primary"
@click="handleChooseOrder(slotProps.scope.row)"
text
icon="el-icon-delete"
>选择包件</el-button
>
</template>
</tablecmt>
</el-tab-pane>
<el-tab-pane label="库存品">
<el-button type="primary" text icon="el-icon-view" @click="handleAddView(row)"
>新增</el-button
> >
<tablecmt <!-- 零担订单时不能选择包件 -->
:columnList="columnStock" <el-button
:tableData="data" v-if="Number(slotProps.scope.row.isZero) !== 1"
:loading="loading" type="primary"
@inputTxt="inputsc" @click="handleChooseOrder(slotProps.scope.row)"
@timeCheck="timesc" text
@btnCheck="btnsc" icon="el-icon-delete"
@selectCheck="selectsc" >选择包件</el-button
@selection="selectionChange"
> >
<template #default="slotProps"> </template>
<el-text </tablecmt>
type="primary" </el-tab-pane>
text <el-tab-pane label="库存品">
icon="el-icon-delete" <el-button type="primary" text icon="el-icon-view" @click="handleAddView(row)"
@click="rowStock(slotProps.scope.row)" > </el-button
>移除</el-text >
> <tablecmt
</template> :columnList="columnStock"
</tablecmt> :tableData="data"
</el-tab-pane> :loading="loading"
</el-tabs> @inputTxt="inputsc"
</el-form-item> @timeCheck="timesc"
</el-col> @btnCheck="btnsc"
@selectCheck="selectsc"
@selection="selectionChange"
>
<template #default="slotProps">
<el-text
type="primary"
text
icon="el-icon-delete"
@click="rowStock(slotProps.scope.row)"
>移除</el-text
>
</template>
</tablecmt>
</el-tab-pane>
</el-tabs>
</el-form-item>
<el-row :gutter="20" class="toscontent">
<el-col v-if="!view" :span="8"> <el-col v-if="!view" :span="8">
<el-form-item label="提货证件" label-width="120px"> <el-form-item label="提货证件" label-width="120px">
<el-upload <el-upload
@ -333,9 +333,10 @@
<!-- &lt;!&ndash; 表单按钮 &ndash;&gt; v-if="!view || viewSC"--> <!-- &lt;!&ndash; 表单按钮 &ndash;&gt; v-if="!view || viewSC"-->
<div class="foot" :disabled="view"> <div class="foot" :disabled="view">
<div class="dialog-footer"> <div class="dialog-footer">
<el-button type="primary" icon="el-icon-circle-check" @click="handleSubmit('form')" <el-button type="primary" icon="CircleClose"> </el-button>
> </el-button <el-button type="primary" icon="el-icon-circle-check" @click="handleSubmit('form')">
>
</el-button>
<!-- <el-button icon="el-icon-circle-close" @click="box = false"> </el-button>--> <!-- <el-button icon="el-icon-circle-close" @click="box = false"> </el-button>-->
</div> </div>
</div> </div>
@ -2138,13 +2139,12 @@ export default {
let sts = false; let sts = false;
let ad = false; let ad = false;
let consigneePerson = ''; let consigneePerson = '';
let consigneeMobile = '';
this.selectionList.some(i => { this.selectionList.some(i => {
if (this.dataList.length > 0) { if (this.dataList.length > 0) {
let w = this.dataList.find(c => { let w = this.dataList.find(c => {
console.log('i :>> ', i); console.log('i :>> ', i);
console.log('c :>> ', c); console.log('c :>> ', c);
return c.consigneeMobile == i.consigneeMobile && c.consigneePerson == i.consigneePerson; return c.consigneePerson == i.consigneePerson;
}); });
if (!w) { if (!w) {
ad = true; ad = true;
@ -2154,11 +2154,10 @@ export default {
st = true; st = true;
this.$message.warning(i.orderCode + '已预约,请勿重复预约!!!'); this.$message.warning(i.orderCode + '已预约,请勿重复预约!!!');
} }
if (!consigneePerson && !consigneeMobile) { if (!consigneePerson) {
consigneeMobile = i.consigneeMobile;
consigneePerson = i.consigneePerson; consigneePerson = i.consigneePerson;
} else { } else {
if (consigneeMobile != i.consigneeMobile && consigneePerson != i.consigneePerson) { if (consigneePerson != i.consigneePerson) {
sts = true; sts = true;
} }
} }
@ -2791,6 +2790,9 @@ export default {
}, },
// //
handleAddView(row) { handleAddView(row) {
if (this.dataList.length === 0) {
return this.$message.warning('请选择最少一条定制品');
}
this.selectionList = []; this.selectionList = [];
this.dialogFormVisible = true; this.dialogFormVisible = true;
this.onLoadList(this.pageStock); this.onLoadList(this.pageStock);
@ -3118,12 +3120,10 @@ export default {
.el-input-number { .el-input-number {
width: 100%; width: 100%;
} }
:deep(.maboxhi) {
height: 100% !important;
}
.toscontent { .toscontent {
:deep(.el-form-item__content) { :deep(.el-form-item__content) {
height: 400px; height: 200px;
overflow-y: scroll; overflow-y: scroll;
align-items: flex-start; align-items: flex-start;
} }

Loading…
Cancel
Save