|
|
@ -29,7 +29,8 @@ |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :xl="7" :lg="7" :md="8" :sm="24"> |
|
|
|
<el-col :xl="7" :lg="7" :md="8" :sm="24"> |
|
|
|
<!-- <span>{{deliverydata.loadingTeamType}} </span> --> |
|
|
|
<!-- <span>{{deliverydata.loadingTeamType}} </span> --> |
|
|
|
<span>装卸类型: 装 </span> |
|
|
|
<span>装卸班组:{{deliverydata.teamResponsibility}} </span> |
|
|
|
|
|
|
|
<!-- <span>装卸类型: 装 </span>--> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-row> |
|
|
|
<el-divider>作业时间</el-divider> |
|
|
|
<el-divider>作业时间</el-divider> |
|
|
@ -37,8 +38,11 @@ |
|
|
|
<el-col :xl="7" :lg="7" :md="8" :sm="24"> |
|
|
|
<el-col :xl="7" :lg="7" :md="8" :sm="24"> |
|
|
|
<span>创建时间:{{deliverydata.createTime}} </span> |
|
|
|
<span>创建时间:{{deliverydata.createTime}} </span> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
<!-- <el-col :xl="7" :lg="7" :md="8" :sm="24">--> |
|
|
|
|
|
|
|
<!-- <span>备货时间:{{deliverydata.leadTime}} </span>--> |
|
|
|
|
|
|
|
<!-- </el-col> --> |
|
|
|
<el-col :xl="7" :lg="7" :md="8" :sm="24"> |
|
|
|
<el-col :xl="7" :lg="7" :md="8" :sm="24"> |
|
|
|
<span>备货时间:{{deliverydata.leadTime}} </span> |
|
|
|
<span>出库时间:{{deliverydata.outboundDate}} </span> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :xl="7" :lg="7" :md="8" :sm="24"> |
|
|
|
<el-col :xl="7" :lg="7" :md="8" :sm="24"> |
|
|
|
<span>装车时间:{{deliverydata.loadingTime}} </span> |
|
|
|
<span>装车时间:{{deliverydata.loadingTime}} </span> |
|
|
@ -99,11 +103,21 @@ |
|
|
|
<!-- 操作栏模块 --> |
|
|
|
<!-- 操作栏模块 --> |
|
|
|
<el-table-column prop="menu" label="操作" :width="220" align="center"> |
|
|
|
<el-table-column prop="menu" label="操作" :width="220" align="center"> |
|
|
|
<template #="{row}"> |
|
|
|
<template #="{row}"> |
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查 看</el-button> |
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="handleView(row)">查 看 |
|
|
|
|
|
|
|
</el-button> |
|
|
|
|
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="handleEdit(row)">编 辑 |
|
|
|
|
|
|
|
</el-button> |
|
|
|
<!-- <el-button size="small" @click="handleEdit(slotProps.scope)">编 辑</el-button>--> |
|
|
|
<!-- <el-button size="small" @click="handleEdit(slotProps.scope)">编 辑</el-button>--> |
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="handleOne(row)" v-if="deliverydata.deliveryNumber > deliverydata.loadNub && row.signingStatus=='未签收'">一 键 装 车</el-button> |
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="handleOne(row)" |
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="handleSign(row)" v-if="row.signingStatus=='未签收' && row.driverSigning=='已签收' ">复 核 签 收</el-button> |
|
|
|
v-if="deliverydata.deliveryNumber > deliverydata.loadNub && row.signingStatus=='未签收'"> |
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="handleSignone(row)" v-if="row.signingStatus=='未签收' && row.driverSigning=='未签收' ">一 键 签 收</el-button> |
|
|
|
一 键 装 车 |
|
|
|
|
|
|
|
</el-button> |
|
|
|
|
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="handleSign(row)" |
|
|
|
|
|
|
|
v-if="row.signingStatus=='未签收' && row.driverSigning=='已签收' ">复 核 签 收 |
|
|
|
|
|
|
|
</el-button> |
|
|
|
|
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="handleSignone(row)" |
|
|
|
|
|
|
|
v-if="row.signingStatus=='未签收' && row.driverSigning=='未签收' ">一 键 签 收 |
|
|
|
|
|
|
|
</el-button> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
</el-table> |
|
|
@ -204,7 +218,6 @@ |
|
|
|
</el-tabs> |
|
|
|
</el-tabs> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row> |
|
|
|
<el-row> |
|
|
|
<div class="avue-crud__pagination" style="width:100%"> |
|
|
|
<div class="avue-crud__pagination" style="width:100%"> |
|
|
|
<!-- 分页模块 --> |
|
|
|
<!-- 分页模块 --> |
|
|
@ -301,7 +314,7 @@ import { |
|
|
|
getpackdetail, |
|
|
|
getpackdetail, |
|
|
|
getinventorydetail |
|
|
|
getinventorydetail |
|
|
|
} from '@/api/distribution/distributionDeliveryList'; |
|
|
|
} from '@/api/distribution/distributionDeliveryList'; |
|
|
|
import { update as updatesign,getOneclickq } from "@/api/distribution/distributionSignfor"; |
|
|
|
import { update as updatesign, getOneclickq } from '@/api/distribution/distributionSignfor'; |
|
|
|
import option from '@/option/basic/basicPdarecords'; |
|
|
|
import option from '@/option/basic/basicPdarecords'; |
|
|
|
import { mapGetters } from 'vuex'; |
|
|
|
import { mapGetters } from 'vuex'; |
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
@ -326,7 +339,7 @@ export default { |
|
|
|
//是否显示新增 |
|
|
|
//是否显示新增 |
|
|
|
isadd: false, |
|
|
|
isadd: false, |
|
|
|
deliverydata: { |
|
|
|
deliverydata: { |
|
|
|
reservationList:[], |
|
|
|
reservationList: [] |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 加载中 |
|
|
|
// 加载中 |
|
|
|
loading: true, |
|
|
|
loading: true, |
|
|
@ -371,78 +384,78 @@ export default { |
|
|
|
selection: true, |
|
|
|
selection: true, |
|
|
|
column: [ |
|
|
|
column: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "配送车次号", |
|
|
|
label: '配送车次号', |
|
|
|
prop: "trainNumber", |
|
|
|
prop: 'trainNumber', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "收货人", |
|
|
|
label: '收货人', |
|
|
|
prop: "consignee", |
|
|
|
prop: 'consignee', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "收货电话", |
|
|
|
label: '收货电话', |
|
|
|
prop: "deliveryPhone", |
|
|
|
prop: 'deliveryPhone', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "收货地址", |
|
|
|
label: '收货地址', |
|
|
|
prop: "deliveryAddress", |
|
|
|
prop: 'deliveryAddress', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "订单自编号", |
|
|
|
label: '订单自编号', |
|
|
|
prop: "orderIds", |
|
|
|
prop: 'orderIds', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "配送件数", |
|
|
|
label: '配送件数', |
|
|
|
prop: "packageNub", |
|
|
|
prop: 'packageNub', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "配送库存品数", |
|
|
|
label: '配送库存品数', |
|
|
|
prop: "reservationStockListNum", |
|
|
|
prop: 'reservationStockListNum', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"110px" |
|
|
|
width: '110px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "计划件数", |
|
|
|
label: '计划件数', |
|
|
|
prop: "reservationNum", |
|
|
|
prop: 'reservationNum', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "扫描件数", |
|
|
|
label: '扫描件数', |
|
|
|
prop: "loadedNub", |
|
|
|
prop: 'loadedNub', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "是否加急", |
|
|
|
label: '是否加急', |
|
|
|
prop: "isUrgent", |
|
|
|
prop: 'isUrgent', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "签收件数", |
|
|
|
label: '签收件数', |
|
|
|
prop: "receivedQuantity", |
|
|
|
prop: 'receivedQuantity', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "签收状态", |
|
|
|
label: '签收状态', |
|
|
|
prop: "signingStatus", |
|
|
|
prop: 'signingStatus', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -462,14 +475,14 @@ export default { |
|
|
|
submitBtn: false, //隐藏提交按钮 |
|
|
|
submitBtn: false, //隐藏提交按钮 |
|
|
|
column: [ |
|
|
|
column: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "收货人姓名", |
|
|
|
label: '收货人姓名', |
|
|
|
labelWidth: '150', |
|
|
|
labelWidth: '150', |
|
|
|
span: 11, |
|
|
|
span: 11, |
|
|
|
prop: "consignee", |
|
|
|
prop: 'consignee', |
|
|
|
type: "input", |
|
|
|
type: 'input', |
|
|
|
width:"150px", |
|
|
|
width: '150px', |
|
|
|
align: 'center', |
|
|
|
align: 'center', |
|
|
|
disabled:true, |
|
|
|
disabled: true |
|
|
|
// rules: [{ |
|
|
|
// rules: [{ |
|
|
|
// required: true, |
|
|
|
// required: true, |
|
|
|
// message: "输入承运商编号", |
|
|
|
// message: "输入承运商编号", |
|
|
@ -477,52 +490,52 @@ export default { |
|
|
|
// }], |
|
|
|
// }], |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "收货人电话", |
|
|
|
label: '收货人电话', |
|
|
|
prop: "deliveryPhone", |
|
|
|
prop: 'deliveryPhone', |
|
|
|
labelWidth: '150', |
|
|
|
labelWidth: '150', |
|
|
|
span: 11, |
|
|
|
span: 11, |
|
|
|
type: "input", |
|
|
|
type: 'input', |
|
|
|
width:"150px", |
|
|
|
width: '150px', |
|
|
|
align: 'center', |
|
|
|
align: 'center', |
|
|
|
disabled:true, |
|
|
|
disabled: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "收货地址", |
|
|
|
label: '收货地址', |
|
|
|
prop: "deliveryAddress", |
|
|
|
prop: 'deliveryAddress', |
|
|
|
labelWidth: '150', |
|
|
|
labelWidth: '150', |
|
|
|
span: 11, |
|
|
|
span: 11, |
|
|
|
type: "input", |
|
|
|
type: 'input', |
|
|
|
width:"150px", |
|
|
|
width: '150px', |
|
|
|
align: 'center', |
|
|
|
align: 'center', |
|
|
|
disabled:true, |
|
|
|
disabled: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "签收类型", |
|
|
|
label: '签收类型', |
|
|
|
prop: "signingType", |
|
|
|
prop: 'signingType', |
|
|
|
labelWidth: '150', |
|
|
|
labelWidth: '150', |
|
|
|
span: 11, |
|
|
|
span: 11, |
|
|
|
type: "radio", |
|
|
|
type: 'radio', |
|
|
|
width:"150px", |
|
|
|
width: '150px', |
|
|
|
align: 'center', |
|
|
|
align: 'center', |
|
|
|
disabled: false, |
|
|
|
disabled: false, |
|
|
|
dicData: [ |
|
|
|
dicData: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '签收', |
|
|
|
label: '签收', |
|
|
|
value: '1', |
|
|
|
value: '1' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '代签收', |
|
|
|
label: '代签收', |
|
|
|
value: '2', |
|
|
|
value: '2' |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "签收图片", |
|
|
|
label: '签收图片', |
|
|
|
prop: "deliverySignPictures", |
|
|
|
prop: 'deliverySignPictures', |
|
|
|
labelWidth: '150', |
|
|
|
labelWidth: '150', |
|
|
|
type: 'upload', |
|
|
|
type: 'upload', |
|
|
|
listType: 'picture-card', |
|
|
|
listType: 'picture-card', |
|
|
|
width:"150px", |
|
|
|
width: '150px', |
|
|
|
span: 15, |
|
|
|
span: 15, |
|
|
|
multiple: true, |
|
|
|
multiple: true, |
|
|
|
align: 'left', |
|
|
|
align: 'left', |
|
|
@ -530,9 +543,9 @@ export default { |
|
|
|
limit: 5, |
|
|
|
limit: 5, |
|
|
|
propsHttp: { |
|
|
|
propsHttp: { |
|
|
|
res: 'data', |
|
|
|
res: 'data', |
|
|
|
url: 'link', |
|
|
|
url: 'link' |
|
|
|
}, |
|
|
|
}, |
|
|
|
disabled:false, |
|
|
|
disabled: false |
|
|
|
}, |
|
|
|
}, |
|
|
|
// { |
|
|
|
// { |
|
|
|
// label: "复核图片", |
|
|
|
// label: "复核图片", |
|
|
@ -559,14 +572,14 @@ export default { |
|
|
|
// }, |
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "备注", |
|
|
|
label: '备注', |
|
|
|
prop: "clerkSignRemarks", |
|
|
|
prop: 'clerkSignRemarks', |
|
|
|
labelWidth: '150', |
|
|
|
labelWidth: '150', |
|
|
|
span: 15, |
|
|
|
span: 15, |
|
|
|
type: "input", |
|
|
|
type: 'input', |
|
|
|
width:"150px", |
|
|
|
width: '150px', |
|
|
|
align:'center', |
|
|
|
align: 'center' |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
@ -580,58 +593,58 @@ export default { |
|
|
|
selection: true, |
|
|
|
selection: true, |
|
|
|
column: [ |
|
|
|
column: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "包条码", |
|
|
|
label: '包条码', |
|
|
|
prop: "orderPackageCode", |
|
|
|
prop: 'orderPackageCode', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "仓库", |
|
|
|
label: '仓库', |
|
|
|
prop: "warehouse", |
|
|
|
prop: 'warehouse', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "一级品类", |
|
|
|
label: '一级品类', |
|
|
|
prop: "firsts", |
|
|
|
prop: 'firsts', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "二级品类", |
|
|
|
label: '二级品类', |
|
|
|
prop: "second", |
|
|
|
prop: 'second', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "三级品类", |
|
|
|
label: '三级品类', |
|
|
|
prop: "thirdProduct", |
|
|
|
prop: 'thirdProduct', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "物料编号", |
|
|
|
label: '物料编号', |
|
|
|
prop: "materialCode", |
|
|
|
prop: 'materialCode', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "物料名称", |
|
|
|
label: '物料名称', |
|
|
|
prop: "materialName", |
|
|
|
prop: 'materialName', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "托盘码", |
|
|
|
label: '托盘码', |
|
|
|
prop: "pallet", |
|
|
|
prop: 'pallet', |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "库位号", |
|
|
|
label: '库位号', |
|
|
|
prop: "goodsAllocation", |
|
|
|
prop: 'goodsAllocation', |
|
|
|
|
|
|
|
|
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
@ -643,10 +656,10 @@ export default { |
|
|
|
selection: true, |
|
|
|
selection: true, |
|
|
|
column: [ |
|
|
|
column: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "sku", |
|
|
|
label: 'sku', |
|
|
|
prop: "sku", |
|
|
|
prop: 'sku', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
// { |
|
|
|
// { |
|
|
|
// label: "订单自编号", |
|
|
|
// label: "订单自编号", |
|
|
@ -655,10 +668,10 @@ export default { |
|
|
|
// width:"100px" |
|
|
|
// width:"100px" |
|
|
|
// }, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "物料名称", |
|
|
|
label: '物料名称', |
|
|
|
prop: "descriptionGoods", |
|
|
|
prop: 'descriptionGoods', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
// { |
|
|
|
// { |
|
|
|
// label: "单位", |
|
|
|
// label: "单位", |
|
|
@ -667,39 +680,39 @@ export default { |
|
|
|
// width:"100px" |
|
|
|
// width:"100px" |
|
|
|
// }, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "备货数", |
|
|
|
label: '备货数', |
|
|
|
prop: "deliveryNumber", |
|
|
|
prop: 'deliveryNumber', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "已备数量", |
|
|
|
label: '已备数量', |
|
|
|
prop: "readyStock", |
|
|
|
prop: 'readyStock', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "物料编号", |
|
|
|
label: '物料编号', |
|
|
|
prop: "cargoNumber", |
|
|
|
prop: 'cargoNumber', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "单位", |
|
|
|
label: '单位', |
|
|
|
prop: "cargoUnit", |
|
|
|
prop: 'cargoUnit', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "托盘码", |
|
|
|
label: '托盘码', |
|
|
|
prop: "pallet", |
|
|
|
prop: 'pallet', |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "库位信息", |
|
|
|
label: '库位信息', |
|
|
|
prop: "goodsAllocation", |
|
|
|
prop: 'goodsAllocation', |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
@ -712,53 +725,78 @@ export default { |
|
|
|
selection: true, |
|
|
|
selection: true, |
|
|
|
column: [ |
|
|
|
column: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "订单自编号", |
|
|
|
label: '订单自编号', |
|
|
|
prop: "orderCode", |
|
|
|
prop: 'orderCode', |
|
|
|
|
|
|
|
search: true, |
|
|
|
|
|
|
|
width: '100px' |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
label: '货物名称', |
|
|
|
|
|
|
|
prop: 'descriptionGoods', |
|
|
|
|
|
|
|
search: true, |
|
|
|
|
|
|
|
width: '100px' |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
label: '物料名称', |
|
|
|
|
|
|
|
prop: 'materialName', |
|
|
|
|
|
|
|
search: true, |
|
|
|
|
|
|
|
width: '100px' |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
label: '备货件数', |
|
|
|
|
|
|
|
prop: 'deliveryNumber', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "货物名称", |
|
|
|
label: '已备数量', |
|
|
|
prop: "descriptionGoods", |
|
|
|
prop: 'readyStock', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "物料名称", |
|
|
|
label: '备货状态', |
|
|
|
prop: "materialName", |
|
|
|
prop: 'stockArticleState', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "备货件数", |
|
|
|
label: '托盘码', |
|
|
|
prop: "deliveryNumber", |
|
|
|
prop: 'pallet', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "已备数量", |
|
|
|
label: '货位信息', |
|
|
|
prop: "readyStock", |
|
|
|
prop: 'goodsAllocation', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "备货状态", |
|
|
|
label: '收货单位', |
|
|
|
prop: "stockArticleState", |
|
|
|
prop: 'consigneeUnit', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "托盘码", |
|
|
|
label: '运单收货人', |
|
|
|
prop: "pallet", |
|
|
|
prop: 'consigneePerson', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "货位信息", |
|
|
|
label: '运单收货地址', |
|
|
|
prop: "goodsAllocation", |
|
|
|
prop: 'consigneeAddress', |
|
|
|
search: true, |
|
|
|
search: true, |
|
|
|
width:"100px" |
|
|
|
width: '100px' |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
label: '运单收货电话', |
|
|
|
|
|
|
|
prop: 'consigneeMobile', |
|
|
|
|
|
|
|
search: true, |
|
|
|
|
|
|
|
width: '100px' |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
//包肩分页信息 |
|
|
|
//包肩分页信息 |
|
|
@ -796,7 +834,7 @@ export default { |
|
|
|
//订单列表 |
|
|
|
//订单列表 |
|
|
|
orddata: [], |
|
|
|
orddata: [], |
|
|
|
//库存品列表 |
|
|
|
//库存品列表 |
|
|
|
inventorydata:[], |
|
|
|
inventorydata: [] |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, |
|
|
|
}, |
|
|
|
watch: { |
|
|
|
watch: { |
|
|
@ -836,7 +874,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
beforeOpen(done, type) { |
|
|
|
beforeOpen(done, type) { |
|
|
|
if (["edit", "view"].includes(type)) { |
|
|
|
if (['edit', 'view'].includes(type)) { |
|
|
|
getDetail(this.form.id).then(res => { |
|
|
|
getDetail(this.form.id).then(res => { |
|
|
|
this.form = res.data.data; |
|
|
|
this.form = res.data.data; |
|
|
|
}); |
|
|
|
}); |
|
|
@ -845,7 +883,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
//修改 |
|
|
|
//修改 |
|
|
|
rowUpdate(row, index, done, loading) { |
|
|
|
rowUpdate(row, index, done, loading) { |
|
|
|
console.log("row>>>>>>>>",row); |
|
|
|
console.log('row>>>>>>>>', row); |
|
|
|
}, |
|
|
|
}, |
|
|
|
queryDictionary() { |
|
|
|
queryDictionary() { |
|
|
|
getDictionaryBiz('yes_no').then(res => { |
|
|
|
getDictionaryBiz('yes_no').then(res => { |
|
|
@ -868,20 +906,20 @@ export default { |
|
|
|
this.height = this.setPx(document.body.clientHeight - 340); |
|
|
|
this.height = this.setPx(document.body.clientHeight - 340); |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleTabClick(tab, event) { |
|
|
|
handleTabClick(tab, event) { |
|
|
|
console.log("tab>>>>>>>>", tab.paneName); |
|
|
|
console.log('tab>>>>>>>>', tab.paneName); |
|
|
|
let tabName = tab.paneName |
|
|
|
let tabName = tab.paneName; |
|
|
|
switch (tabName) { |
|
|
|
switch (tabName) { |
|
|
|
case 'tab1': |
|
|
|
case 'tab1': |
|
|
|
console.log("ssss") |
|
|
|
console.log('ssss'); |
|
|
|
break; |
|
|
|
break; |
|
|
|
case 'tab2': |
|
|
|
case 'tab2': |
|
|
|
console.log("ssss") |
|
|
|
console.log('ssss'); |
|
|
|
break; |
|
|
|
break; |
|
|
|
case 'tab3': |
|
|
|
case 'tab3': |
|
|
|
console.log("ssss") |
|
|
|
console.log('ssss'); |
|
|
|
break; |
|
|
|
break; |
|
|
|
case 'tab4': |
|
|
|
case 'tab4': |
|
|
|
console.log("ssss") |
|
|
|
console.log('ssss'); |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
@ -911,8 +949,8 @@ export default { |
|
|
|
}); |
|
|
|
}); |
|
|
|
let str = { |
|
|
|
let str = { |
|
|
|
val: false |
|
|
|
val: false |
|
|
|
} |
|
|
|
}; |
|
|
|
this.$emit("returnproperty", str); |
|
|
|
this.$emit('returnproperty', str); |
|
|
|
}); |
|
|
|
}); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
update(this.form).then(() => { |
|
|
|
update(this.form).then(() => { |
|
|
@ -924,8 +962,8 @@ export default { |
|
|
|
}); |
|
|
|
}); |
|
|
|
let str = { |
|
|
|
let str = { |
|
|
|
val: false |
|
|
|
val: false |
|
|
|
} |
|
|
|
}; |
|
|
|
this.$emit("returnproperty", str); |
|
|
|
this.$emit('returnproperty', str); |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
@ -937,37 +975,39 @@ export default { |
|
|
|
submitForm() { |
|
|
|
submitForm() { |
|
|
|
this.$refs.signform.validate(valid => { |
|
|
|
this.$refs.signform.validate(valid => { |
|
|
|
if (valid) { |
|
|
|
if (valid) { |
|
|
|
if (this.signtitle='复核签收'){ |
|
|
|
console.log("this.signtitle -------------->",this.signtitle ); |
|
|
|
let row = {} |
|
|
|
if (this.signtitle == '复核签收') { |
|
|
|
row.id = this.signform.deliveryId |
|
|
|
let row = {}; |
|
|
|
row.deliverySignPictures = this.signform.deliverySignPictures |
|
|
|
row.id = this.signform.deliveryId; |
|
|
|
row.clerkSignRemarks = this.signform.clerkSignRemarks |
|
|
|
row.deliverySignPictures = this.signform.deliverySignPictures; |
|
|
|
row.signingTime =dayjs().format("YYYY-MM-DD HH:mm:ss") |
|
|
|
row.clerkSignRemarks = this.signform.clerkSignRemarks; |
|
|
|
row.signingStatus = '2' |
|
|
|
row.signingTime = dayjs().format('YYYY-MM-DD HH:mm:ss'); |
|
|
|
console.log("更新参数>>>>>>>>",row); |
|
|
|
row.signingStatus = '2'; |
|
|
|
|
|
|
|
console.log('更新参数>>>>>>>>', row); |
|
|
|
// if (!!row.id){ |
|
|
|
// if (!!row.id){ |
|
|
|
updatesign(row).then(() => { |
|
|
|
updatesign(row).then(() => { |
|
|
|
this.$message({ |
|
|
|
this.$message({ |
|
|
|
type: "success", |
|
|
|
type: 'success', |
|
|
|
message: "操作成功!" |
|
|
|
message: '操作成功!' |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.signBox = false; |
|
|
|
this.signBox = false; |
|
|
|
this.onLoad() |
|
|
|
this.onLoad(); |
|
|
|
}, error => { |
|
|
|
}, error => { |
|
|
|
console.log(error); |
|
|
|
console.log(error); |
|
|
|
this.signBox = false; |
|
|
|
this.signBox = false; |
|
|
|
}); |
|
|
|
}); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
let data ={} |
|
|
|
let data = {}; |
|
|
|
data.reservationId =row.id |
|
|
|
console.log("this.signform------------>",this.signform); |
|
|
|
data.deliveryId =this.deliverydata.id |
|
|
|
data.reservationId = this.signform.reservationId; |
|
|
|
data.deliverySignPictures = this.signform.deliverySignPictures |
|
|
|
data.deliveryId = this.deliverydata.id; |
|
|
|
data.clerkSignRemarks = this.signform.clerkSignRemarks |
|
|
|
data.deliverySignPictures = this.signform.deliverySignPictures.join(","); |
|
|
|
console.log("一键签收data>>>>>>>>>>",data); |
|
|
|
data.clerkSignRemarks = this.signform.clerkSignRemarks; |
|
|
|
|
|
|
|
console.log('一键签收data>>>>>>>>>>', data); |
|
|
|
getOneclickq(data).then(res => { |
|
|
|
getOneclickq(data).then(res => { |
|
|
|
this.$message.success(res.data.msg) |
|
|
|
this.$message.success(res.data.msg); |
|
|
|
this.signBox = false; |
|
|
|
this.signBox = false; |
|
|
|
this.onLoad() |
|
|
|
this.onLoad(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -975,43 +1015,43 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
//客户列表 |
|
|
|
//客户列表 |
|
|
|
handleCustom() { |
|
|
|
handleCustom() { |
|
|
|
this.cus =true |
|
|
|
this.cus = true; |
|
|
|
this.pake =false |
|
|
|
this.pake = false; |
|
|
|
this.ord =false |
|
|
|
this.ord = false; |
|
|
|
this.inventory =false |
|
|
|
this.inventory = false; |
|
|
|
}, |
|
|
|
}, |
|
|
|
//订单列表 |
|
|
|
//订单列表 |
|
|
|
handleOrder(page) { |
|
|
|
handleOrder(page) { |
|
|
|
let params={} |
|
|
|
let params = {}; |
|
|
|
params.deliveryId = this.deliverydata.id |
|
|
|
params.deliveryId = this.deliverydata.id; |
|
|
|
getorddetail(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
getorddetail(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
console.log("查看>>>>>订单>>",res.data.data); |
|
|
|
console.log('查看>>>>>订单>>', res.data.data); |
|
|
|
const data =res.data.data |
|
|
|
const data = res.data.data; |
|
|
|
this.orddata = data.records |
|
|
|
this.orddata = data.records; |
|
|
|
this.ordpage.total = data.total |
|
|
|
this.ordpage.total = data.total; |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
//包件列表 |
|
|
|
//包件列表 |
|
|
|
handlePackage(page) { |
|
|
|
handlePackage(page) { |
|
|
|
let params={} |
|
|
|
let params = {}; |
|
|
|
params.deliveryId = this.deliverydata.id |
|
|
|
params.deliveryId = this.deliverydata.id; |
|
|
|
getpackdetail(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
getpackdetail(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
console.log("查看>>>>>包间>>",res.data.data); |
|
|
|
console.log('查看>>>>>包间>>', res.data.data); |
|
|
|
const data =res.data.data |
|
|
|
const data = res.data.data; |
|
|
|
this.packdata = data.records |
|
|
|
this.packdata = data.records; |
|
|
|
this.packpage.total = data.total |
|
|
|
this.packpage.total = data.total; |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
//库存列表 |
|
|
|
//库存列表 |
|
|
|
handleInventory(page) { |
|
|
|
handleInventory(page) { |
|
|
|
let params={} |
|
|
|
let params = {}; |
|
|
|
params.deliveryId = this.deliverydata.id |
|
|
|
params.deliveryId = this.deliverydata.id; |
|
|
|
getinventorydetail(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
getinventorydetail(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
console.log("查看>>>>>库存>>",res.data.data); |
|
|
|
console.log('查看>>>>>库存>>', res.data.data); |
|
|
|
const data =res.data.data |
|
|
|
const data = res.data.data; |
|
|
|
this.inventorydata = data.records |
|
|
|
this.inventorydata = data.records; |
|
|
|
this.inventorypage.total = data.total |
|
|
|
this.inventorypage.total = data.total; |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleAdd() { |
|
|
|
handleAdd() { |
|
|
@ -1027,52 +1067,52 @@ export default { |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleView(row) { |
|
|
|
handleView(row) { |
|
|
|
console.log("查看>>>>>>>>>>",row); |
|
|
|
console.log('查看>>>>>>>>>>', row); |
|
|
|
this.title = '查看'; |
|
|
|
this.title = '查看'; |
|
|
|
this.view = true; |
|
|
|
this.view = true; |
|
|
|
this.box = true; |
|
|
|
this.box = true; |
|
|
|
this.wid= row.id |
|
|
|
this.wid = row.id; |
|
|
|
this.getWrapdetails(this.wpage) |
|
|
|
this.getWrapdetails(this.wpage); |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleSign(row) { |
|
|
|
handleSign(row) { |
|
|
|
console.log("签收>>>>>>>>>>",row); |
|
|
|
console.log('签收>>>>>>>>>>', row); |
|
|
|
this.signtitle = '复核签收'; |
|
|
|
this.signtitle = '复核签收'; |
|
|
|
// this.view = true; |
|
|
|
// this.view = true; |
|
|
|
this.signform = row |
|
|
|
this.signform = row; |
|
|
|
this.signBox = true; |
|
|
|
this.signBox = true; |
|
|
|
// this.wid= row.id |
|
|
|
// this.wid= row.id |
|
|
|
// this.getWrapdetails(this.wpage) |
|
|
|
// this.getWrapdetails(this.wpage) |
|
|
|
}, |
|
|
|
}, |
|
|
|
//一键签收 |
|
|
|
//一键签收 |
|
|
|
handleSignone(row) { |
|
|
|
handleSignone(row) { |
|
|
|
console.log("一键签收>>>>>>>>>>",row); |
|
|
|
console.log('一键签收>>>>>>>>>>', row); |
|
|
|
this.signtitle = '一键签收'; |
|
|
|
this.signtitle = '一键签收'; |
|
|
|
this.signform = row |
|
|
|
this.signform = row; |
|
|
|
this.signBox = true |
|
|
|
this.signBox = true; |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleOne(row) { |
|
|
|
handleOne(row) { |
|
|
|
console.log("签收>>>>>>>>>>",row); |
|
|
|
console.log('签收>>>>>>>>>>', row); |
|
|
|
this.$confirm('确认一键装车?') |
|
|
|
this.$confirm('确认一键装车?') |
|
|
|
.then(_ => { |
|
|
|
.then(_ => { |
|
|
|
let data ={} |
|
|
|
let data = {}; |
|
|
|
data.reservationId =row.id |
|
|
|
data.reservationId = row.id; |
|
|
|
data.deliveryId =this.deliverydata.id |
|
|
|
data.deliveryId = this.deliverydata.id; |
|
|
|
getOneclick(data).then(res => { |
|
|
|
getOneclick(data).then(res => { |
|
|
|
this.$message.success(res.data.msg) |
|
|
|
this.$message.success(res.data.msg); |
|
|
|
this.onLoad() |
|
|
|
this.onLoad(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
}) |
|
|
|
}) |
|
|
|
.catch(_ => { |
|
|
|
.catch(_ => { |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
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(res => { |
|
|
|
getWrapdetail(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
console.log("查看>>>>>>>",res.data.data); |
|
|
|
console.log('查看>>>>>>>', res.data.data); |
|
|
|
const data =res.data.data |
|
|
|
const data = res.data.data; |
|
|
|
this.wrapdata = data.records |
|
|
|
this.wrapdata = data.records; |
|
|
|
this.wpage.total = data.total |
|
|
|
this.wpage.total = data.total; |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -1121,7 +1161,7 @@ export default { |
|
|
|
this.view = false; |
|
|
|
this.view = false; |
|
|
|
}, |
|
|
|
}, |
|
|
|
selectionChange(list) { |
|
|
|
selectionChange(list) { |
|
|
|
console.log("sllsls"); |
|
|
|
console.log('sllsls'); |
|
|
|
this.selectionList = list; |
|
|
|
this.selectionList = list; |
|
|
|
}, |
|
|
|
}, |
|
|
|
selectionClear() { |
|
|
|
selectionClear() { |
|
|
@ -1138,48 +1178,63 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
wcurrentChange(currentPage) { |
|
|
|
wcurrentChange(currentPage) { |
|
|
|
this.wpage.currentPage = currentPage; |
|
|
|
this.wpage.currentPage = currentPage; |
|
|
|
this.getWrapdetails(this.wpage) |
|
|
|
this.getWrapdetails(this.wpage); |
|
|
|
}, |
|
|
|
}, |
|
|
|
wsizeChange(pageSize) { |
|
|
|
wsizeChange(pageSize) { |
|
|
|
this.wpage.pageSize = pageSize; |
|
|
|
this.wpage.pageSize = pageSize; |
|
|
|
this.getWrapdetails(this.wpage) |
|
|
|
this.getWrapdetails(this.wpage); |
|
|
|
}, |
|
|
|
}, |
|
|
|
pcurrentChange(currentPage) { |
|
|
|
pcurrentChange(currentPage) { |
|
|
|
this.packpage.currentPage = currentPage; |
|
|
|
this.packpage.currentPage = currentPage; |
|
|
|
this.handlePackage(this.packpage) |
|
|
|
this.handlePackage(this.packpage); |
|
|
|
}, |
|
|
|
}, |
|
|
|
psizeChange(pageSize) { |
|
|
|
psizeChange(pageSize) { |
|
|
|
this.packpage.pageSize = pageSize; |
|
|
|
this.packpage.pageSize = pageSize; |
|
|
|
this.handlePackage(this.packpage) |
|
|
|
this.handlePackage(this.packpage); |
|
|
|
}, |
|
|
|
}, |
|
|
|
ocurrentChange(currentPage) { |
|
|
|
ocurrentChange(currentPage) { |
|
|
|
this.ordpage.currentPage = currentPage; |
|
|
|
this.ordpage.currentPage = currentPage; |
|
|
|
this.handleordpage(this.ordpage) |
|
|
|
this.handleordpage(this.ordpage); |
|
|
|
}, |
|
|
|
}, |
|
|
|
osizeChange(pageSize) { |
|
|
|
osizeChange(pageSize) { |
|
|
|
this.inventorypage.pageSize = pageSize; |
|
|
|
this.inventorypage.pageSize = pageSize; |
|
|
|
this.handleordpage(this.inventorypage) |
|
|
|
this.handleordpage(this.inventorypage); |
|
|
|
}, |
|
|
|
}, |
|
|
|
icurrentChange(currentPage) { |
|
|
|
icurrentChange(currentPage) { |
|
|
|
this.inventorypage.currentPage = currentPage; |
|
|
|
this.inventorypage.currentPage = currentPage; |
|
|
|
this.handleordpage(this.inventorypage) |
|
|
|
this.handleordpage(this.inventorypage); |
|
|
|
}, |
|
|
|
}, |
|
|
|
isizeChange(pageSize) { |
|
|
|
isizeChange(pageSize) { |
|
|
|
this.inventorypage.pageSize = pageSize; |
|
|
|
this.inventorypage.pageSize = pageSize; |
|
|
|
this.handleordpage(this.inventorypage) |
|
|
|
this.handleordpage(this.inventorypage); |
|
|
|
}, |
|
|
|
}, |
|
|
|
onLoad() { |
|
|
|
onLoad() { |
|
|
|
//查询详情 |
|
|
|
//查询详情 |
|
|
|
const data = decodeURIComponent(this.$route.query.data); |
|
|
|
const data = decodeURIComponent(this.$route.query.data); |
|
|
|
this.deliverydata = JSON.parse(data); |
|
|
|
this.deliverydata = JSON.parse(data); |
|
|
|
console.log("data>>>>>>>>", this.deliverydata); |
|
|
|
console.log('data>>>>>>>>', this.deliverydata); |
|
|
|
this.loading = true; |
|
|
|
this.loading = true; |
|
|
|
let id = this.deliverydata.id; |
|
|
|
let id = this.deliverydata.id; |
|
|
|
getDetail(id).then(res => { |
|
|
|
getDetail(id).then(res => { |
|
|
|
console.log("res.data>>>>>>>>>>>>",res.data.data); |
|
|
|
console.log('res.data>>>>>>>>>>>>', res.data.data); |
|
|
|
const data = res.data.data |
|
|
|
const data = res.data.data; |
|
|
|
|
|
|
|
this.deliverydata.outboundDate = data.stockupInfo.outboundDate; |
|
|
|
|
|
|
|
console.log('data.stockupInfo.teamResponsibility------------------->', data.stockupInfo.teamResponsibility); |
|
|
|
|
|
|
|
let a = data.stockupInfo.teamResponsibility.split(','); |
|
|
|
|
|
|
|
let b = []; |
|
|
|
|
|
|
|
a.forEach(item => { |
|
|
|
|
|
|
|
switch (item) { |
|
|
|
|
|
|
|
case '1': |
|
|
|
|
|
|
|
b.push('装'); |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
case '2': |
|
|
|
|
|
|
|
b.push('卸'); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.deliverydata.teamResponsibility = b.join(","); |
|
|
|
//this.deliverydata = data |
|
|
|
//this.deliverydata = data |
|
|
|
this.data = data.reservationList |
|
|
|
this.data = data.reservationList; |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.handleOrder(this.packpage); |
|
|
|
this.handleOrder(this.packpage); |
|
|
|
this.handlePackage(this.packpage); |
|
|
|
this.handlePackage(this.packpage); |
|
|
|