|
|
|
@ -6,29 +6,29 @@
|
|
|
|
|
<!-- 查询模块 --> |
|
|
|
|
<el-form :inline="true" :model="query"> |
|
|
|
|
<el-form-item label="订单自编号:"> |
|
|
|
|
<el-input v-model="query.orderSelfNumbering" placeholder="请输入订单自编号" ></el-input> |
|
|
|
|
<el-input v-model="query.orderCode" placeholder="请输入订单自编号" ></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<!-- <el-form-item label="货物名称:"> |
|
|
|
|
<el-input v-model="query.descriptionGoods" placeholder="请输入货物名称"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="仓库:"> |
|
|
|
|
<el-input v-model="query.warehouse" placeholder="请输入仓库"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="是否齐套:"> |
|
|
|
|
<el-input v-model="query.completeSet" placeholder="请输入是否齐套"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="品牌:"> |
|
|
|
|
<el-input v-model="query.brand" placeholder="请输入品牌"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="服务类型:"> |
|
|
|
|
<el-input v-model="query.typeService" placeholder="请输入服务类型"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="类型;1 预约单 2库存单:"> |
|
|
|
|
<el-input v-model="query.genre" placeholder="请输入类型;1 预约单 2库存单"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="状态;1 配送 2 待配送:"> |
|
|
|
|
<el-input v-model="query.state" placeholder="请输入状态;1 配送 2 待配送"></el-input> |
|
|
|
|
</el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="货物名称:"> |
|
|
|
|
<el-input v-model="query.descriptionGoods" placeholder="请输入货物名称"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="仓库:"> |
|
|
|
|
<el-input v-model="query.warehouse" placeholder="请输入仓库"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="是否齐套:"> |
|
|
|
|
<el-input v-model="query.completeSet" placeholder="请输入是否齐套"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="品牌:"> |
|
|
|
|
<el-input v-model="query.brand" placeholder="请输入品牌"></el-input> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="服务类型:"> |
|
|
|
|
<el-input v-model="query.typeService" placeholder="请输入服务类型"></el-input> |
|
|
|
|
</el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="类型;1 预约单 2库存单:">--> |
|
|
|
|
<!-- <el-input v-model="query.genre" placeholder="请输入类型;1 预约单 2库存单"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- <el-form-item label="状态;1 配送 2 待配送:">--> |
|
|
|
|
<!-- <el-input v-model="query.state" placeholder="请输入状态;1 配送 2 待配送"></el-input>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- 查询按钮 --> |
|
|
|
|
<el-form-item> |
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="searchChange">搜 索</el-button> |
|
|
|
@ -37,37 +37,38 @@
|
|
|
|
|
</el-form> |
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<!-- <div class="avue-crud__header"> |
|
|
|
|
<!– 头部左侧按钮模块 –> |
|
|
|
|
<div class="avue-crud__left"> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleTrade" v-if="handler && taker || handler && trade"> 商配</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleMunicipal" v-if="handler && taker || handler && trade">市配</el-button> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handlePickUpStore" v-if="permission.stockArticle_add && handler && !trade || permission.stockArticle_add && !taker" >自提</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleEntire" >全部</el-button> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleInform('2')" v-if = "!handler && !taker">未通知</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleInform('1')" v-if = "!handler && !taker">已通知</el-button> |
|
|
|
|
</div> |
|
|
|
|
<!– 头部右侧按钮模块 –> |
|
|
|
|
<!– <div class="avue-crud__right">–> |
|
|
|
|
<!– <el-button icon="el-icon-refresh" @click="searchChange" circle></el-button>–> |
|
|
|
|
<!– <el-button icon="el-icon-search" @click="searchHide" circle></el-button>–> |
|
|
|
|
<!– </div>–> |
|
|
|
|
</div>--> |
|
|
|
|
<!-- <div class="avue-crud__header"> |
|
|
|
|
<!– 头部左侧按钮模块 –> |
|
|
|
|
<div class="avue-crud__left"> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleTrade" v-if="handler && taker || handler && trade"> 商配</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleMunicipal" v-if="handler && taker || handler && trade">市配</el-button> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handlePickUpStore" v-if="permission.stockArticle_add && handler && !trade || permission.stockArticle_add && !taker" >自提</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleEntire" >全部</el-button> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleInform('2')" v-if = "!handler && !taker">未通知</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleInform('1')" v-if = "!handler && !taker">已通知</el-button> |
|
|
|
|
</div> |
|
|
|
|
<!– 头部右侧按钮模块 –> |
|
|
|
|
<!– <div class="avue-crud__right">–> |
|
|
|
|
<!– <el-button icon="el-icon-refresh" @click="searchChange" circle></el-button>–> |
|
|
|
|
<!– <el-button icon="el-icon-search" @click="searchHide" circle></el-button>–> |
|
|
|
|
<!– </div>–> |
|
|
|
|
</div>--> |
|
|
|
|
<div class="avue-crud__header"> |
|
|
|
|
<!-- 头部左侧按钮模块 --> |
|
|
|
|
<div class="avue-crud__left"> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleAdd" v-if = "handler">创建异常</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleMoke" v-if = "handler">转预约单</el-button> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleStockList" v-if = "handler">批量加配转库存品</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleCallDelivery('3')" v-if = "handler">修改客户信息</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleCallDelivery('2')" v-if = "handler">修改服务类型</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-edit" @click="handleMoke" v-if = "handler">转预约单</el-button> |
|
|
|
|
<el-button type="primary" icon="el-icon-edit" @click="handleStockList" v-if = "handler">批量加配转库存品</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-edit" @click="handleCallDelivery('3')" v-if = "handler">修改客户信息</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-edit" @click="handleCallDelivery('2')" v-if = "handler">修改服务类型</el-button> |
|
|
|
|
<!-- <el-button type="danger" icon="el-icon-plus" v-if = "handler">转配送</el-button>--> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<!-- <div class="avue-crud__left"> |
|
|
|
|
<div class="avue-crud__left"> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handlebill" v-if = "!handler">创建提货单</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleCallDelivery('1')" v-if = "!handler">再次通知</el-button> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleCallDelivery('1')" v-if = "!handler">通知提货</el-button> |
|
|
|
|
</div>--> |
|
|
|
|
</div> |
|
|
|
|
<!-- 头部右侧按钮模块 --> |
|
|
|
|
<div class="avue-crud__right"> |
|
|
|
|
<el-button icon="el-icon-refresh" @click="searchChange" circle></el-button> |
|
|
|
@ -75,8 +76,6 @@
|
|
|
|
|
<el-button icon="el-icon-search" @click="searchHide" circle></el-button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row> |
|
|
|
|
<el-row> |
|
|
|
|
<!-- 列表模块 --> |
|
|
|
@ -138,7 +137,7 @@
|
|
|
|
|
<template #footer> |
|
|
|
|
<span class="dialog-footer"> |
|
|
|
|
<el-button @click="dialogFormVisible = false">取消</el-button> |
|
|
|
|
<!-- <el-button type="primary" @click="dialogFormVisible = false"> 确定 </el-button>--> |
|
|
|
|
<!-- <el-button type="primary" @click="dialogFormVisible = false"> 确定 </el-button>--> |
|
|
|
|
<el-button type="primary" @click="callFordelivery('1')"> 确定 </el-button> |
|
|
|
|
</span> |
|
|
|
|
</template> |
|
|
|
@ -146,13 +145,13 @@
|
|
|
|
|
<el-dialog v-model="dialogFormService" title="修改服务类型"> |
|
|
|
|
<el-form :model="formService"> |
|
|
|
|
<el-form-item label="服务类型" :label-width="formLabelWidth"> |
|
|
|
|
<!-- <el-input v-model="formService.typeService" autocomplete="off" />--> |
|
|
|
|
<!-- <el-input v-model="formService.typeService" autocomplete="off" />--> |
|
|
|
|
<el-select v-model="formService.typeService" clearable placeholder="请选择服务类型"> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in distributionType" |
|
|
|
|
:key="item.dictKey" |
|
|
|
|
:label="item.dictValue" |
|
|
|
|
:value="item.dictKey"> |
|
|
|
|
v-for="item in distributionType" |
|
|
|
|
:key="item.dictKey" |
|
|
|
|
:label="item.dictValue" |
|
|
|
|
:value="item.dictKey"> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
@ -171,7 +170,7 @@
|
|
|
|
|
<template #footer> |
|
|
|
|
<span class="dialog-footer"> |
|
|
|
|
<el-button @click="dialogFormService = false">取消</el-button> |
|
|
|
|
<!-- <el-button type="primary" @click="dialogFormVisible = false"> 确定 </el-button>--> |
|
|
|
|
<!-- <el-button type="primary" @click="dialogFormVisible = false"> 确定 </el-button>--> |
|
|
|
|
<el-button type="primary" @click="callFordelivery('2')"> 确定 </el-button> |
|
|
|
|
</span> |
|
|
|
|
</template> |
|
|
|
@ -196,7 +195,7 @@
|
|
|
|
|
<template #footer> |
|
|
|
|
<span class="dialog-footer"> |
|
|
|
|
<el-button @click="dialogFormCustomer = false">取消</el-button> |
|
|
|
|
<!-- <el-button type="primary" @click="dialogFormVisible = false"> 确定 </el-button>--> |
|
|
|
|
<!-- <el-button type="primary" @click="dialogFormVisible = false"> 确定 </el-button>--> |
|
|
|
|
<el-button type="primary" @click="callFordelivery('3')"> 确定 </el-button> |
|
|
|
|
</span> |
|
|
|
|
</template> |
|
|
|
@ -212,8 +211,8 @@
|
|
|
|
|
<el-form-item label="服务号" prop="serviceNumber"> |
|
|
|
|
<el-input v-model="form.serviceNumber" placeholder="请输入服务号"/> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="订单自编号" prop="orderSelfNumbering"> |
|
|
|
|
<el-input v-model="form.orderSelfNumbering" placeholder="请输入订单自编号"/> |
|
|
|
|
<el-form-item label="订单自编号" prop="orderCode"> |
|
|
|
|
<el-input v-model="form.orderCode" placeholder="请输入订单自编号"/> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="商场名称" prop="mallName"> |
|
|
|
|
<el-input v-model="form.mallName" placeholder="请输入商场名称"/> |
|
|
|
@ -225,7 +224,7 @@
|
|
|
|
|
<el-input v-model="form.warehouse" placeholder="请输入仓库"/> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="入库时间" prop="warehouseEntryTime"> |
|
|
|
|
<!-- <el-input v-model="form.warehouseEntryTime" placeholder="请输入入库时间"/>--> |
|
|
|
|
<!-- <el-input v-model="form.warehouseEntryTime" placeholder="请输入入库时间"/>--> |
|
|
|
|
<el-date-picker |
|
|
|
|
v-model="form.warehouseEntryTime" |
|
|
|
|
type="datetime" |
|
|
|
@ -245,12 +244,12 @@
|
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="是否齐套" prop="completeSet"> |
|
|
|
|
<el-select v-model="form.completeSet" clearable placeholder="请选择是否齐套"> |
|
|
|
|
<!-- <el-option--> |
|
|
|
|
<!-- v-for="item in completeSetData"--> |
|
|
|
|
<!-- :key="item.dictKey"--> |
|
|
|
|
<!-- :label="item.dictValue"--> |
|
|
|
|
<!-- :value="item.dictKey">--> |
|
|
|
|
<!-- </el-option>--> |
|
|
|
|
<!-- <el-option--> |
|
|
|
|
<!-- v-for="item in completeSetData"--> |
|
|
|
|
<!-- :key="item.dictKey"--> |
|
|
|
|
<!-- :label="item.dictValue"--> |
|
|
|
|
<!-- :value="item.dictKey">--> |
|
|
|
|
<!-- </el-option>--> |
|
|
|
|
<el-option label="是" value="2">是</el-option> |
|
|
|
|
<el-option label="否" value="1">否</el-option> |
|
|
|
|
</el-select> |
|
|
|
@ -260,12 +259,12 @@
|
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="服务类型" prop="typeService"> |
|
|
|
|
<el-select v-model="form.typeService" clearable placeholder="请选择服务类型"> |
|
|
|
|
<!-- <el-option--> |
|
|
|
|
<!-- v-for="item in typeServiceData"--> |
|
|
|
|
<!-- :key="item.dictKey"--> |
|
|
|
|
<!-- :label="item.dictValue"--> |
|
|
|
|
<!-- :value="item.dictKey">--> |
|
|
|
|
<!-- </el-option>--> |
|
|
|
|
<!-- <el-option--> |
|
|
|
|
<!-- v-for="item in typeServiceData"--> |
|
|
|
|
<!-- :key="item.dictKey"--> |
|
|
|
|
<!-- :label="item.dictValue"--> |
|
|
|
|
<!-- :value="item.dictKey">--> |
|
|
|
|
<!-- </el-option>--> |
|
|
|
|
<el-option label="干" value="1">干</el-option> |
|
|
|
|
<el-option label="仓" value="2">仓</el-option> |
|
|
|
|
<el-option label="配" value="3">配</el-option> |
|
|
|
@ -282,24 +281,24 @@
|
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="类型;1 预约单 2库存单" prop="genre"> |
|
|
|
|
<el-select v-model="form.genre" clearable placeholder="请选择类型;1 预约单 2库存单"> |
|
|
|
|
<!-- <el-option--> |
|
|
|
|
<!-- v-for="item in genreData"--> |
|
|
|
|
<!-- :key="item.dictKey"--> |
|
|
|
|
<!-- :label="item.dictValue"--> |
|
|
|
|
<!-- :value="item.dictKey">--> |
|
|
|
|
<!-- </el-option>--> |
|
|
|
|
<!-- <el-option--> |
|
|
|
|
<!-- v-for="item in genreData"--> |
|
|
|
|
<!-- :key="item.dictKey"--> |
|
|
|
|
<!-- :label="item.dictValue"--> |
|
|
|
|
<!-- :value="item.dictKey">--> |
|
|
|
|
<!-- </el-option>--> |
|
|
|
|
<el-option label="库存单" value="2">库存单</el-option> |
|
|
|
|
<el-option label="预约单" value="1">预约单</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="状态;1 配送 2 待配送" prop="state"> |
|
|
|
|
<el-select v-model="form.state" clearable placeholder="请选择状态;1 配送 2 待配送"> |
|
|
|
|
<!-- <el-option--> |
|
|
|
|
<!-- v-for="item in stateData"--> |
|
|
|
|
<!-- :key="item.dictKey"--> |
|
|
|
|
<!-- :label="item.dictValue"--> |
|
|
|
|
<!-- :value="item.dictKey">--> |
|
|
|
|
<!-- </el-option>--> |
|
|
|
|
<!-- <el-option--> |
|
|
|
|
<!-- v-for="item in stateData"--> |
|
|
|
|
<!-- :key="item.dictKey"--> |
|
|
|
|
<!-- :label="item.dictValue"--> |
|
|
|
|
<!-- :value="item.dictKey">--> |
|
|
|
|
<!-- </el-option>--> |
|
|
|
|
<el-option label="待配送" value="2">待配送</el-option> |
|
|
|
|
<el-option label="配送" value="1">配送</el-option> |
|
|
|
|
</el-select> |
|
|
|
@ -370,7 +369,7 @@ export default {
|
|
|
|
|
head: false, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'orderSelfNumbering', |
|
|
|
|
prop: 'orderCode', |
|
|
|
|
label: '订单自编号', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
@ -401,7 +400,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'warehouse', |
|
|
|
|
label: '仓库', |
|
|
|
|
label: '所在仓库', |
|
|
|
|
type: 2, |
|
|
|
|
values: '', |
|
|
|
|
width: '180', |
|
|
|
@ -477,7 +476,7 @@ export default {
|
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'handQuantity', |
|
|
|
|
prop: 'notReceived', |
|
|
|
|
label: '未入库数量', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -522,12 +521,14 @@ export default {
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
},{ |
|
|
|
|
prop: 'handQuantity', |
|
|
|
|
prop: 'groundingStatusName', |
|
|
|
|
label: '上架状态', |
|
|
|
|
type: 1, |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
checkarr: [ |
|
|
|
|
|
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
},{ |
|
|
|
@ -560,19 +561,34 @@ export default {
|
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'freeze_status', |
|
|
|
|
prop: 'freezeStatusName', |
|
|
|
|
label: '冻结状态', |
|
|
|
|
type: 1, |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
checkarr: [ |
|
|
|
|
|
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
prop: 'reservationStatusName', |
|
|
|
|
label: '预约状态', |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [ |
|
|
|
|
|
|
|
|
|
], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
prop: 'state', |
|
|
|
|
prop: 'orderStatusName', |
|
|
|
|
label: '状态', |
|
|
|
|
type: 2, |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
@ -608,16 +624,16 @@ export default {
|
|
|
|
|
// fixed: false, |
|
|
|
|
// sortable: true, |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
prop: 'typeName', |
|
|
|
|
label: '服务类型', |
|
|
|
|
type: 3, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// prop: 'typeServerName', |
|
|
|
|
// label: '服务类型', |
|
|
|
|
// type: 1, |
|
|
|
|
// values: '', |
|
|
|
|
// width: '150', |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: false, |
|
|
|
|
// sortable: true, |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
prop: 'customerName', |
|
|
|
|
label: '顾客名字', |
|
|
|
@ -658,7 +674,7 @@ export default {
|
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, { |
|
|
|
|
prop: 'createUser', |
|
|
|
|
prop: 'createUserName', |
|
|
|
|
label: '创建人', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
@ -675,25 +691,26 @@ export default {
|
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, { |
|
|
|
|
prop: 'inventoryDate', |
|
|
|
|
label: '最新盘点时间', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, { |
|
|
|
|
prop: 'inventoryPerson', |
|
|
|
|
label: '盘点人', |
|
|
|
|
type: 1, |
|
|
|
|
values: '', |
|
|
|
|
width: '150', |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: false, |
|
|
|
|
sortable: true, |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// prop: 'inventoryDate', |
|
|
|
|
// label: '最新盘点时间', |
|
|
|
|
// type: 1, |
|
|
|
|
// values: '', |
|
|
|
|
// width: '150', |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: false, |
|
|
|
|
// sortable: true, |
|
|
|
|
// }, { |
|
|
|
|
// prop: 'inventoryPerson', |
|
|
|
|
// label: '盘点人', |
|
|
|
|
// type: 1, |
|
|
|
|
// values: '', |
|
|
|
|
// width: '150', |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: false, |
|
|
|
|
// sortable: true, |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
prop: '', |
|
|
|
|
label: '操作', |
|
|
|
@ -849,16 +866,6 @@ export default {
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
//通知提货 |
|
|
|
|
handleCallDeliveryOwn(row){ |
|
|
|
|
console.log("row",row); |
|
|
|
|
this.formCustomer.name = row.row.customerName; |
|
|
|
|
this.formCustomer.phone = row.row.customerTelephone; |
|
|
|
|
this.formCustomer.address = row.row.customerAddress; |
|
|
|
|
this.formCustomer.stockArticleId = row.row.id; |
|
|
|
|
this.dialogFormCustomer = true; |
|
|
|
|
this.dialogFormCustomerOwn = true; |
|
|
|
|
}, |
|
|
|
|
showdrawer(value){ |
|
|
|
|
this.drawerShow=value |
|
|
|
|
}, |
|
|
|
@ -895,13 +902,25 @@ export default {
|
|
|
|
|
console.log(index, row); |
|
|
|
|
}, |
|
|
|
|
selectsc(index, row) { |
|
|
|
|
console.log(index, row); |
|
|
|
|
if(row.prop ==='completeSetName'){ |
|
|
|
|
if(row.prop ==='freezeStatusName'){ |
|
|
|
|
this.query['freezeStatus'] = index; |
|
|
|
|
}else if(row.prop ==='orderStatusName'){ |
|
|
|
|
this.query['orderStatus'] = index; |
|
|
|
|
}else if(row.prop ==='completeSetName'){ |
|
|
|
|
this.query['completeSet'] = index; |
|
|
|
|
}else{ |
|
|
|
|
}else if(row.prop ==='typeName'){ |
|
|
|
|
this.query['typeService'] = index; |
|
|
|
|
}else if (row.prop ==='groundingStatusName'){ |
|
|
|
|
this.query['groundingStatus'] = index; |
|
|
|
|
}else if (row.prop ==='reservationStatusName'){ |
|
|
|
|
this.query['reservationStatus'] = index; |
|
|
|
|
} |
|
|
|
|
else{ |
|
|
|
|
this.query[row.prop] = index; |
|
|
|
|
} |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
timesc(index, row) { |
|
|
|
|
console.log(index, row); |
|
|
|
@ -916,6 +935,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
inputsc(index, row) { |
|
|
|
|
console.log(index, row); |
|
|
|
|
// console.log(index, row.prop); |
|
|
|
|
this.query[row.prop] = index; |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
}, |
|
|
|
@ -928,7 +948,11 @@ export default {
|
|
|
|
|
this.selectionList.some( i =>{ |
|
|
|
|
if(i.stateName === "已预约"){ |
|
|
|
|
st = true; |
|
|
|
|
this.$message.warning(i.orderSelfNumbering+"已预约,请勿重复预约!!!"); |
|
|
|
|
this.$message.warning(i.orderCode+" - 已预约,请勿重复预约!!!"); |
|
|
|
|
} |
|
|
|
|
if(i.typeService === 3){ |
|
|
|
|
st = true; |
|
|
|
|
this.$message.warning(i.orderCode+" - 为自提单,无法预约!!!"); |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
if(st){ |
|
|
|
@ -945,27 +969,26 @@ export default {
|
|
|
|
|
console.log("notEqualFlag=====",notEqualFlag); |
|
|
|
|
// 返回true,说明有不同 |
|
|
|
|
// 返回false,说明全都相等 |
|
|
|
|
if(!notEqualFlag){ |
|
|
|
|
this.$router.push({ |
|
|
|
|
path: '/distribution/reservation/reservationFrom', |
|
|
|
|
query:{ |
|
|
|
|
id: this.ids, |
|
|
|
|
name: '添加预约单' |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
}else{ |
|
|
|
|
this.$message.warning("请选择相同收货信息的订单!!!") |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
if(!notEqualFlag){ |
|
|
|
|
this.$router.push({ |
|
|
|
|
path: '/distribution/reservation/reservationFrom', |
|
|
|
|
query:{ |
|
|
|
|
id: this.ids, |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}else{ |
|
|
|
|
this.$message.warning("请选择相同收货信息的订单!!!") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
async handleStockList(){ |
|
|
|
|
if (this.selectionList.length === 0) { |
|
|
|
|
this.$message.warning("请选择至少一条数据"); |
|
|
|
|
return; |
|
|
|
|
}else if (this.selectionList.length > 1){ |
|
|
|
|
} |
|
|
|
|
this.getSock(); |
|
|
|
|
|
|
|
|
|
/*else if (this.selectionList.length > 1){ |
|
|
|
|
this.getSock(); |
|
|
|
|
}else if (this.selectionList.length < 2){ |
|
|
|
|
//判断有没有包件 |
|
|
|
@ -974,7 +997,7 @@ export default {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
let a = await getListOwn(this.page.currentPage,this.page.pageSize,params); |
|
|
|
|
console.log("aaaaaaa===",a.data.data); |
|
|
|
|
// console.log("aaaaaaa===",a.data.data); |
|
|
|
|
if(a.data.data.records.length > 0){ |
|
|
|
|
this.$router.push({ |
|
|
|
|
path: '/distribution/inventory/distributionStockArticleFrom', |
|
|
|
@ -986,7 +1009,7 @@ export default {
|
|
|
|
|
}else{ |
|
|
|
|
this.getSock(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}*/ |
|
|
|
|
}, |
|
|
|
|
getSock(){ |
|
|
|
|
this.$confirm("确定将选择的订单转为库存品吗?", { |
|
|
|
@ -1025,6 +1048,7 @@ export default {
|
|
|
|
|
case '2': |
|
|
|
|
this.formService.stockArticleId = this.ids; |
|
|
|
|
// console.log("服务类型",this.formService); |
|
|
|
|
|
|
|
|
|
addService(this.formService).then(() =>{ |
|
|
|
|
this.$message({ |
|
|
|
|
type: "success", |
|
|
|
@ -1069,40 +1093,90 @@ export default {
|
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
//通知提货 |
|
|
|
|
handleCallDeliveryOwn(row){ |
|
|
|
|
console.log("row",row); |
|
|
|
|
this.formCustomer.name = row.row.customerName; |
|
|
|
|
this.formCustomer.phone = row.row.customerTelephone; |
|
|
|
|
this.formCustomer.address = row.row.customerAddress; |
|
|
|
|
this.formCustomer.stockArticleId = row.row.id; |
|
|
|
|
this.dialogFormCustomer = true; |
|
|
|
|
this.dialogFormCustomerOwn = true; |
|
|
|
|
}, |
|
|
|
|
//通知提货 |
|
|
|
|
handleCallDelivery(ind){ |
|
|
|
|
if (this.selectionList.length === 0) { |
|
|
|
|
this.$message.warning("请选择至少一条数据"); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
switch (ind) { |
|
|
|
|
case '1': |
|
|
|
|
let ids = []; |
|
|
|
|
this.selectionList.forEach(ele => { |
|
|
|
|
ids.push(ele.orderSelfNumbering); |
|
|
|
|
}); |
|
|
|
|
this.formCall.waybill = ids; |
|
|
|
|
this.dialogFormVisible = true; |
|
|
|
|
break; |
|
|
|
|
case '2': |
|
|
|
|
|
|
|
|
|
this.dialogFormService = true; |
|
|
|
|
break; |
|
|
|
|
case '3': |
|
|
|
|
|
|
|
|
|
this.dialogFormCustomer = true; |
|
|
|
|
break; |
|
|
|
|
case '1': |
|
|
|
|
let ids = []; |
|
|
|
|
this.selectionList.forEach(ele => { |
|
|
|
|
ids.push(ele.orderCode); |
|
|
|
|
}); |
|
|
|
|
this.formCall.waybill = ids; |
|
|
|
|
this.dialogFormVisible = true; |
|
|
|
|
break; |
|
|
|
|
case '2': |
|
|
|
|
this.dialogFormService = true; |
|
|
|
|
break; |
|
|
|
|
case '3': |
|
|
|
|
this.dialogFormCustomer = true; |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
|
* 根据属性找寻数组中对应的元素 |
|
|
|
|
*/ |
|
|
|
|
checkcColumnList(prop,columnList){ |
|
|
|
|
for(var a=0;a<columnList.length;a++){ |
|
|
|
|
if(columnList[a].prop===prop){ |
|
|
|
|
console.log("1111111111111",columnList[a]); |
|
|
|
|
return columnList[a]; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
init () { |
|
|
|
|
this.height = this.setPx(document.body.clientHeight - 340); |
|
|
|
|
getDictionaryBiz('distribution_type').then(res => { |
|
|
|
|
this.distributionType = res.data.data; |
|
|
|
|
/* this.columnList[12].checkarr =res.data.data.map(item=>{ |
|
|
|
|
// getDictionaryBiz('distribution_type').then(res => { |
|
|
|
|
// // this.distributionType = res.data.data; |
|
|
|
|
// // this.columnList[26].checkarr =res.data.data.map(item=>{ |
|
|
|
|
// // item.value=item.dictKey |
|
|
|
|
// // item.label=item.dictValue |
|
|
|
|
// // return item |
|
|
|
|
// // }); |
|
|
|
|
// }); |
|
|
|
|
getDictionaryBiz('order_status').then(res => { |
|
|
|
|
this.deliveryOrderStatus = res.data.data; |
|
|
|
|
this.checkcColumnList("orderStatusName", this.columnList).checkarr=res.data.data.map(item=>{ |
|
|
|
|
item.value=item.dictKey |
|
|
|
|
item.label=item.dictValue |
|
|
|
|
return item |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
getDictionaryBiz('basic_grounding').then(res => { |
|
|
|
|
this.checkcColumnList("groundingStatusName", this.columnList).checkarr=res.data.data.map(item=>{ |
|
|
|
|
item.value=item.dictKey |
|
|
|
|
item.label=item.dictValue |
|
|
|
|
return item |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
getDictionaryBiz('freeze_status').then(res => { |
|
|
|
|
this.checkcColumnList("freezeStatusName", this.columnList).checkarr=res.data.data.map(item=>{ |
|
|
|
|
item.value=item.dictKey |
|
|
|
|
item.label=item.dictValue |
|
|
|
|
return item |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
getDictionaryBiz('order_reservation_status').then(res => { |
|
|
|
|
this.checkcColumnList("reservationStatusName", this.columnList).checkarr=res.data.data.map(item=>{ |
|
|
|
|
item.value=item.dictKey |
|
|
|
|
item.label=item.dictValue |
|
|
|
|
return item |
|
|
|
|
});*/ |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
@ -1179,12 +1253,12 @@ export default {
|
|
|
|
|
let params = {}; |
|
|
|
|
this.query.typeService = '1'; |
|
|
|
|
switch (index) { |
|
|
|
|
case '1': |
|
|
|
|
this.query.notification = index; |
|
|
|
|
break; |
|
|
|
|
case '2': |
|
|
|
|
this.query.notification = index; |
|
|
|
|
break; |
|
|
|
|
case '1': |
|
|
|
|
this.query.notification = index; |
|
|
|
|
break; |
|
|
|
|
case '2': |
|
|
|
|
this.query.notification = index; |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
this.query.typeService = '1'; |
|
|
|
|
getList(this.page.currentPage, this.page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
@ -1205,7 +1279,7 @@ export default {
|
|
|
|
|
handleEdit (row) { |
|
|
|
|
this.title = '编辑' |
|
|
|
|
this.box = true |
|
|
|
|
getDetail(row.id).then(res => { |
|
|
|
|
getDetail(row.row.id).then(res => { |
|
|
|
|
this.form = res.data.data; |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
@ -1216,11 +1290,12 @@ export default {
|
|
|
|
|
// getDetail(row.id).then(res => { |
|
|
|
|
// this.form = res.data.data; |
|
|
|
|
// }); |
|
|
|
|
// console.log("查看===",row.row); |
|
|
|
|
this.$router.push({ |
|
|
|
|
path: '/distribution/inventory/distributionStockArticleDetails', |
|
|
|
|
query: { |
|
|
|
|
id : row.row.id, |
|
|
|
|
name: "详情"+row.row.orderSelfNumbering |
|
|
|
|
name: "详情 - "+row.row.orderCode |
|
|
|
|
}, |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
@ -1292,12 +1367,41 @@ export default {
|
|
|
|
|
this.query.typeService = 2; |
|
|
|
|
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { |
|
|
|
|
const data = res.data.data; |
|
|
|
|
console.log(">>>>>>>",data.records); |
|
|
|
|
this.page.total = data.total; |
|
|
|
|
this.data = data.records; |
|
|
|
|
this.data = this.data.map(i => { |
|
|
|
|
// const freezeStatusMap = { |
|
|
|
|
// 0: "未冻结", |
|
|
|
|
// 1: "已冻结", |
|
|
|
|
// default: "无" |
|
|
|
|
// }; |
|
|
|
|
const nuMap = { |
|
|
|
|
'-1': "0" |
|
|
|
|
}; |
|
|
|
|
// const groundingStatusMap = { |
|
|
|
|
// 0: "未上架", |
|
|
|
|
// 1: "部分上架", |
|
|
|
|
// 2: "已上架", |
|
|
|
|
// 3: "已下架", |
|
|
|
|
// default: "无" |
|
|
|
|
// }; |
|
|
|
|
// i.freezeStatusName = freezeStatusMap[i.freezeStatus] || freezeStatusMap.default; |
|
|
|
|
// i.groundingStatusName = groundingStatusMap[i.groundingStatus] || groundingStatusMap.default; |
|
|
|
|
i.handQuantity = nuMap[i.handQuantity] || i.handQuantity; |
|
|
|
|
i.sortingQuantity = nuMap[i.sortingQuantity] || i.sortingQuantity; |
|
|
|
|
i.deliveryQuantity = nuMap[i.deliveryQuantity] || i.deliveryQuantity; |
|
|
|
|
i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity; |
|
|
|
|
i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity; |
|
|
|
|
i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity; |
|
|
|
|
i.notReceived = parseInt( i.totalNumber) - parseInt( i.handQuantity); |
|
|
|
|
return i; |
|
|
|
|
}); |
|
|
|
|
this.loading = false; |
|
|
|
|
this.selectionClear(); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
</script> |
|
|
|
|