You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2459 lines
76 KiB
2459 lines
76 KiB
<template> |
|
<!--全部订单--> |
|
<basic-container v-loading="loadingObj.pageLoading"> |
|
<div class="avue-crud"> |
|
<div v-h5uShow="!search"> |
|
<!-- 查询模块 --> |
|
<el-form :inline="true" :model="query" class="header_search"> |
|
<el-form-item label="订单自编号:"> |
|
<div class="el_div_input"> |
|
<el-input |
|
v-model="query.orderCodeNum" |
|
placeholder="请输入订单自编号" |
|
clearable |
|
></el-input> |
|
<el-icon class="el_dy_icon" @click="openDialog('订单自编号搜索', query.orderCodeNum)" |
|
><CirclePlusFilled |
|
/></el-icon> |
|
</div> |
|
</el-form-item> |
|
|
|
<el-form-item label="运单号:"> |
|
<div class="el_div_input"> |
|
<el-input v-model="query.waybillNum" placeholder="请输入运单编号" clearable /> |
|
<el-icon class="el_dy_icon" @click="openDialog('运单号搜索', query.waybillNum)" |
|
><CirclePlusFilled |
|
/></el-icon> |
|
</div> |
|
</el-form-item> |
|
|
|
<el-form-item label="入库时间:" class="el-times"> |
|
<el-date-picker |
|
v-model="stockupDate" |
|
type="datetimerange" |
|
unlink-panels |
|
range-separator="至" |
|
start-placeholder="开始时间" |
|
end-placeholder="结束时间" |
|
:shortcuts="shortcuts" |
|
:default-time="defaultTime2" |
|
/> |
|
</el-form-item> |
|
|
|
<!-- 查询按钮 --> |
|
<el-form-item> |
|
<el-button type="primary" icon="el-icon-search" @click="searchChange">搜 索</el-button> |
|
<el-button icon="el-icon-delete" @click="searchReset">清 空</el-button> |
|
</el-form-item> |
|
</el-form> |
|
</div> |
|
|
|
<!-- 控件区 --> |
|
<div class="flex-c-sb"> |
|
<!-- 头部左侧按钮模块 --> |
|
<div> |
|
<!-- 批量转库存品 --> |
|
<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-edit" |
|
@click="Modifyreceivingunit" |
|
v-if="permissionList.Modifyreceivingunit" |
|
>修改收货单位 |
|
</el-button> |
|
|
|
<!-- 批量查看二维码 --> |
|
<el-button type="primary" icon="Printer" @click="handleBatchPrinter">批量打印</el-button> |
|
|
|
<!-- 导出 --> |
|
<el-button type="danger" icon="Download" @click="handleExport" plain>导 出</el-button> |
|
|
|
<!-- 创建提货单 --> |
|
<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 class="flex-c-sb"> |
|
<div class="totalContainer mr10 flex-c-sb"> |
|
<div class="title">订单总数:</div> |
|
<div class="value">{{ totalInfo.orderNum || 0 }}</div> |
|
</div> |
|
|
|
<div class="totalContainer mr10 flex-c-sb"> |
|
<div class="title">包件总数:</div> |
|
<div class="value">{{ totalInfo.packageCodeNum || 0 }}</div> |
|
</div> |
|
|
|
<div class="totalContainer flex-c-sb"> |
|
<div class="title">运单总数:</div> |
|
<div class="value">{{ totalInfo.waybillNum || 0 }}</div> |
|
</div> |
|
</div> |
|
|
|
<!-- 头部右侧按钮模块 --> |
|
<div> |
|
<el-button icon="el-icon-refresh" @click="searchChange" circle></el-button> |
|
<el-button icon="Operation" @click="showdrawer(true)" circle></el-button> |
|
<el-button icon="el-icon-search" @click="searchHide" circle></el-button> |
|
</div> |
|
</div> |
|
|
|
<!-- 列表模块 --> |
|
<tablecmt |
|
class="mt10" |
|
ref="tableNode" |
|
:columnList="columnList" |
|
:tableData="data" |
|
:loading="loading" |
|
@inputTxt="inputsc" |
|
@timeCheck="timesc" |
|
@btnCheck="btnsc" |
|
@selectCheck="selectsc" |
|
@selection="selectionChange" |
|
> |
|
<template #default="slotProps"> |
|
<template v-if="slotProps.scope.column.label === '货位信息'"> |
|
<div style="width: 100%"> |
|
<el-tag |
|
v-for="item in slotProps.scope.row.allocation |
|
? slotProps.scope.row.allocation.split(',') |
|
: []" |
|
:key="item" |
|
style="margin-right: 5px" |
|
class="subject" |
|
> |
|
{{ item }} |
|
</el-tag> |
|
</div> |
|
</template> |
|
<template v-if="slotProps.scope.column.label === '未入库数量'"> |
|
<el-text class="el_textBtn" @click="InformationViewing(slotProps.scope.row)"> |
|
{{ slotProps.scope.row.notReceived }} |
|
</el-text> |
|
</template> |
|
<template v-else-if="slotProps.scope.column.label === '是否齐套'"> |
|
<el-tag :class="Number(slotProps.scope.row.completeSet) === 2 ? 'green' : 'red'"> |
|
{{ slotProps.scope.row.completeSetName }} |
|
</el-tag> |
|
</template> |
|
|
|
<template v-else-if="slotProps.scope.column.label === '操作'"> |
|
<el-text |
|
v-if="Number(slotProps.scope.row.isZero) !== 0" |
|
@click="handleShowOrderCode(slotProps.scope)" |
|
> |
|
查看二维码 |
|
</el-text> |
|
<el-text @click="handleView(slotProps.scope)"> 查看 </el-text> |
|
<el-text @click="handleCallDeliveryOwn(slotProps.scope)"> 修改客户信息 </el-text> |
|
<el-text @click="handleGoLogs(slotProps.scope)"> 日志 </el-text> |
|
<el-text |
|
@click="Splittheorder(slotProps.scope.row)" |
|
v-if="slotProps.scope.row.isZero == 0 && permissionList.distributionStockList_unpack" |
|
> |
|
拆单 |
|
</el-text> |
|
<el-text |
|
@click="zeroSplittheorder(slotProps.scope.row)" |
|
v-if="slotProps.scope.row.isZero == 1" |
|
>零担拆单</el-text |
|
> |
|
</template> |
|
</template> |
|
</tablecmt> |
|
<el-row class="el-fy"> |
|
<div class="avue-crud__pagination flex-c-sb" style="width: 100%"> |
|
<div style="font-size: 14px">勾选数量: {{ selectionList.length }}</div> |
|
<!-- 分页模块 --> |
|
<el-pagination |
|
align="right" |
|
background |
|
@size-change="sizeChange" |
|
@current-change="currentChange" |
|
:current-page="page.currentPage" |
|
:page-sizes="[30, 50, 80, 120]" |
|
:page-size="page.pageSize" |
|
layout="total, sizes, prev, pager, next, jumper" |
|
:total="page.total" |
|
> |
|
</el-pagination> |
|
</div> |
|
</el-row> |
|
<el-dialog v-model="dialogFormVisible" title="通知提货"> |
|
<el-form :model="formCall"> |
|
<el-form-item label="顾客姓名" :label-width="formLabelWidth"> |
|
<el-input v-model="formCall.customerName" autocomplete="off" /> |
|
</el-form-item> |
|
<el-form-item label="顾客电话" :label-width="formLabelWidth"> |
|
<el-input v-model="formCall.customerTelephone" autocomplete="off" /> |
|
</el-form-item> |
|
<el-form-item label="运单" :label-width="formLabelWidth"> |
|
<el-input v-model="formCall.waybill" autocomplete="off" /> |
|
</el-form-item> |
|
<el-form-item label="跟进记录" :label-width="formLabelWidth"> |
|
<el-input |
|
v-model="formCall.followUpRecord" |
|
:rows="2" |
|
type="textarea" |
|
placeholder="请填写内容" |
|
/> |
|
</el-form-item> |
|
<el-form-item label="历史跟进" :label-width="formLabelWidth"> </el-form-item> |
|
</el-form> |
|
<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="callFordelivery('1')"> 确定 </el-button> |
|
</span> |
|
</template> |
|
</el-dialog> |
|
|
|
<el-dialog v-model="dialogFormService" title="修改服务类型"> |
|
<el-form :model="formService" :rules="loginRules" ref="formServiceRef"> |
|
<el-form-item label="服务类型" :label-width="formLabelWidth" prop="typeService"> |
|
<!-- <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" |
|
> |
|
</el-option> |
|
</el-select> |
|
</el-form-item> |
|
<el-form-item label="费用" :label-width="formLabelWidth" prop="cost"> |
|
<el-input v-model="formService.cost" autocomplete="off" placeholder="请填写费用 " /> |
|
</el-form-item> |
|
<el-form-item label="原因" :label-width="formLabelWidth" prop="cause"> |
|
<el-input |
|
v-model="formService.cause" |
|
:rows="2" |
|
type="textarea" |
|
placeholder="请填写原因" |
|
/> |
|
</el-form-item> |
|
</el-form> |
|
<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="callFordelivery('2')"> 确定 </el-button> |
|
</span> |
|
</template> |
|
</el-dialog> |
|
|
|
<el-dialog v-model="dialogFormCustomer" title="修改客户信息"> |
|
<el-form :model="formCustomer" :rules="rules" ref="formCustomerRef"> |
|
<el-form-item label="姓名" :label-width="formLabelWidth" prop="name"> |
|
<el-input v-model="formCustomer.name" autocomplete="off" /> |
|
</el-form-item> |
|
<el-form-item label="电话" :label-width="formLabelWidth" prop="phone"> |
|
<el-input v-model="formCustomer.phone" autocomplete="off" /> |
|
</el-form-item> |
|
<el-form-item label="地址" :label-width="formLabelWidth" prop="address"> |
|
<el-input |
|
v-model="formCustomer.address" |
|
:rows="2" |
|
type="textarea" |
|
placeholder="请填写地址" |
|
/> |
|
</el-form-item> |
|
</el-form> |
|
<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="callFordelivery('3', 'formCustomerRef')"> |
|
确定 |
|
</el-button> |
|
</span> |
|
</template> |
|
</el-dialog> |
|
|
|
<!-- 表单模块 --> |
|
<el-dialog |
|
:title="title" |
|
v-model="box" |
|
width="50%" |
|
:before-close="beforeClose" |
|
append-to-body |
|
> |
|
<el-form :disabled="view" ref="form" :model="form" label-width="80px"> |
|
<!-- 表单字段 --> |
|
<el-form-item label="服务号" prop="serviceNumber"> |
|
<el-input v-model="form.serviceNumber" placeholder="请输入服务号" /> |
|
</el-form-item> |
|
<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="请输入商场名称" /> |
|
</el-form-item> |
|
<el-form-item label="货物名称" prop="descriptionGoods"> |
|
<el-input v-model="form.descriptionGoods" placeholder="请输入货物名称" /> |
|
</el-form-item> |
|
<el-form-item label="仓库" prop="warehouse"> |
|
<el-input v-model="form.warehouse" placeholder="请输入仓库" /> |
|
</el-form-item> |
|
<el-form-item label="入库时间" prop="warehouseEntryTime"> |
|
<!-- <el-input v-model="form.warehouseEntryTime" placeholder="请输入入库时间"/>--> |
|
<el-date-picker |
|
v-model="form.warehouseEntryTime" |
|
type="datetime" |
|
placeholder="请输入入库时间" |
|
format="YYYY-MM-DD hh:mm:ss" |
|
value-format="YYYY-MM-DD hh:mm:ss" |
|
/> |
|
</el-form-item> |
|
<el-form-item label="在库时长" prop="storeTime"> |
|
<el-input v-model="form.storeTime" placeholder="请输入在库时长" /> |
|
</el-form-item> |
|
<el-form-item label="订单总件数" prop="totalNumber"> |
|
<el-input v-model="form.totalNumber" placeholder="请输入订单总件数" /> |
|
</el-form-item> |
|
<el-form-item label="在库件数" prop="handQuantity"> |
|
<el-input v-model="form.handQuantity" placeholder="请输入在库件数" /> |
|
</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 label="是" value="2">是</el-option> |
|
<el-option label="否" value="1">否</el-option> |
|
</el-select> |
|
</el-form-item> |
|
<el-form-item label="品牌" prop="brand"> |
|
<el-input v-model="form.brand" placeholder="请输入品牌" /> |
|
</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 label="干" value="1">干</el-option> |
|
<el-option label="仓" value="2">仓</el-option> |
|
<el-option label="配" value="3">配</el-option> |
|
</el-select> |
|
</el-form-item> |
|
<el-form-item label="顾客名字" prop="customerName"> |
|
<el-input v-model="form.customerName" placeholder="请输入顾客名字" /> |
|
</el-form-item> |
|
<el-form-item label="顾客电话" prop="customerTelephone"> |
|
<el-input v-model="form.customerTelephone" placeholder="请输入顾客电话" /> |
|
</el-form-item> |
|
<el-form-item label="顾客地址" prop="customerAddress"> |
|
<el-input v-model="form.customerAddress" placeholder="请输入顾客地址" /> |
|
</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 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 label="待配送" value="2">待配送</el-option> |
|
<el-option label="配送" value="1">配送</el-option> |
|
</el-select> |
|
</el-form-item> |
|
</el-form> |
|
<!-- 表单按钮 --> |
|
<template #footer> |
|
<span v-if="!view" class="dialog-footer"> |
|
<el-button type="primary" icon="el-icon-circle-check" @click="handleSubmit" |
|
>提 交</el-button |
|
> |
|
<el-button icon="el-icon-circle-close" @click="box = false">取 消</el-button> |
|
</span> |
|
</template> |
|
</el-dialog> |
|
|
|
<!-- 零担导入 --> |
|
<el-dialog title="零担导入" append-to-body v-model="excelBox" width="555px"> |
|
<avue-form :option="excelOption" v-model="excelForm" :upload-after="uploadAfter"> |
|
<template #excelTemplate> |
|
<el-button type="primary" @click="handleTemplate"> |
|
点击下载<i class="el-icon-download el-icon--right"></i> |
|
</el-button> |
|
</template> |
|
</avue-form> |
|
</el-dialog> |
|
|
|
<!-- 打印 --> |
|
<MyPrint v-model="popUpShow.printVisited" :html="html" type="titlePrint"> </MyPrint> |
|
</div> |
|
<!-- 零担拆单 --> |
|
<el-dialog |
|
v-model="zerodialogTableVisible" |
|
width="65%" |
|
title="运单信息" |
|
:show-close="false" |
|
:lock-scroll="false" |
|
:align-center="true" |
|
> |
|
<div class="topbox"> |
|
<div class="titlxbx"> |
|
<div> |
|
<div>运单号</div> |
|
<div>{{ rowobj.waybillNumber }}</div> |
|
</div> |
|
<div> |
|
<div>品牌</div> |
|
<div>{{ rowobj.brand }}</div> |
|
</div> |
|
<div> |
|
<div></div> |
|
<div></div> |
|
</div> |
|
</div> |
|
<div class="titlxbx"> |
|
<div> |
|
<div>发货单位</div> |
|
<div>{{ rowobj.shipper }}</div> |
|
</div> |
|
<div> |
|
<div>发货人</div> |
|
<div>{{ rowobj.shipperName }}</div> |
|
</div> |
|
<div> |
|
<div>发货方电话</div> |
|
<div>{{ rowobj.shipperMobile }}</div> |
|
</div> |
|
</div> |
|
<div class="titlxbx"> |
|
<div> |
|
<div>发货方地址</div> |
|
<div>{{ rowobj.shipperAddress }}</div> |
|
</div> |
|
<div> |
|
<div></div> |
|
<div></div> |
|
</div> |
|
<div> |
|
<div></div> |
|
<div></div> |
|
</div> |
|
</div> |
|
<div class="titlxbx"> |
|
<div> |
|
<div>收货单位</div> |
|
<div>{{ rowobj.consignee }}</div> |
|
</div> |
|
<div> |
|
<div>收货人</div> |
|
<div>{{ rowobj.consigneeName }}</div> |
|
</div> |
|
<div> |
|
<div>收货电话</div> |
|
<div>{{ rowobj.consigneeMobile }}</div> |
|
</div> |
|
</div> |
|
<div class="titlxbx"> |
|
<div> |
|
<div>收货地址</div> |
|
<div>{{ rowobj.consigneeAddress }}</div> |
|
</div> |
|
<div> |
|
<div></div> |
|
<div></div> |
|
</div> |
|
<div> |
|
<div>运单总件数</div> |
|
<div>{{ rowobj.totalCount }}</div> |
|
</div> |
|
</div> |
|
<div class="titlxbx"> |
|
<div> |
|
<div>货物类型</div> |
|
<div>{{ rowobj.goodsName }}</div> |
|
</div> |
|
<div> |
|
<div>订单总件数</div> |
|
<div>{{ rowobj.totalNumber }}</div> |
|
</div> |
|
|
|
<div> |
|
<div>剩余件数</div> |
|
<div>{{ rowobj.handQuantity }}</div> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="maxitembxlist" v-loading="zeroload" element-loading-text="Loading..."> |
|
<div class="items" v-for="(item, index) in orderlist" :key="item"> |
|
<div class="titltophead"> |
|
<div>订单{{ index + 1 }}</div> |
|
<div> |
|
<el-icon class="icons" @click="addorder"><CirclePlusFilled /></el-icon> |
|
<el-icon v-if="orderlist.length > 1" class="icons" @click="rmvorder(index)" |
|
><RemoveFilled |
|
/></el-icon> |
|
</div> |
|
</div> |
|
<div class="contbx"> |
|
<div class="tabitem"> |
|
<div>货物名称</div> |
|
|
|
<div>可用件数</div> |
|
<div>分配数量</div> |
|
</div> |
|
<div class="contentitem" v-for="itemlimit in item.goods" :key="itemlimit"> |
|
<div> |
|
{{ itemlimit.productName }} |
|
</div> |
|
<div class="numbinput"> |
|
<el-input-number class="w100" v-model="itemlimit.quantity" disabled /> |
|
</div> |
|
<div class="numbinput"> |
|
<el-input-number |
|
class="w100" |
|
:min="0" |
|
:max="itemlimit.quantity" |
|
:value-on-clear="0" |
|
v-model="itemlimit.splitNum" |
|
:controls="false" |
|
:precision="0" |
|
placeholder="请输入数量" |
|
/> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="editinput"> |
|
<div class="inputitem"> |
|
<div class="inpts"> |
|
<span>收货人:</span> |
|
<div> |
|
<el-input v-model="item.name" placeholder="请输入收货人" /> |
|
</div> |
|
</div> |
|
<div class="inpts"> |
|
<span>收货人电话:</span> |
|
<div> |
|
<el-input v-model="item.phone" placeholder="请输入收货人电话" /> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="inputitem"> |
|
<div class="inpts"> |
|
<span>收货人地址:</span> |
|
<div> |
|
<el-input v-model="item.addres" placeholder="请输入收货人地址" /> |
|
</div> |
|
</div> |
|
<div class="inpts"> |
|
<span>备注:</span> |
|
<div> |
|
<el-input v-model="item.rak" type="textarea" placeholder="请输入备注" /> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="btsbx"> |
|
<el-button @click="zerodialogTableVisible = false">取消</el-button> |
|
<el-button :disabled="zeroload" type="primary" @click="hidedial">确认</el-button> |
|
</div> |
|
</el-dialog> |
|
<!-- 拆单弹窗 --> |
|
<el-dialog v-model="dialogSplitthe" title="新增拆单任务"> |
|
<el-button type="primary" @click="newadd">新增</el-button> |
|
<div style="margin-top: 20px" class="el_txt_title"> |
|
<el-text>拆单任务:{{ Splittheform.PackageList.length }}</el-text> |
|
<el-text>在库件数:{{ this.dataRwo.handQuantity }}</el-text> |
|
<el-text>拆单件数总数:{{ Totalnumbersplitorders }}</el-text> |
|
</div> |
|
<el-form |
|
:model="Splittheform" |
|
label-width="auto" |
|
class="el_form_box" |
|
ref="ruleFormRef" |
|
:rules="ruleForm" |
|
v-loading="tcloading" |
|
element-loading-text="Loading..." |
|
> |
|
<template v-for="(item, index) in Splittheform.PackageList"> |
|
<div class="el_item_box"> |
|
<div class="el_content"> |
|
<el-form-item |
|
label="拆单件数" |
|
:prop="`PackageList[${index}.taskNumber]`" |
|
:rules="ruleForm.taskNumber" |
|
> |
|
<el-input-number |
|
v-model="item.taskNumber" |
|
:min="0" |
|
:controls="false" |
|
placeholder="请输入拆单件数" |
|
@change="changeTaskNumber" |
|
:value-on-clear="0" |
|
/> |
|
</el-form-item> |
|
<el-form-item |
|
label="客户名称" |
|
:prop="`PackageList[${index}.customerName]`" |
|
:rules="ruleForm.customerName" |
|
> |
|
<el-input v-model="item.customerName" placeholder="请输入客户名称" /> |
|
</el-form-item> |
|
<el-form-item |
|
label="客户电话" |
|
:prop="`PackageList[${index}.customerTelephone]`" |
|
:rules="ruleForm.customerTelephone" |
|
> |
|
<el-input v-model="item.customerTelephone" placeholder="请输入客户电话" /> |
|
</el-form-item> |
|
</div> |
|
<el-form-item |
|
label="客户地址" |
|
class="el_Address" |
|
:prop="`PackageList[${index}.customerAddress]`" |
|
:rules="ruleForm.customerAddress" |
|
> |
|
<el-input v-model="item.customerAddress" placeholder="请输入客户地址" /> |
|
</el-form-item> |
|
<div class="el_delete"> |
|
<el-button type="primary" @click="packListdelete(item, index)">删除</el-button> |
|
</div> |
|
</div> |
|
<el-divider /> |
|
</template> |
|
</el-form> |
|
<template #footer> |
|
<div class="dialog-footer"> |
|
<el-button @click="dialogSplitthe = false">取消</el-button> |
|
<el-button type="primary" @click="Splitordersubmission"> 确定 </el-button> |
|
</div> |
|
</template> |
|
</el-dialog> |
|
|
|
<MultiConditionSearch |
|
v-model:modelValue="dialogVisible" |
|
:title="popupTitle" |
|
v-model:inputValue="searchInput" |
|
@dialogSearchSubmit="handleSearchSubmit" |
|
/> |
|
</basic-container> |
|
<edittablehead |
|
@closce="showdrawer" |
|
:drawerShow="drawerShow" |
|
:columnList="columnList" |
|
v-model="columnList" |
|
></edittablehead> |
|
</template> |
|
|
|
<script> |
|
import { |
|
getList, |
|
getDetail, |
|
add, |
|
update, |
|
remove, |
|
addStock, |
|
stockArticExport, |
|
postShowOrderCode, |
|
getCollectt, |
|
$_batchcreatetask, |
|
$_checkordercode, |
|
$_zeroetail, |
|
$_splitOrder, |
|
} from '@/api/distribution/distributionStockArticle'; |
|
import { getListOwn } from '@/api/distribution/distributionParcelList'; |
|
import { addCallDelivery, $_updateBatchClient } from '@/api/distribution/distrilbutionCallDelivery'; |
|
import { addClient } from '@/api/distribution/distributionClientMessage'; |
|
import { addService } from '@/api/distribution/distributionServiceLog'; |
|
import option from '@/option/distribution/distributionStockArticle'; |
|
import { mapGetters } from 'vuex'; |
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
import dayjs from 'dayjs'; |
|
import { exportBlob } from '@/api/common'; |
|
import { getToken } from '@/utils/auth'; |
|
import { downloadXls, getObjType, handleClearTableQuery, isNumber } from '@/utils/util'; |
|
import { columnList } from '@/option/distribution/distributionStockArticleSelf'; |
|
import { deepClone, setNodeHeight, hanleTextLineFeed } from '@/utils/util.js'; |
|
import { ElMessage, ElMessageBox } from 'element-plus'; |
|
import MultiConditionSearch from '@/components/MultiConditionSearch/MultiConditionSearch.vue'; |
|
const _newCol = deepClone(columnList); |
|
|
|
export default { |
|
components: { |
|
MultiConditionSearch, |
|
}, |
|
data() { |
|
return { |
|
dialogVisible: false, |
|
popupTitle: '', |
|
searchInput: '', |
|
excelForm: {}, |
|
excelBox: false, |
|
tcloading: false, |
|
rowobj: {}, |
|
zeroload: false, |
|
parcelList: [], |
|
orderobj: { |
|
name: '', |
|
phone: '', |
|
addres: '', |
|
rak: '', |
|
goods: [ |
|
{ |
|
productName: '', |
|
splitNum: '', |
|
}, |
|
], |
|
}, |
|
orderlist: [ |
|
{ |
|
name: '', |
|
phone: '', |
|
addres: '', |
|
rak: '', |
|
goods: [ |
|
{ |
|
productName: '', |
|
splitNum: 0, |
|
}, |
|
], |
|
}, |
|
], |
|
zerodialogTableVisible: false, |
|
Totalnumbersplitorders: 0, |
|
dataRwo: {}, |
|
ruleForm: { |
|
taskNumber: [{ required: true, message: '请输入请输入拆单件数', trigger: ['change'] }], |
|
customerName: [{ required: true, message: '请输入请输入客户名称', trigger: ['change'] }], |
|
customerTelephone: [ |
|
{ required: true, message: '请输入请输入客户电话', trigger: ['change'] }, |
|
{ validator: this.validatePhone, trigger: 'blur' }, |
|
], |
|
customerAddress: [{ required: true, message: '请输入请输入客户地址', trigger: ['change'] }], |
|
}, |
|
ruleFormRef: null, |
|
dialogSplitthe: false, |
|
Splittheform: { |
|
PackageList: [ |
|
{ |
|
stockArticleId: '', //被拆订单ID |
|
orderCode: '', //被拆订单 |
|
mallName: '', //商场名称 |
|
taskNumber: '', //任务拆单数量 |
|
customerName: '', //新的客户姓名 |
|
customerTelephone: '', //新的客户联系方式 |
|
customerAddress: '', //新的客户地址 |
|
}, |
|
], |
|
}, |
|
excelOption: { |
|
submitBtn: false, |
|
emptyBtn: false, |
|
column: [ |
|
{ |
|
label: '文件上传', |
|
prop: 'excelFile', |
|
type: 'upload', |
|
drag: true, |
|
loadText: '文件上传,请稍等', |
|
span: 24, |
|
propsHttp: { |
|
res: 'data', |
|
}, |
|
tip: '请上传 .xls,.xlsx 标准格式文件', |
|
action: '/api/logpm-distribution/distributionStockArticle/import-stockArticle', |
|
}, |
|
{ |
|
label: '模板下载', |
|
prop: 'excelTemplate', |
|
formslot: true, |
|
span: 24, |
|
}, |
|
], |
|
}, |
|
columnList: _newCol, |
|
columnListedit: [], |
|
drawerShow: false, |
|
height: 0, |
|
// 弹框标题 |
|
title: '', |
|
// 是否展示弹框 |
|
box: false, |
|
// 是否显示查询 |
|
search: true, |
|
// 加载中 |
|
loading: true, |
|
// 是否为查看模式 |
|
view: false, |
|
// 查询信息 |
|
query: {}, |
|
// 分页信息 |
|
page: { |
|
currentPage: 1, |
|
pageSize: 30, |
|
total: 40, |
|
}, |
|
// 表单数据 |
|
form: {}, |
|
formCall: {}, // 通知 |
|
formService: {}, // 服务 |
|
formCustomer: {}, // 客户 |
|
// 选择行 |
|
selectionList: [], |
|
// 表单配置 |
|
option: option, |
|
// 表单列表 |
|
data: [], |
|
distributionType: [], |
|
deliveryOrderStatus: [], |
|
dialogTableVisible: false, |
|
dialogFormVisible: false, |
|
dialogFormCustomer: false, //多选客户弹窗 |
|
dialogFormCustomerOwn: false, //单独的客户标识 |
|
dialogFormService: false, |
|
formLabelWidth: '120px', |
|
handler: true, //首次 |
|
trade: false, // 商 |
|
municipal: true, // 市 |
|
taker: true, // 自提 |
|
stockupDate: [], |
|
defaultTime2: [new Date(2000, 1, 1, 0, 0, 0), new Date(2000, 2, 1, 23, 59, 59)], // '12:00:00', '08:00:00' |
|
shortcuts: [ |
|
{ |
|
text: '最近一周', |
|
value: () => { |
|
const end = new Date(); |
|
const start = new Date(); |
|
start.setTime(start.getTime() - 3600 * 1000 * 24 * 7); |
|
return [start, end]; |
|
}, |
|
}, |
|
{ |
|
text: '最近一个月', |
|
value: () => { |
|
const end = new Date(); |
|
const start = new Date(); |
|
start.setTime(start.getTime() - 3600 * 1000 * 24 * 30); |
|
return [start, end]; |
|
}, |
|
}, |
|
{ |
|
text: '最近三个月', |
|
value: () => { |
|
const end = new Date(); |
|
const start = new Date(); |
|
start.setTime(start.getTime() - 3600 * 1000 * 24 * 90); |
|
return [start, end]; |
|
}, |
|
}, |
|
], |
|
rules: { |
|
address: [{ required: true, message: '请输入收货人地址', trigger: ['blur', 'change'] }], |
|
phone: [{ required: true, message: '请输入收货人电话', trigger: ['blur', 'change'] }], |
|
name: [{ required: true, message: '请输入收货人名称', trigger: ['blur', 'change'] }], |
|
}, |
|
loginRules: { |
|
typeService: [{ required: true, message: '请选择服务类型', trigger: ['blur', 'change'] }], |
|
cost: [{ required: true, message: '请输入费用', trigger: ['blur', 'change'] }], |
|
cause: [{ required: true, message: '请输入原因', trigger: ['blur', 'change'] }], |
|
}, |
|
/** loading */ |
|
loadingObj: { |
|
/** 页面loading */ |
|
pageLoading: false, |
|
}, |
|
/** 渲染的html */ |
|
html: '', |
|
popUpShow: { |
|
printVisited: false, |
|
}, |
|
/** 展示数据 */ |
|
totalInfo: { |
|
/** 订单总数 */ |
|
orderNum: 0, |
|
/** 包件总数 */ |
|
packageCodeNum: 0, |
|
/** 运单总数 */ |
|
waybillNum: 0, |
|
}, |
|
}; |
|
}, |
|
mounted() { |
|
this.init(); |
|
this.onLoad(this.page); |
|
}, |
|
computed: { |
|
...mapGetters(['permission']), |
|
permissionList() { |
|
console.log(this.permission, 'this.permission'); |
|
return { |
|
addBtn: this.validData(this.permission.basicdataBrandCategory_add, false), |
|
viewBtn: this.validData(this.permission.basicdataBrandCategory_view, false), |
|
delBtn: this.validData(this.permission.basicdataBrandCategory_delete, false), |
|
editBtn: this.validData(this.permission.basicdataBrandCategory_edit, false), |
|
distributionStockList_unpack: this.validData( |
|
this.permission.distributionStockList_unpack, |
|
false |
|
), |
|
}; |
|
}, |
|
ids() { |
|
let ids = []; |
|
this.selectionList.forEach(ele => { |
|
ids.push(ele.id); |
|
}); |
|
return ids.join(','); |
|
}, |
|
}, |
|
watch: { |
|
// 监听 item.customerTelephone 的变化 |
|
'item.customerTelephone'(newValue, aaaa) { |
|
console.log('新值:', newValue); |
|
console.log('旧值:', aaaa); |
|
}, |
|
}, |
|
methods: { |
|
// 未入库数量跳转 |
|
InformationViewing(row) { |
|
if (!row.notReceived || Number(row.isZero)) { |
|
return; |
|
} |
|
this.$router.push({ |
|
path: '/distribution/inventory/delivery/Unstoreddetails', |
|
query: { |
|
id: row.id, |
|
orderCode: row.orderCode, |
|
name: '未入库订单详情 - ' + row.orderCode, |
|
isZero: row.isZero, |
|
}, |
|
}); |
|
}, |
|
//导出 |
|
handleExport() { |
|
let row = {}; |
|
if (!!this.ids) { |
|
row.ids = this.ids; |
|
} |
|
row = { ...row, ...this.query }; |
|
stockArticExport(row).then(res => { |
|
console.log(res.data); |
|
downloadXls(res.data, '全部订单数据.xlsx'); |
|
}); |
|
}, |
|
|
|
uploadAfter(res, done, loading, column) { |
|
window.console.log(column); |
|
this.excelBox = false; |
|
this.refreshChange(); |
|
done(); |
|
}, |
|
refreshChange() { |
|
this.onLoad(this.page, this.query); |
|
}, |
|
handleImport() { |
|
this.excelBox = true; |
|
}, |
|
handleTemplate() { |
|
exportBlob( |
|
`/api/logpm-distribution/distributionStockArticle/import-stockArticle?${ |
|
this.website.tokenHeader |
|
}=${getToken()}` |
|
).then(res => { |
|
downloadXls(res.data, '用户数据模板.xlsx'); |
|
}); |
|
}, |
|
|
|
showdrawer(value) { |
|
this.drawerShow = value; |
|
}, |
|
selectionsc(value) { |
|
console.log(value); |
|
}, |
|
delectsolt(scope) { |
|
const { row } = scope; |
|
console.log(row); |
|
}, |
|
editsolt(scope) { |
|
const { row } = scope; |
|
console.log(row); |
|
}, |
|
btnsc(index, row) { |
|
console.log(index, row); |
|
}, |
|
selectsc(index, row) { |
|
console.log(index, row); |
|
|
|
const key = row.prop.replace('Name', ''); |
|
|
|
this.query[key] = index; |
|
if (!index) delete this.query[key]; |
|
this.page.currentPage = 1; |
|
this.onLoad(this.page); |
|
}, |
|
timesc(index, row) { |
|
console.log(index, row); |
|
if (!!index) { |
|
index = dayjs(index).format('YYYY-MM-DD'); |
|
} |
|
this.query[row.prop] = index; |
|
if (!index) { |
|
delete this.query[row.prop]; |
|
} |
|
this.onLoad(this.page); |
|
}, |
|
inputsc(index, row) { |
|
console.log(index, row); |
|
// console.log(index, row.prop); |
|
this.query[row.prop] = index; |
|
this.onLoad(this.page); |
|
}, |
|
handleMoke() { |
|
if (this.selectionList.length === 0) { |
|
this.$message.warning('请选择至少一条数据'); |
|
return; |
|
} |
|
// let flag = false; |
|
console.log('this.selectionList :>> ', this.selectionList); |
|
|
|
// 循环并检测是否符合要求 |
|
let _mallName = this.selectionList[0].mallName; |
|
const flag = this.selectionList.every(i => { |
|
if (_mallName !== i.mallName) { |
|
this.$message.warning('请选择同一商场操作'); |
|
return false; |
|
} |
|
if (i.reservationStatus === '30') { |
|
this.$message.warning(i.orderCode + ' - 已预约,请勿重复预约!!!'); |
|
return false; |
|
} |
|
if (i.typeService == 3) { |
|
this.$message.warning(i.orderCode + ' - 为自提单,无法预约!!!'); |
|
return false; |
|
} |
|
return true; |
|
}); |
|
if (!flag) return; |
|
|
|
// 判断orderId是否全都相等 |
|
const notEqualFlag = this.selectionList.some( |
|
item => |
|
this.selectionList.filter( |
|
ele => |
|
ele.customerName !== item.customerName && |
|
ele.customerTelephone !== item.customerTelephone && |
|
ele.customerAddress !== item.customerAddress |
|
).length >= 1 |
|
); |
|
console.log('notEqualFlag=====', notEqualFlag); |
|
// 返回true,说明有不同 |
|
// 返回false,说明全都相等 |
|
if (!notEqualFlag) { |
|
this.$router.push({ |
|
path: '/distribution/reservation/reservationSubmitFrom', |
|
query: { |
|
id: this.ids, |
|
}, |
|
}); |
|
} else { |
|
this.$message.warning('请选择相同收货信息的订单!!!'); |
|
} |
|
}, |
|
async handleStockList() { |
|
if (this.selectionList.length === 0) { |
|
this.$message.warning('请选择至少一条数据'); |
|
return; |
|
} |
|
|
|
let lost = true; |
|
const _mallName = this.selectionList[0].mallName; |
|
let ids = []; |
|
|
|
// 循环并检测是否符合要求 |
|
const isReturn = this.selectionList.every(item => { |
|
console.log('yuyuyuuyu', item); |
|
if (_mallName !== item.mallName) { |
|
this.$message.warning('请选择同一商场'); |
|
console.log('_mallName !== item.mallName :>> ', _mallName !== item.mallName); |
|
return false; |
|
} |
|
console.log(123123); |
|
|
|
// 判断订单类型 |
|
if (Number(item.typeService) === 1) { |
|
this.$message.warning(item.orderCode + ' - 为商配订单, 无法转为库存品'); |
|
return false; |
|
} |
|
|
|
if (item.reservationStatus == '30') { |
|
console.log('1 :>> ', 1); |
|
this.$message.warning(item.orderCode + ' - 已预约,无法转为库存品!!!'); |
|
return false; |
|
} |
|
/* if (item.typeService == 3) { |
|
console.log('2 :>> ', 2); |
|
this.$message.warning(item.orderCode + ' - 为自提单,无法转为库存品!!!'); |
|
return false; |
|
} */ |
|
if (item.freezeStatus == '30') { |
|
console.log('3 :>> ', 3); |
|
this.$message.warning(item.orderCode + ' - 为冻结单,无法转为库存品!!!'); |
|
return false; |
|
} |
|
if (item.isZero === '1' && item.completeSet === '1') { |
|
console.log('4 :>> ', 4); |
|
this.$message.warning(item.orderCode + ' - 未齐套,无法转为库存品!!!'); |
|
return false; |
|
} |
|
console.log('item :>> ', item); |
|
if (item.isZero === '1') { |
|
this.$message.warning(item.orderCode + ' - 为零担订单,暂无法转为库存品'); |
|
return false; |
|
} |
|
console.log('111 :>> ', 111); |
|
ids.push(item.id); |
|
return true; |
|
}); |
|
console.log('isReturn :>> ', isReturn); |
|
|
|
// 不满足提交条件, 退出函数 |
|
if (!isReturn) return; |
|
//查询库存数据 |
|
|
|
if (this.selectionList.length === 1) { |
|
console.log('111>>>>>>>>>>>>>>', this.selectionList[0]); |
|
return this.$router.push( |
|
'/distribution/inventory/distributionStockArticleFrom?id=' + this.selectionList[0].id |
|
); |
|
} |
|
const res = await getListOwn(this.page.currentPage, this.page.pageSize, { |
|
stockArticleIds: ids.join(','), |
|
parcelType: '2', |
|
}); |
|
// console.log("包件物料不存在!!",res.data.data.records); |
|
lost = res.data.data.records.every(val => { |
|
console.log('val.materialId :>> ', val.materialId); |
|
if (!val.materialId) return false; |
|
return true; |
|
}); |
|
|
|
// 如果订单数据信息不全, 退出函数 |
|
if (!lost) { |
|
return this.$message.warning( |
|
'订单信息不完整,请完善包件信息!如没有请维护物料信息,在选择!!!' |
|
); |
|
} |
|
|
|
this.getSock(); |
|
}, |
|
getSock() { |
|
this.$confirm('确定将选择的订单转为库存品吗?', { |
|
confirmButtonText: '确定', |
|
cancelButtonText: '取消', |
|
type: 'warning', |
|
}) |
|
.then(() => { |
|
return addStock(this.ids); |
|
}) |
|
.then(() => { |
|
this.selectionClear(); |
|
this.onLoad(this.page); |
|
this.$message({ |
|
type: 'success', |
|
message: '操作成功!', |
|
}); |
|
}); |
|
}, |
|
// 修改收货单位 |
|
Modifyreceivingunit() { |
|
if (!this.selectionList.length) { |
|
this.$message.warning('请勾选要修改的数据'); |
|
return; |
|
} |
|
ElMessageBox.prompt('请输入要修改的收货单位', '修改收货单位', { |
|
confirmButtonText: '确定', |
|
cancelButtonText: '取消', |
|
inputPattern: /^\S+$/, |
|
inputErrorMessage: '收货单位不能为空', |
|
}) |
|
.then(({ value }) => { |
|
console.log(value, '填写的参数'); |
|
let data = { |
|
entityList: [], |
|
}; |
|
console.log(this.selectionList, 'this.selectionList'); |
|
// this.selectionList.forEach(item,index=>{ |
|
// console.log(item,'item'); |
|
// data['entityList'].push({ |
|
// id:item.id, |
|
// consigneeUnit:value, |
|
// mallName:value, |
|
// }) |
|
// }) |
|
data['entityList'] = this.selectionList.map(item => { |
|
return { |
|
id: item.id, |
|
consigneeUnit: value, |
|
mallName: value, |
|
}; |
|
}); |
|
$_updateBatchClient(data).then(res => { |
|
console.log(res, '修改成功'); |
|
if (res.data.code == 200) { |
|
ElMessage({ |
|
message: res.data.msg, |
|
type: 'success', |
|
}); |
|
this.onLoad(this.page); |
|
} |
|
}); |
|
}) |
|
.catch(() => {}); |
|
}, |
|
//确定通知提货按钮 |
|
callFordelivery(inde) { |
|
switch (inde) { |
|
case '1': |
|
console.log(this.formCall); |
|
this.formCall.waybillNumber = this.ids; |
|
addCallDelivery(this.formCall).then(() => { |
|
this.$message({ |
|
type: 'success', |
|
message: '操作成功!', |
|
}); |
|
this.dialogFormVisible = false; |
|
this.formCall = {}; |
|
this.onLoad(this.page); |
|
}); |
|
break; |
|
case '2': |
|
this.$refs.formServiceRef.validate(valid => { |
|
if (!valid) { |
|
return; |
|
} |
|
|
|
this.formService.stockArticleId = this.ids; |
|
// console.log("服务类型",this.formService); |
|
addService(this.formService).then(() => { |
|
this.$message({ |
|
type: 'success', |
|
message: '操作成功!', |
|
}); |
|
this.dialogFormService = false; |
|
this.formService = {}; |
|
this.onLoad(this.page); |
|
}); |
|
}); |
|
|
|
break; |
|
case '3': |
|
this.$refs.formCustomerRef.validate(valid => { |
|
if (!valid) { |
|
return; |
|
} |
|
|
|
console.log('客户信息!!!', this.formCustomer); |
|
if (!this.dialogFormCustomerOwn) { |
|
this.formCustomer.stockArticleId = this.ids; |
|
} |
|
addClient(this.formCustomer).then(() => { |
|
this.$message({ |
|
type: 'success', |
|
message: '操作成功!', |
|
}); |
|
this.dialogFormCustomer = false; |
|
this.dialogFormCustomerOwn = false; |
|
this.formCustomer = {}; |
|
this.onLoad(this.page); |
|
}); |
|
}); |
|
|
|
break; |
|
} |
|
}, |
|
//提货跳转 |
|
handlebill(row) { |
|
console.log('>>>>', this.ids); |
|
if (this.selectionList.length === 0) { |
|
this.$message.warning('请选择至少一条数据'); |
|
return; |
|
} |
|
this.$store.commit('DEL_ONCE_TAG', '^/distribution/inventory/distrilbutionBillLading\\?'); |
|
this.$router.push({ |
|
path: '/distribution/inventory/distrilbutionBillLading', |
|
query: { |
|
id: this.ids, |
|
}, |
|
}); |
|
}, |
|
//通知提货 |
|
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; |
|
} |
|
let a = this.selectionList.find(i => i.reservationStatus == '30'); |
|
if (!!a) { |
|
this.$message.warning('有已预约的数据,不能修改!!!'); |
|
return; |
|
} |
|
switch (ind) { |
|
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; |
|
this.formService = {}; |
|
break; |
|
case '3': |
|
this.dialogFormCustomer = true; |
|
this.formCustomer = {}; |
|
break; |
|
} |
|
}, |
|
init() { |
|
this.height = this.setPx(document.body.clientHeight - 340); |
|
getDictionaryBiz('distribution_type').then(res => { |
|
this.distributionType = res.data.data; |
|
this.$functions.checkcColumnList('typeServerName', this.columnList).checkarr = |
|
res.data.data.map(item => { |
|
item.value = item.dictKey; |
|
item.label = item.dictValue; |
|
return item; |
|
}); |
|
|
|
// 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.$functions.checkcColumnList('orderStatusName', this.columnList).checkarr = |
|
res.data.data.map(item => { |
|
item.value = item.dictKey; |
|
item.label = item.dictValue; |
|
return item; |
|
}); |
|
// this.columnList[24].checkarr =res.data.data.map(item=>{ |
|
// item.value=item.dictKey |
|
// item.label=item.dictValue |
|
// return item |
|
// }); |
|
}); |
|
|
|
getDictionaryBiz('basic_grounding').then(res => { |
|
this.$functions.checkcColumnList('groundingStatusName', this.columnList).checkarr = |
|
res.data.data.map(item => { |
|
item.value = item.dictKey; |
|
item.label = item.dictValue; |
|
return item; |
|
}); |
|
// this.columnList[19].checkarr =res.data.data.map(item=>{ |
|
// item.value=item.dictKey |
|
// item.label=item.dictValue |
|
// return item |
|
// }); |
|
}); |
|
getDictionaryBiz('freeze_status').then(res => { |
|
this.$functions.checkcColumnList('freezeStatusName', this.columnList).checkarr = |
|
res.data.data.map(item => { |
|
item.value = item.dictKey; |
|
item.label = item.dictValue; |
|
return item; |
|
}); |
|
// this.columnList[19].checkarr =res.data.data.map(item=>{ |
|
// item.value=item.dictKey |
|
// item.label=item.dictValue |
|
// return item |
|
// }); |
|
}); |
|
getDictionaryBiz('order_stockup_status').then(res => { |
|
this.$functions.checkcColumnList('stockupStatusName', this.columnList).checkarr = |
|
res.data.data.map(item => { |
|
item.value = item.dictKey; |
|
item.label = item.dictValue; |
|
return item; |
|
}); |
|
// this.columnList[36].checkarr =res.data.data.map(item=>{ |
|
// item.value=item.dictKey |
|
// item.label=item.dictValue |
|
// return item |
|
// }); |
|
}); |
|
getDictionaryBiz('order_reservation_status').then(res => { |
|
this.$functions.checkcColumnList('reservationStatusName', this.columnList).checkarr = |
|
res.data.data.map(item => { |
|
item.value = item.dictKey; |
|
item.label = item.dictValue; |
|
return item; |
|
}); |
|
// this.columnList[35].checkarr =res.data.data.map(item=>{ |
|
// item.value=item.dictKey |
|
// item.label=item.dictValue |
|
// return item |
|
// }); |
|
}); |
|
getDictionaryBiz('order_receive_status').then(res => { |
|
this.$functions.checkcColumnList('orderReceiveStatusName', this.columnList).checkarr = |
|
res.data.data.map(item => { |
|
item.value = item.dictKey; |
|
item.label = item.dictValue; |
|
return item; |
|
}); |
|
}); |
|
}, |
|
searchHide() { |
|
this.search = !this.search; |
|
|
|
setNodeHeight(this.$refs.tableNode.$el, '', true); |
|
}, |
|
// 拆单新增 |
|
newadd() { |
|
let data = { |
|
stockArticleId: '', //被拆订单ID |
|
orderCode: '', //被拆订单 |
|
mallName: '', //商场名称 |
|
taskNumber: '', //任务拆单数量 |
|
customerName: '', //新的客户姓名 |
|
customerTelephone: '', //新的客户联系方式 |
|
customerAddress: '', //新的客户地址 |
|
}; |
|
this.Splittheform.PackageList.push(data); |
|
}, |
|
// 拆单电话校验 |
|
validatePhone(rule, value, callback) { |
|
const phonePattern = /^1[3-9]\d{9}$/; //中国大陆手机号的正则表达式 |
|
if (!value) { |
|
callback(new Error('请输入客户电话')); |
|
} else if (!phonePattern.test(value)) { |
|
callback(new Error('请输入有效的电话号码')); |
|
} else { |
|
callback(); |
|
} |
|
}, |
|
|
|
async openDialog(title, input) { |
|
this.popupTitle = title; |
|
console.log(input, '输入框值1'); |
|
if (input) { |
|
const formattedInput = await input.split(',').join('\n'); |
|
console.log(formattedInput, '输入框值2'); |
|
|
|
this.searchInput = formattedInput; // 赋值给 inputAll |
|
} else { |
|
this.searchInput = ''; |
|
} |
|
console.log(this.searchInput, '输入框值3'); |
|
this.dialogVisible = true; |
|
}, |
|
handleSearchSubmit(value) { |
|
const lines = value |
|
.split('\n') // 按换行分割 |
|
.map(line => line.trim()) // 移除每一行前后的空格 |
|
.filter(line => line !== ''); // 过滤掉空行 |
|
|
|
const joinedLines = lines.join(','); // 使用逗号连接,无空格 |
|
|
|
if (this.popupTitle == '订单自编号搜索') { |
|
this.query.orderCodeNum = joinedLines; //搜索框值 |
|
} else if (this.popupTitle == '运单号搜索') { |
|
this.query.waybillNum = joinedLines; //搜索框值 |
|
} |
|
this.dialogVisible = false; |
|
}, |
|
// 拆单 |
|
Splittheorder(row) { |
|
console.log(row); |
|
this.dataRwo = row; |
|
let data = { |
|
orderCode: row.orderCode, |
|
}; |
|
this.loading = true; |
|
$_checkordercode(data) |
|
.then(res => { |
|
console.log(res, '是否可以拆单'); |
|
if (res.data.code == 200) { |
|
if (res.data.msg) { |
|
this.$message({ |
|
message: '当前订单已经执行过拆单', |
|
type: 'warning', |
|
}); |
|
} else { |
|
this.Splittheform.PackageList = [ |
|
{ |
|
stockArticleId: '', //被拆订单ID |
|
orderCode: '', //被拆订单 |
|
mallName: '', //商场名称 |
|
taskNumber: '', //任务拆单数量 |
|
customerName: '', //新的客户姓名 |
|
customerTelephone: '', //新的客户联系方式 |
|
customerAddress: '', //新的客户地址 |
|
}, |
|
]; |
|
this.dialogSplitthe = true; |
|
} |
|
} |
|
}) |
|
.catch(error => { |
|
console.log(error); |
|
}) |
|
.finally(() => { |
|
this.loading = false; |
|
}); |
|
}, |
|
// 零担拆单 |
|
async zeroSplittheorder(row) { |
|
console.log(row); |
|
|
|
this.zerodialogTableVisible = true; |
|
let _data = { |
|
orderId: row.id, |
|
}; |
|
let res = await $_zeroetail(_data); |
|
console.log(res, 'res'); |
|
const { code, data } = res.data; |
|
if (code != 200) { |
|
return; |
|
} |
|
let _obj = { |
|
...data.orderInfo, |
|
...data.waybillEntity, |
|
}; |
|
console.log(data.orderInfo, 'data.orderInfo'); |
|
|
|
console.log(data.waybillEntity, 'data.waybillEntity'); |
|
|
|
console.log(_obj, ' _obj'); |
|
|
|
let Name = data.parcelList.map(res => res.firsts).join(','); |
|
this.rowobj = _obj; |
|
this.orderlist.splice(1); |
|
this.parcelList = data.parcelList; |
|
|
|
// 使用数组来批量设置属性 |
|
['addres', 'name', 'phone', 'rak'].forEach(prop => { |
|
this.orderlist[0][prop] = ''; |
|
}); |
|
this.orderlist[0].goods = this.splitName(Name, data.parcelList); |
|
console.log(this.orderlist[0], 'this.orderlist[0]'); |
|
}, |
|
addorder() { |
|
// 实现对对象内包含的元素进行copy |
|
let obsj = JSON.parse(JSON.stringify(this.orderobj)); |
|
obsj.goods = this.splitName(this.rowobj.goodsName, this.parcelList); |
|
this.orderlist.push(obsj); |
|
}, |
|
splitName(goodName, data) { |
|
console.log(goodName, 'goodName'); |
|
|
|
var t = goodName.split(','); |
|
var arr = []; |
|
for (let i = 0; i < t.length; i++) { |
|
var proN = t[i]; |
|
var o = {}; |
|
o.productName = proN; |
|
o.splitNum = 0; |
|
o.quantity = data[i].quantity; |
|
arr[i] = o; |
|
} |
|
return arr; |
|
}, |
|
rmvorder(index) { |
|
if (this.orderlist.length <= 1) { |
|
this.$message.error('最少一条数据'); |
|
return; |
|
} |
|
this.orderlist.splice(index, 1); |
|
}, |
|
async hidedial() { |
|
this.zeroload = true; |
|
try { |
|
let _arr = []; |
|
let totalNum = 0; |
|
|
|
for (let index = 0; index < this.orderlist.length; index++) { |
|
const value = this.orderlist[index]; |
|
|
|
let _flag = false; |
|
for (let i = 0; i < value.goods.length; i++) { |
|
const item = value.goods[i]; |
|
|
|
console.log('item :>> ', item); |
|
if (isNumber(item.splitNum) && item.splitNum > 0) _flag = true; |
|
totalNum += item.splitNum; |
|
} |
|
|
|
if (!_flag) continue; |
|
let obj = { |
|
waybillNo: this.rowobj.waybillNo, |
|
customerPerson: value.name, |
|
customerMobile: value.phone, |
|
customerAddress: value.addres, |
|
products: value.goods, |
|
}; |
|
_arr.push(obj); |
|
} |
|
console.log(this.rowobj, 'this.rowobj'); |
|
|
|
console.log('_arr :>> ', _arr); |
|
|
|
if (_arr.length === 0) return this.$message.error('请选择需要拆单的数据'); |
|
if (totalNum > this.rowobj.handQuantity) return this.$message.error('总数大于可用数量'); |
|
this.dialogTableVisible = false; |
|
console.log(_arr); |
|
this.zeroload = true; |
|
const res = await $_splitOrder(_arr); |
|
|
|
const { code, data } = res.data; |
|
|
|
if (code !== 200) return this.$message.error('拆单失败'); |
|
this.$message.success('拆单成功'); |
|
|
|
this.page.currentPage = 1; |
|
this.onLoad(this.page); |
|
this.zerodialogTableVisible = false; |
|
// splitOrder(row).then(res => { |
|
// const data = res.data.data; |
|
// this.page.total = data.total; |
|
// this.data = data.records; |
|
// this.loading = false; |
|
// this.orderlist = []; |
|
// this.selectionClear(); |
|
// }); |
|
} catch (error) { |
|
console.log('error :>> ', error); |
|
} finally { |
|
console.log('111 :>> ', 111); |
|
this.zeroload = false; |
|
} |
|
}, |
|
|
|
// 拆单总数统计 |
|
changeTaskNumber() { |
|
this.Totalnumbersplitorders = this.Splittheform.PackageList.reduce( |
|
(accumulator, currentValue) => { |
|
if (!currentValue || currentValue.taskNumber == null) { |
|
return accumulator; |
|
} |
|
return accumulator + currentValue.taskNumber; |
|
}, |
|
0 |
|
); |
|
}, |
|
// 拆单删除 |
|
packListdelete(item, index) { |
|
if (this.Splittheform.PackageList.length == 1) { |
|
this.$message({ |
|
message: '至少保留一条数据', |
|
type: 'warning', |
|
}); |
|
return; |
|
} |
|
ElMessageBox.confirm('是否确认删除?', '提示', { |
|
confirmButtonText: '确认', |
|
cancelButtonText: '取消', |
|
type: 'warning', |
|
}) |
|
.then(() => { |
|
this.Splittheform.PackageList.splice(index, 1); |
|
}) |
|
.catch(() => {}); |
|
}, |
|
// 拆单提交 |
|
Splitordersubmission() { |
|
console.log(this.dataRwo); |
|
this.$refs.ruleFormRef.validate(vialid => { |
|
if (vialid) { |
|
let taskNumberState = this.Splittheform.PackageList.find(item => item.taskNumber == 0); |
|
if (taskNumberState) { |
|
this.$message({ |
|
message: '存在拆单数量为0的任务', |
|
type: 'warning', |
|
}); |
|
return; |
|
} |
|
let sum = this.Splittheform.PackageList.reduce((accumulator, currentValue) => { |
|
if (!currentValue || currentValue.taskNumber == null) { |
|
return accumulator; |
|
} |
|
return accumulator + currentValue.taskNumber; |
|
}, 0); |
|
|
|
if (sum > this.dataRwo.handQuantity) { |
|
ElMessage({ |
|
message: '拆单总数不能大于在库件数', |
|
type: 'warning', |
|
}); |
|
return; |
|
} |
|
ElMessageBox.confirm('是否确认拆单?', '提示', { |
|
confirmButtonText: '确认', |
|
cancelButtonText: '取消', |
|
type: 'warning', |
|
}) |
|
.then(() => { |
|
let data = []; |
|
this.Splittheform.PackageList.forEach(item => { |
|
data.push({ |
|
stockArticleId: this.dataRwo.id, //被拆订单ID |
|
orderCode: this.dataRwo.orderCode, //被拆订单 |
|
mallName: this.dataRwo.mallName, //商场名称 |
|
taskNumber: item.taskNumber, //拆单数量 |
|
customerName: item.customerName, //新的客户姓名 |
|
customerTelephone: item.customerTelephone, //新的客户联系方式 |
|
customerAddress: item.customerAddress, //新的客户地址 |
|
}); |
|
}); |
|
console.log(data, '要提交的数据'); |
|
this.tcloading = true; |
|
$_batchcreatetask(data) |
|
.then(res => { |
|
console.log(res, '拆单成功'); |
|
if (res.data.code == 200) { |
|
this.dialogSplitthe = false; |
|
ElMessage({ |
|
message: res.data.msg, |
|
type: 'success', |
|
}); |
|
this.onLoad(this.page); |
|
} |
|
}) |
|
.catch(error => { |
|
console.log(error); |
|
}) |
|
.finally(() => { |
|
this.tcloading = false; |
|
}); |
|
}) |
|
.catch(() => {}); |
|
} else { |
|
ElMessage({ |
|
message: '信息未填写完整或填写格式不正确!', |
|
type: 'warning', |
|
}); |
|
} |
|
}); |
|
}, |
|
searchChange() { |
|
this.onLoad(this.page); |
|
}, |
|
searchReset() { |
|
this.query = {}; |
|
this.stockupDate = []; |
|
this.page.currentPage = 1; |
|
handleClearTableQuery(this.columnList); |
|
this.onLoad(this.page); |
|
}, |
|
handleSubmit() { |
|
if (!this.form.id) { |
|
add(this.form).then(() => { |
|
this.box = false; |
|
this.onLoad(this.page); |
|
this.$message({ |
|
type: 'success', |
|
message: '操作成功!', |
|
}); |
|
}); |
|
} else { |
|
update(this.form).then(() => { |
|
this.box = false; |
|
this.onLoad(this.page); |
|
this.$message({ |
|
type: 'success', |
|
message: '操作成功!', |
|
}); |
|
}); |
|
} |
|
}, |
|
|
|
//全部 |
|
handleEntire() { |
|
this.handler = true; |
|
this.taker = true; |
|
this.trade = false; |
|
}, |
|
//商配 |
|
handleTrade() { |
|
// this.handler = true; |
|
this.trade = true; |
|
}, |
|
//商配 |
|
handleMunicipal() { |
|
// this.handler = true; |
|
// this.taker = true; |
|
}, |
|
//自提 |
|
handlePickUpStore() { |
|
this.loading = true; |
|
// console.log("this.query",this.query); |
|
let params = {}; |
|
this.query.typeService = '1'; |
|
getList(this.page.currentPage, this.page.pageSize, Object.assign(params, this.query)).then( |
|
res => { |
|
const data = res.data.data; |
|
this.page.total = data.total; |
|
this.data = data.records; |
|
this.loading = false; |
|
this.selectionClear(); |
|
this.handler = false; |
|
this.taker = false; |
|
} |
|
); |
|
}, //自提的通知 |
|
handleInform(index) { |
|
this.loading = true; |
|
// console.log("this.query",this.query); |
|
let params = {}; |
|
this.query.typeService = '1'; |
|
switch (index) { |
|
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 => { |
|
const data = res.data.data; |
|
this.page.total = data.total; |
|
this.data = data.records; |
|
this.loading = false; |
|
this.selectionClear(); |
|
this.handler = false; |
|
this.taker = false; |
|
} |
|
); |
|
}, |
|
handleAdd() { |
|
return this.$message({ |
|
type: 'error', |
|
message: '功能还在开发中', |
|
}); |
|
}, |
|
handleEdit(row) { |
|
this.title = '编辑'; |
|
this.box = true; |
|
getDetail(row.row.id).then(res => { |
|
this.form = res.data.data; |
|
}); |
|
}, |
|
handleView({ row }) { |
|
// this.title = '查看' |
|
// this.view = true; |
|
// this.box = true; |
|
// getDetail(row.id).then(res => { |
|
// this.form = res.data.data; |
|
// }); |
|
// console.log("查看===",row.row); |
|
this.$router.push({ |
|
path: '/distribution/inventory/distributionStockArticleDetails', |
|
query: { |
|
id: row.id, |
|
name: '详情 - ' + row.orderCode, |
|
isZero: row.isZero, |
|
}, |
|
}); |
|
}, |
|
handleDelete() { |
|
if (this.selectionList.length === 0) { |
|
this.$message.warning('请选择至少一条数据'); |
|
return; |
|
} |
|
this.$confirm('确定将选择数据删除?', { |
|
confirmButtonText: '确定', |
|
cancelButtonText: '取消', |
|
type: 'warning', |
|
}) |
|
.then(() => { |
|
return remove(this.ids); |
|
}) |
|
.then(() => { |
|
this.selectionClear(); |
|
this.onLoad(this.page); |
|
this.$message({ |
|
type: 'success', |
|
message: '操作成功!', |
|
}); |
|
}); |
|
}, |
|
rowDel(row) { |
|
this.$confirm('确定将选择数据删除?', { |
|
confirmButtonText: '确定', |
|
cancelButtonText: '取消', |
|
type: 'warning', |
|
}) |
|
.then(() => { |
|
return remove(row.id); |
|
}) |
|
.then(() => { |
|
this.onLoad(this.page); |
|
this.$message({ |
|
type: 'success', |
|
message: '操作成功!', |
|
}); |
|
}); |
|
}, |
|
beforeClose(done) { |
|
done(); |
|
this.form = {}; |
|
this.view = false; |
|
}, |
|
selectionChange(list) { |
|
// console.log("添加阿斯顿发生",list); |
|
this.selectionList = list; |
|
}, |
|
selectionClear() { |
|
this.selectionList = []; |
|
// this.$refs.table.clearSelection(); |
|
}, |
|
currentChange(currentPage) { |
|
this.page.currentPage = currentPage; |
|
this.onLoad(this.page); |
|
}, |
|
sizeChange(pageSize) { |
|
this.page.pageSize = pageSize; |
|
this.onLoad(this.page); |
|
}, |
|
getTime(dat) { |
|
let date = new Date(dat); |
|
var y = date.getFullYear(); |
|
var m = date.getMonth() + 1; |
|
m = m < 10 ? '0' + m : m; |
|
var d = date.getDate(); |
|
d = d < 10 ? '0' + d : d; |
|
var h = date.getHours(); |
|
h = h < 10 ? '0' + h : h; |
|
var minute = date.getMinutes(); |
|
minute = minute < 10 ? '0' + minute : minute; |
|
var s = date.getSeconds(); |
|
s = s < 10 ? '0' + s : s; |
|
return y + '-' + m + '-' + d + ' ' + h + ':' + minute + ':' + s; |
|
}, |
|
async onLoad(page, params = {}) { |
|
try { |
|
this.loading = true; |
|
|
|
if (this.stockupDate.length > 0) { |
|
let startDate = this.stockupDate[0]; |
|
let entDate = this.stockupDate[1]; |
|
params.startDate = this.getTime(startDate.toString()); |
|
params.entDate = this.getTime(entDate.toString()); |
|
} |
|
this.query.genre = 1; |
|
this.getAllOrderInfo(); |
|
const [res] = await Promise.all([ |
|
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)), |
|
]); |
|
|
|
const data = res.data.data; |
|
this.page.total = data.total; |
|
this.data = data.records; |
|
for (let i = 0; i < this.data.length; i++) { |
|
const item = this.data[i]; |
|
|
|
const nuMap = { |
|
'-1': '0', |
|
}; |
|
|
|
item.sortingQuantity = nuMap[item.sortingQuantity] || item.sortingQuantity; |
|
item.deliveryQuantity = nuMap[item.deliveryQuantity] || item.deliveryQuantity; |
|
item.signinQuantity = nuMap[item.signinQuantity] || item.signinQuantity; |
|
item.transferQuantity = nuMap[item.transferQuantity] || item.transferQuantity; |
|
item.availableQuantity = nuMap[item.availableQuantity] || item.availableQuantity; |
|
item.notReceived = parseInt(item.totalNumber) - parseInt(item.incomingNum); |
|
item.isZeroName = Number(item.isZero) === 0 ? '否' : '是'; |
|
|
|
item.completeSetName = Number(item.completeSet) === 2 ? '已齐套' : '未齐套'; |
|
} |
|
this.selectionClear(); |
|
} catch (error) { |
|
console.log('error :>> ', error); |
|
} finally { |
|
this.loading = false; |
|
} |
|
}, |
|
/** 显示订单二维码 */ |
|
async handleShowOrderCode({ row }) { |
|
try { |
|
this.loadingObj.pageLoading = true; |
|
const res = await postShowOrderCode({ ids: row.id }); |
|
|
|
const { code, data } = res.data; |
|
if (code !== 200) return; |
|
|
|
this.html = this.getHtmls(data.dataList, data.templateHtml); |
|
this.popUpShow.printVisited = true; |
|
|
|
await this.$nextTick(); |
|
hanleTextLineFeed('product', 40); |
|
hanleTextLineFeed('customerAddress', 40); |
|
} catch (error) { |
|
console.log('error :>> ', error); |
|
} finally { |
|
this.loadingObj.pageLoading = false; |
|
} |
|
}, |
|
/** 批量查看二维码 */ |
|
async handleBatchPrinter() { |
|
try { |
|
if (this.selectionList.length === 0) return ElMessage.warning('请勾选需要打印的零担订单'); |
|
|
|
let _ids = ''; |
|
for (let i = 0; i < this.selectionList.length; i++) { |
|
const val = this.selectionList[i]; |
|
_ids += i === this.selectionList.length - 1 ? val.id : val.id + ','; |
|
|
|
if (Number(val.isZero) === 1) continue; |
|
return ElMessage.warning('仅支持零担订单的批量查看二维码'); |
|
} |
|
|
|
this.loadingObj.pageLoading = true; |
|
const res = await postShowOrderCode({ ids: _ids }); |
|
|
|
const { code, data } = res.data; |
|
if (code !== 200) return; |
|
|
|
this.html = this.getHtmls(data.dataList, data.templateHtml); |
|
this.popUpShow.printVisited = true; |
|
} catch (error) { |
|
console.log('error :>> ', error); |
|
} finally { |
|
this.loadingObj.pageLoading = false; |
|
} |
|
}, |
|
handleGoLogs({ row }) { |
|
this.$router.push({ |
|
path: '/distribution/inventory/delivery/orderLogs', |
|
query: { |
|
name: `${row.orderCode} - 日志`, |
|
orderId: row.id, |
|
}, |
|
}); |
|
}, |
|
/** 获取全部订单数据 */ |
|
async getAllOrderInfo() { |
|
try { |
|
const submitData = { |
|
genre: 1, |
|
...this.query, |
|
}; |
|
|
|
const res = await getCollectt(submitData); |
|
|
|
const { code, data } = res.data; |
|
if (code !== 200) return; |
|
this.totalInfo = data || {}; |
|
|
|
if (getObjType(this.totalInfo) !== 'object') this.totalInfo = {}; |
|
|
|
for (const key in this.totalInfo) { |
|
let value = this.totalInfo[key]; |
|
const type = getObjType(value); |
|
|
|
console.log('type :>> ', type); |
|
|
|
if (type !== 'number' && type !== 'string') { |
|
this.totalInfo[key] = 0; |
|
continue; |
|
} |
|
|
|
// 转为字符串 |
|
value += ''; |
|
|
|
value = value.split('').reverse().join(''); |
|
|
|
let _str = ''; |
|
|
|
for (let i = 0; i < value.length; i++) { |
|
const _val = value[i]; |
|
|
|
_str += _val; |
|
|
|
if ((i + 1) % 3 === 0 && i + 1 < value.length) _str += ','; |
|
} |
|
|
|
this.totalInfo[key] = _str.split('').reverse().join(''); |
|
} |
|
} catch (error) { |
|
console.log('error :>> ', error); |
|
} finally { |
|
return null; |
|
} |
|
}, |
|
}, |
|
}; |
|
</script> |
|
|
|
<style scoped lang="scss"> |
|
.el-button--text { |
|
margin-right: 15px; |
|
} |
|
.el-select { |
|
width: 300px; |
|
} |
|
.el-input { |
|
width: 300px; |
|
} |
|
.dialog-footer button:first-child { |
|
margin-right: 10px; |
|
} |
|
.el-fr { |
|
width: 100%; |
|
display: flex; |
|
justify-content: space-between; |
|
.asterisk-left:last-child { |
|
margin-right: 0; |
|
} |
|
} |
|
.el-input { |
|
margin-left: 8px; |
|
} |
|
|
|
:deep(.el-form-item__content) { |
|
margin-left: 8px; |
|
} |
|
.el-times { |
|
width: auto; |
|
:deep(.el-tooltip__trigger) { |
|
height: 30px !important; |
|
} |
|
} |
|
:deep(.el-form-item__label) { |
|
padding: 0; |
|
} |
|
:deep(.avue-crud) { |
|
display: flex; |
|
height: 100%; |
|
flex-direction: column; |
|
} |
|
:deep(.el-card__body) { |
|
height: 100%; |
|
} |
|
:deep(.el-card) { |
|
height: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
} |
|
.el-fy { |
|
display: flex; |
|
align-items: flex-end; |
|
} |
|
|
|
// 统计 |
|
.totalContainer { |
|
text-align: center; |
|
font-weight: bold; |
|
|
|
.title { |
|
font-size: 0.9rem; |
|
} |
|
|
|
.value { |
|
transition: all 1.5s; |
|
font-size: 1rem; |
|
color: #009688; |
|
} |
|
} |
|
:deep(.el_form_box) { |
|
width: 100%; |
|
display: flex; |
|
flex-wrap: wrap; |
|
height: 450px; |
|
overflow-y: scroll; |
|
.el_delete { |
|
text-align: right; |
|
.el-button { |
|
background-color: #f44336; |
|
border: none; |
|
} |
|
} |
|
.el_item_box { |
|
width: 100%; |
|
border: 1px solid #ccc; |
|
padding: 9px; |
|
margin-top: 10px; |
|
border-radius: 7px; |
|
box-shadow: 1px 1px #ccc; |
|
height: max-content; |
|
.el-form-item { |
|
width: unset; |
|
} |
|
} |
|
.el-form-item__content { |
|
margin-left: 0; |
|
} |
|
.el-input-number { |
|
width: 100%; |
|
} |
|
.el-input { |
|
margin-left: 0; |
|
} |
|
.el_content { |
|
display: flex; |
|
width: 100%; |
|
.el-form-item { |
|
flex-direction: column; |
|
width: 30%; |
|
} |
|
} |
|
.el_Address { |
|
width: 100%; |
|
flex-direction: column; |
|
.el-input { |
|
width: 100%; |
|
} |
|
} |
|
} |
|
.el_txt_title { |
|
margin-top: 20px; |
|
.el-text { |
|
margin: 0 10px; |
|
font-weight: bold; |
|
} |
|
} |
|
.topbox { |
|
display: flex; |
|
flex-direction: column; |
|
> .titlxbx { |
|
font-size: 12px; |
|
display: flex; |
|
align-items: center; |
|
> div { |
|
flex: 1; |
|
display: flex; |
|
align-items: center; |
|
font-size: 12px; |
|
> div { |
|
flex: 1; |
|
height: 40px; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
border: 1px solid #e2e0e0; |
|
margin-bottom: -1px; |
|
margin-right: -1px; |
|
word-break: break-all; |
|
font-size: 12px; |
|
&:nth-of-type(1) { |
|
background-color: #f3f3f3; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
.numbinput { |
|
.el-input-number { |
|
width: 100%; |
|
} |
|
} |
|
.maxitembxlist { |
|
display: flex; |
|
flex-direction: column; |
|
// padding: 10px; |
|
box-sizing: border-box; |
|
margin-top: 20px; |
|
font-size: 12px; |
|
height: 400px; |
|
overflow: scroll; |
|
> .items { |
|
display: flex; |
|
flex-direction: column; |
|
width: 100%; |
|
background-color: #fcfcfc; |
|
padding: 10px; |
|
box-sizing: border-box; |
|
border: 1px solid #e2e0e0; |
|
border-radius: 2px; |
|
font-size: 12px; |
|
margin-bottom: 20px; |
|
&:nth-last-child(1) { |
|
margin-bottom: 0; |
|
} |
|
> .contbx { |
|
display: flex; |
|
flex-direction: column; |
|
width: 100%; |
|
margin-top: 10px; |
|
> .tabitem { |
|
display: flex; |
|
align-items: center; |
|
> div { |
|
flex: 1; |
|
height: 45px; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
background-color: #f3f3f3; |
|
border: 1px solid #e2e0e0; |
|
margin-bottom: -2px; |
|
margin-right: -2px; |
|
} |
|
} |
|
> .contentitem { |
|
display: flex; |
|
align-items: center; |
|
> div { |
|
flex: 1; |
|
height: 45px; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
background-color: #ffffff; |
|
border: 1px solid #e2e0e0; |
|
margin-bottom: -2px; |
|
margin-right: -2px; |
|
input { |
|
font-size: 12px !important; |
|
} |
|
textarea { |
|
font-size: 12px !important; |
|
} |
|
} |
|
} |
|
} |
|
> .titltophead { |
|
width: 100%; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
.icons { |
|
font-size: 27px; |
|
&:nth-of-type(1) { |
|
margin-right: 8px; |
|
} |
|
} |
|
} |
|
> .editinput { |
|
display: flex; |
|
flex-direction: column; |
|
padding: 20px 0; |
|
> .inputitem { |
|
display: flex; |
|
align-items: flex-start; |
|
justify-content: space-between; |
|
margin-bottom: 10px; |
|
&:nth-last-child(1) { |
|
margin-bottom: 0; |
|
} |
|
.inpts { |
|
display: flex; |
|
align-items: flex-start; |
|
|
|
flex: 1; |
|
padding-right: 10px; |
|
input { |
|
font-size: 12px !important; |
|
} |
|
.el-input { |
|
width: 100%; |
|
} |
|
textarea { |
|
font-size: 12px !important; |
|
} |
|
> span { |
|
width: 90px; |
|
} |
|
> div:nth-of-type(1) { |
|
flex: 1; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |
|
.btsbx { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
margin-top: 20px; |
|
> button { |
|
width: 120px; |
|
height: 40px; |
|
} |
|
} |
|
.el_textBtn { |
|
font-weight: bold; |
|
} |
|
.el_div_input { |
|
width: 100%; |
|
display: flex; |
|
align-items: center; |
|
.el_dy_icon { |
|
font-size: 1.5em; |
|
} |
|
} |
|
</style>
|
|
|