Commit 6e19ee36 authored by zs嵩's avatar zs嵩

到仓修改允许添加新品

parent 502ac252
...@@ -108,10 +108,10 @@ export function feeApplicationCreateBatch(data) { ...@@ -108,10 +108,10 @@ export function feeApplicationCreateBatch(data) {
}) })
} }
// 删除申请费用 // 删除申请费用
export function feeApplicationDelete(id){ export function feeApplicationDelete(id) {
return request({ return request({
url:'order/fee-application/delete?id=' + id, url: "order/fee-application/delete?id=" + id,
method:'delete', method: "delete"
}) })
} }
...@@ -1103,8 +1103,8 @@ export function order_warehouse_check_revoke(data) { ...@@ -1103,8 +1103,8 @@ export function order_warehouse_check_revoke(data) {
// 到仓修改 // 到仓修改
export function order_warehouse_check_update(data) { export function order_warehouse_check_update(data) {
return request({ return request({
url: "/order-warehouse-check/update", url: "/order/order-warehouse-check/update",
method: "post", method: "put",
data data
}) })
} }
<template> <template>
<div style="display: inline-block;margin-right: 10px"> <div style="display: inline-block; margin-right: 10px">
<el-button size="mini" @click="visible = true" type="text">{{ title }}</el-button> <el-button size="mini" @click="visible = true" type="text">{{ title }}</el-button>
<el-dialog <el-dialog :title="title + ' - ' + warehousing.orderNo" :visible.sync="visible" width="100%">
:title="title + ' - ' + warehousing.orderNo"
:visible.sync="visible"
width="100%"
>
<el-tabs v-model="activeName" type="card"> <el-tabs v-model="activeName" type="card">
<el-tab-pane :label="edit ? $t('货物修改') : $t('货物入仓')" name="first"> <el-tab-pane :label="edit ? $t('货物修改') : $t('货物入仓')" name="first">
<el-form ref="form" :model="form" :rules="formRules" label-width="80px"> <el-form ref="form" :model="form" :rules="formRules" label-width="80px">
<el-descriptions border :column="2"> <el-descriptions border :column="2">
<el-descriptions-item> <el-descriptions-item>
<template slot="label"><span style="color: red">*</span>{{ $t('中文品名') }}</template> <template slot="label"><span style="color: red">*</span>{{ $t("中文品名") }}</template>
<span style="min-width: 200px;margin-right: 15px;display: inline-block"> <span style="min-width: 200px; margin-right: 15px; display: inline-block">
<product-selector v-if="(!order.parentOrderId && !isAdd) || order.splitSeparateOrder" v-model="form.prodId" @change="onProductChange" determined protect-once/> <product-selector v-if="(!order.parentOrderId && !isAdd) || order.splitSeparateOrder" v-model="form.prodId" @change="onProductChange" determined protect-once />
<span v-else>{{ warehousing.prodTitleZh }}</span> <span v-else>{{ warehousing.prodTitleZh }}</span>
</span> </span>
<el-button v-if="(!order.parentOrderId && !isAdd) || order.splitSeparateOrder" type="text" @click="isShowProduct = true">添加新商品</el-button> <el-button v-if="(!order.parentOrderId && !isAdd) || order.splitSeparateOrder" type="text" @click="isShowProduct = true">添加新商品</el-button>
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item> <el-descriptions-item>
<template slot="label"><span style="color: red">*</span>{{ $t('英文品名') }}</template> <template slot="label"><span style="color: red">*</span>{{ $t("英文品名") }}</template>
<product-selector v-if="(!order.parentOrderId && !isAdd) || order.splitSeparateOrder" lang="En" v-model="form.prodId" @change="onProductChange" determined protect-once/> <product-selector v-if="(!order.parentOrderId && !isAdd) || order.splitSeparateOrder" lang="En" v-model="form.prodId" @change="onProductChange" determined protect-once />
<span v-else>{{ warehousing.prodTitleEn }}</span> <span v-else>{{ warehousing.prodTitleEn }}</span>
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item :label="$t('品牌')"> <el-descriptions-item :label="$t('品牌')">
<template slot="label"><span style="color: red">*</span>{{ $t('品牌') }}</template> <template slot="label"><span style="color: red">*</span>{{ $t("品牌") }}</template>
<el-form-item required label="" prop="brand" label-width="0"> <el-form-item required label="" prop="brand" label-width="0">
<el-select <el-select v-model="form.brand" :placeholder="$t('可修改')" filterable remote @change="handleBrandChange" :remote-method="getProductBrandPage" clearable>
v-model="form.brand" <el-option v-for="item in brandList" :key="item.id" :label="item.titleZh" :value="item.id"> </el-option>
:placeholder="$t('可修改')"
filterable
remote
@change="handleBrandChange"
:remote-method="getProductBrandPage"
clearable>
<el-option
v-for="item in brandList"
:key="item.id"
:label="item.titleZh"
:value="item.id">
</el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item :label="$t('是否备案')"> <el-descriptions-item :label="$t('是否备案')">
<template slot="label"><span style="color: red">*</span>{{ $t('是否备案') }}</template> <template slot="label"><span style="color: red">*</span>{{ $t("是否备案") }}</template>
{{ isBeian }} {{ isBeian }}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item :label="$t('收费模式')"> <el-descriptions-item :label="$t('收费模式')">
<template slot="label"><span style="color: red">*</span>{{ $t('收费模式') }}</template> <template slot="label"><span style="color: red">*</span>{{ $t("收费模式") }}</template>
{{ feeType }} {{ feeType }}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item :label="$t('填单参数')">{{ $t('箱数:') }}<el-input size="mini" v-if="edit" v-model="warehousing.num" style="display: inline-block;width: 100px"></el-input> <el-descriptions-item :label="$t('填单参数')"
<span v-else>{{ warehousing.num }}</span><br>{{ $t('体积:') }}<el-input size="mini" v-if="edit" v-model="warehousing.volume" style="display: inline-block;width: 100px"></el-input> >{{ $t("箱数:") }}<el-input size="mini" v-if="edit" v-model="warehousing.num" style="display: inline-block; width: 100px"></el-input> <span v-else>{{ warehousing.num }}</span
<span v-else>{{ warehousing.volume }}</span><br>{{ $t('重量:') }}<el-input size="mini" v-if="edit" v-model="warehousing.weight" style="display: inline-block;width: 100px"></el-input> ><br />{{ $t("体积:") }}<el-input size="mini" v-if="edit" v-model="warehousing.volume" style="display: inline-block; width: 100px"></el-input> <span v-else>{{ warehousing.volume }}</span
<span v-else>{{ warehousing.weight }}</span>Kg ><br />{{ $t("重量:") }}<el-input size="mini" v-if="edit" v-model="warehousing.weight" style="display: inline-block; width: 100px"></el-input> <span v-else>{{ warehousing.weight }}</span
>Kg
</el-descriptions-item> </el-descriptions-item>
</el-descriptions> </el-descriptions>
<el-row> <el-row>
...@@ -78,7 +63,7 @@ ...@@ -78,7 +63,7 @@
<el-col :span="16"> <el-col :span="16">
<el-form-item :label="$t('用途')"> <el-form-item :label="$t('用途')">
<el-checkbox-group v-model="form.usageIds"> <el-checkbox-group v-model="form.usageIds">
<el-checkbox v-for="item in getDictDatas(DICT_TYPE.WAREHOUSING_RECORD_DETAIL_USAGE)" :key="item.value" :label="item.value">{{ $l(item, 'label') }}</el-checkbox> <el-checkbox v-for="item in getDictDatas(DICT_TYPE.WAREHOUSING_RECORD_DETAIL_USAGE)" :key="item.value" :label="item.value">{{ $l(item, "label") }}</el-checkbox>
</el-checkbox-group> </el-checkbox-group>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -87,18 +72,15 @@ ...@@ -87,18 +72,15 @@
<el-card class="box-card"> <el-card class="box-card">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span>{{ $t('入仓记录') }}</span> <span>{{ $t("入仓记录") }}</span>
<el-button style="float: right;margin-left: 15px" size="mini" type="primary" icon="el-icon-minus" circle @click="handleDelete" :disabled="form.table.length < protectRowCount"></el-button> <el-button style="float: right; margin-left: 15px" size="mini" type="primary" icon="el-icon-minus" circle @click="handleDelete" :disabled="form.table.length < protectRowCount"></el-button>
<el-button style="float: right" size="mini" type="primary" icon="el-icon-plus" circle @click="handleAdd()"></el-button> <el-button style="float: right" size="mini" type="primary" icon="el-icon-plus" circle @click="handleAdd()"></el-button>
</div> </div>
<el-form ref="tableForm" :rules="tableFormRules" :model="form" size="mini"> <el-form ref="tableForm" :rules="tableFormRules" :model="form" size="mini">
<el-table <el-table :data="form.table" style="width: 100%">
:data="form.table"
style="width: 100%">
<el-table-column :label="$t('箱数')" width="150px"> <el-table-column :label="$t('箱数')" width="150px">
<template v-slot:header> <template v-slot:header> <span style="color: red">*</span>{{ $t("箱数") }}</template>
<span style="color: red">*</span>{{ $t('箱数') }}</template> <template v-slot="{ r, c, $index }">
<template v-slot="{r,c,$index}">
<el-form-item :rules="tableFormRules.cartonsNum"> <el-form-item :rules="tableFormRules.cartonsNum">
<el-input v-model="form.table[$index].cartonsNum" placeholder="" @blur="handleVolume($index)" :disabled="$index < protectRowCount"> <el-input v-model="form.table[$index].cartonsNum" placeholder="" @blur="handleVolume($index)" :disabled="$index < protectRowCount">
<span slot="append">{{ getDictDataLabel(DICT_TYPE.WAREHOUSING_SPECIFICATION_TYPE, form.table[$index].specificationType) }}</span> <span slot="append">{{ getDictDataLabel(DICT_TYPE.WAREHOUSING_SPECIFICATION_TYPE, form.table[$index].specificationType) }}</span>
...@@ -108,9 +90,8 @@ ...@@ -108,9 +90,8 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('包装类型')" width="100px"> <el-table-column :label="$t('包装类型')" width="100px">
<template v-slot:header> <template v-slot:header> <span style="color: red">*</span>{{ $t("包装类型") }}</template>
<span style="color: red">*</span>{{ $t('包装类型') }}</template> <template v-slot="{ r, c, $index }">
<template v-slot="{r,c,$index}">
<el-form-item> <el-form-item>
<dict-selector :disabled="$index < protectRowCount" :type="DICT_TYPE.ECW_PACKAGING_TYPE" v-model="form.table[$index].unit"></dict-selector> <dict-selector :disabled="$index < protectRowCount" :type="DICT_TYPE.ECW_PACKAGING_TYPE" v-model="form.table[$index].unit"></dict-selector>
</el-form-item> </el-form-item>
...@@ -118,9 +99,10 @@ ...@@ -118,9 +99,10 @@
</el-table-column> </el-table-column>
<el-table-column label="长(cm)"> <el-table-column label="长(cm)">
<template v-slot:header> <template v-slot:header>
<span>{{ $t('') }}</span>(cm) <span>{{ $t("") }}</span
>(cm)
</template> </template>
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item :rules="tableFormRules.boxGauge1"> <el-form-item :rules="tableFormRules.boxGauge1">
<el-input :disabled="$index < protectRowCount" type="number" v-model="form.table[$index].boxGauge1" placeholder="" @blur="handleVolume($index)"></el-input> <el-input :disabled="$index < protectRowCount" type="number" v-model="form.table[$index].boxGauge1" placeholder="" @blur="handleVolume($index)"></el-input>
</el-form-item> </el-form-item>
...@@ -128,9 +110,10 @@ ...@@ -128,9 +110,10 @@
</el-table-column> </el-table-column>
<el-table-column label="宽(cm)"> <el-table-column label="宽(cm)">
<template v-slot:header> <template v-slot:header>
<span>{{ $t('') }}</span>(cm) <span>{{ $t("") }}</span
>(cm)
</template> </template>
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item :rules="tableFormRules.boxGauge2"> <el-form-item :rules="tableFormRules.boxGauge2">
<el-input :disabled="$index < protectRowCount" type="number" v-model="form.table[$index].boxGauge2" placeholder="" @blur="handleVolume($index)"></el-input> <el-input :disabled="$index < protectRowCount" type="number" v-model="form.table[$index].boxGauge2" placeholder="" @blur="handleVolume($index)"></el-input>
</el-form-item> </el-form-item>
...@@ -138,9 +121,10 @@ ...@@ -138,9 +121,10 @@
</el-table-column> </el-table-column>
<el-table-column label="高(cm)"> <el-table-column label="高(cm)">
<template v-slot:header> <template v-slot:header>
<span>{{ $t('') }}</span>(cm) <span>{{ $t("") }}</span
>(cm)
</template> </template>
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item :rules="tableFormRules.boxGauge3"> <el-form-item :rules="tableFormRules.boxGauge3">
<el-input :disabled="$index < protectRowCount" type="number" v-model="form.table[$index].boxGauge3" placeholder="" @blur="handleVolume($index)"></el-input> <el-input :disabled="$index < protectRowCount" type="number" v-model="form.table[$index].boxGauge3" placeholder="" @blur="handleVolume($index)"></el-input>
</el-form-item> </el-form-item>
...@@ -148,9 +132,10 @@ ...@@ -148,9 +132,10 @@
</el-table-column> </el-table-column>
<el-table-column label="体积(m³)"> <el-table-column label="体积(m³)">
<template v-slot:header> <template v-slot:header>
<span style="color: red">*</span> <span>{{ $t('体积') }}</span>(m³) <span style="color: red">*</span> <span>{{ $t("体积") }}</span
>(m³)
</template> </template>
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item :rules="tableFormRules.volume"> <el-form-item :rules="tableFormRules.volume">
<el-input :disabled="$index < protectRowCount" v-model="form.table[$index].volume" placeholder="" type="number"></el-input> <el-input :disabled="$index < protectRowCount" v-model="form.table[$index].volume" placeholder="" type="number"></el-input>
</el-form-item> </el-form-item>
...@@ -158,57 +143,47 @@ ...@@ -158,57 +143,47 @@
</el-table-column> </el-table-column>
<el-table-column label="重量(Kg)"> <el-table-column label="重量(Kg)">
<template v-slot:header> <template v-slot:header>
<span style="color: red">*</span> <span>{{ $t('重量') }}</span>(Kg) <span style="color: red">*</span> <span>{{ $t("重量") }}</span
>(Kg)
</template> </template>
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item :rules="tableFormRules.weight"> <el-form-item :rules="tableFormRules.weight">
<el-input :disabled="$index < protectRowCount" v-model="form.table[$index].weight" placeholder="" type="number"></el-input> <el-input :disabled="$index < protectRowCount" v-model="form.table[$index].weight" placeholder="" type="number"></el-input>
</el-form-item> </el-form-item>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('数量')" width="140px"> <el-table-column :label="$t('数量')" width="140px">
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item :rules="tableFormRules.quantityAll"> <el-form-item :rules="tableFormRules.quantityAll">
<el-input :disabled="$index < protectRowCount" v-model.number="form.table[$index].quantityAll" placeholder="" type="number"> <el-input :disabled="$index < protectRowCount" v-model.number="form.table[$index].quantityAll" placeholder="" type="number">
<template slot="append">{{ $t('') }}</template> <template slot="append">{{ $t("") }}</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('快递单号')"> <el-table-column :label="$t('快递单号')">
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item> <el-form-item>
<el-input :disabled="$index < protectRowCount" v-model="form.table[$index].expressNo" placeholder=""></el-input> <el-input :disabled="$index < protectRowCount" v-model="form.table[$index].expressNo" placeholder=""></el-input>
</el-form-item> </el-form-item>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('储位')" prop="orderLocationBackVOList" width="150px"> <el-table-column :label="$t('储位')" prop="orderLocationBackVOList" width="150px">
<template v-slot="{ row, column, $index }"> <template v-slot="{ row, column, $index }">
<warehouse-area-select <warehouse-area-select v-if="visible" v-model="form.table[$index].orderLocationBackVOList" :order-id="orderId" :order-item-id="warehousing.orderItemId" :warehouse-in-id="form.table[$index].id" :warehouse-id="warehouseId" :is-editing="edit"></warehouse-area-select>
v-if="visible"
v-model="form.table[$index].orderLocationBackVOList"
:order-id="orderId"
:order-item-id="warehousing.orderItemId"
:warehouse-in-id="form.table[$index].id"
:warehouse-id="warehouseId"
:is-editing="edit"></warehouse-area-select>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('备注')"> <el-table-column :label="$t('备注')">
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item> <el-form-item>
<el-input v-model="form.table[$index].remark" type="textarea" show-word-limit maxlength="100" placeholder="" :disabled="$index < protectRowCount"></el-input> <el-input v-model="form.table[$index].remark" type="textarea" show-word-limit maxlength="100" placeholder="" :disabled="$index < protectRowCount"></el-input>
</el-form-item> </el-form-item>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('操作')"> <el-table-column :label="$t('操作')">
<template v-slot="{ row, column, $index}"> <template v-slot="{ row, column, $index }">
<WarehouseRecordDetail v-model="form.table[$index].orderWarehouseInDetailsVOList" :readonly="$index < protectRowCount" /> <WarehouseRecordDetail v-model="form.table[$index].orderWarehouseInDetailsVOList" :readonly="$index < protectRowCount" />
<el-popconfirm <el-popconfirm v-if="$index >= protectRowCount" title="确定要删除该行入仓记录吗?" @confirm="handleDeleteRow($index)">
v-if="$index >= protectRowCount"
title="确定要删除该行入仓记录吗?"
@confirm="handleDeleteRow($index)"
>
<template v-slot:reference> <template v-slot:reference>
<el-button size="mini" type="danger">删除</el-button> <el-button size="mini" type="danger">删除</el-button>
</template> </template>
...@@ -216,74 +191,52 @@ ...@@ -216,74 +191,52 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
</el-form> </el-form>
</el-card> </el-card>
<el-card style="margin-top: 15px">
<el-card style="margin-top: 15px;">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span style="font-size: 18px"><span style="color: red">*</span>{{$t('入仓影像')}}</span> <span style="font-size: 18px"><span style="color: red">*</span>{{ $t("入仓影像") }}</span>
</div> </div>
<div> <div>
<image-and-video-upload <image-and-video-upload :fileSize="50" :isShowTip="true" v-model="form.pictureUrls" :id="orderItemId" :type="5" @delete="handleImageDelete"></image-and-video-upload>
:fileSize="50"
:isShowTip="true"
v-model="form.pictureUrls"
:id="orderItemId"
:type="5"
@delete="handleImageDelete"
></image-and-video-upload>
</div> </div>
</el-card> </el-card>
</el-tab-pane> </el-tab-pane>
<el-tab-pane :label="$t('添加新品名')" name="second" v-if="!edit"> <el-tab-pane :label="$t('添加新品名')" name="second" v-if="!edit">
<el-form ref="form1" :model="form1" :rules="formRules" label-width="80px"> <el-form ref="form1" :model="form1" :rules="formRules" label-width="80px">
<el-descriptions border :column="2"> <el-descriptions border :column="2">
<el-descriptions-item> <el-descriptions-item>
<template slot="label"><span style="color: red">*</span>{{ $t('中文品名') }}</template> <template slot="label"><span style="color: red">*</span>{{ $t("中文品名") }}</template>
<el-form-item required label="" prop="prodId" label-width="0"> <el-form-item required label="" prop="prodId" label-width="0">
<product-selector v-model="form1.prodId" @change="onProductChange1"/> <product-selector v-model="form1.prodId" @change="onProductChange1" />
<el-button type="text" @click="isShowProduct = true" style="margin-left: 15px">添加新商品</el-button> <el-button type="text" @click="isShowProduct = true" style="margin-left: 15px">添加新商品</el-button>
</el-form-item> </el-form-item>
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item> <el-descriptions-item>
<template slot="label"><span style="color: red">*</span>{{ $t('英文品名') }}</template> <template slot="label"><span style="color: red">*</span>{{ $t("英文品名") }}</template>
<el-form-item required label="" prop="prodId" label-width="0"> <el-form-item required label="" prop="prodId" label-width="0">
<product-selector lang="En" v-model="form1.prodId" @change="onProductChange1"/> <product-selector lang="En" v-model="form1.prodId" @change="onProductChange1" />
</el-form-item> </el-form-item>
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item :label="$t('品牌')"> <el-descriptions-item :label="$t('品牌')">
<template slot="label"><span style="color: red">*</span>{{ $t('品牌') }}</template> <template slot="label"><span style="color: red">*</span>{{ $t("品牌") }}</template>
<el-form-item required label="" prop="brand" label-width="0"> <el-form-item required label="" prop="brand" label-width="0">
<el-select <el-select v-model="form1.brand" :placeholder="$t('可修改')" filterable remote @change="handleBrandChange" :remote-method="getProductBrandPage1" clearable>
v-model="form1.brand" <el-option v-for="item in brandList1" :key="item.id" :label="item.titleZh" :value="item.id"> </el-option>
:placeholder="$t('可修改')"
filterable
remote
@change="handleBrandChange"
:remote-method="getProductBrandPage1"
clearable>
<el-option
v-for="item in brandList1"
:key="item.id"
:label="item.titleZh"
:value="item.id">
</el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item :label="$t('是否备案')"> <el-descriptions-item :label="$t('是否备案')">
<template slot="label"><span style="color: red">*</span>{{ $t('是否备案') }}</template> <template slot="label"><span style="color: red">*</span>{{ $t("是否备案") }}</template>
{{ isBeian1 }} {{ isBeian1 }}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item :label="$t('收费模式')"> <el-descriptions-item :label="$t('收费模式')">
<template slot="label"><span style="color: red">*</span>{{ $t('收费模式') }}</template> <template slot="label"><span style="color: red">*</span>{{ $t("收费模式") }}</template>
{{ feeType1 }} {{ feeType1 }}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item :label="$t('填单参数')">{{ $t('非填单货物') }}</el-descriptions-item> <el-descriptions-item :label="$t('填单参数')">{{ $t("非填单货物") }}</el-descriptions-item>
</el-descriptions> </el-descriptions>
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
...@@ -307,7 +260,7 @@ ...@@ -307,7 +260,7 @@
<el-col :span="16"> <el-col :span="16">
<el-form-item :label="$t('用途')"> <el-form-item :label="$t('用途')">
<el-checkbox-group v-model="form1.usageIds"> <el-checkbox-group v-model="form1.usageIds">
<el-checkbox v-for="item in getDictDatas(DICT_TYPE.WAREHOUSING_RECORD_DETAIL_USAGE)" :key="item.value" :label="item.value">{{ $l(item, 'label') }}</el-checkbox> <el-checkbox v-for="item in getDictDatas(DICT_TYPE.WAREHOUSING_RECORD_DETAIL_USAGE)" :key="item.value" :label="item.value">{{ $l(item, "label") }}</el-checkbox>
</el-checkbox-group> </el-checkbox-group>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -316,18 +269,15 @@ ...@@ -316,18 +269,15 @@
<el-card class="box-card"> <el-card class="box-card">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span>{{ $t('入仓记录') }}</span> <span>{{ $t("入仓记录") }}</span>
<el-button style="float: right;margin-left: 15px" size="mini" type="primary" icon="el-icon-minus" circle @click="handleDelete(1)"></el-button> <el-button style="float: right; margin-left: 15px" size="mini" type="primary" icon="el-icon-minus" circle @click="handleDelete(1)"></el-button>
<el-button style="float: right" size="mini" type="primary" icon="el-icon-plus" circle @click="handleAdd(1)"></el-button> <el-button style="float: right" size="mini" type="primary" icon="el-icon-plus" circle @click="handleAdd(1)"></el-button>
</div> </div>
<el-form ref="tableForm1" :model="form1" :rules="tableFormRules" size="mini"> <el-form ref="tableForm1" :model="form1" :rules="tableFormRules" size="mini">
<el-table <el-table :data="form1.table" style="width: 100%">
:data="form1.table"
style="width: 100%">
<el-table-column :label="$t('箱数')" width="150px"> <el-table-column :label="$t('箱数')" width="150px">
<template v-slot:header> <template v-slot:header> <span style="color: red">*</span>{{ $t("箱数") }}</template>
<span style="color: red">*</span>{{ $t('箱数') }}</template> <template v-slot="{ r, c, $index }">
<template v-slot="{r,c,$index}">
<el-form-item> <el-form-item>
<span v-if="form1.table[$index].id"> <span v-if="form1.table[$index].id">
{{ form1.table[$index].cartonsNum }} {{ form1.table[$index].cartonsNum }}
...@@ -341,9 +291,8 @@ ...@@ -341,9 +291,8 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('包装类型')" width="100px"> <el-table-column :label="$t('包装类型')" width="100px">
<template v-slot:header> <template v-slot:header> <span style="color: red">*</span>{{ $t("包装类型") }}</template>
<span style="color: red">*</span>{{ $t('包装类型') }}</template> <template v-slot="{ r, c, $index }">
<template v-slot="{r,c,$index}">
<el-form-item> <el-form-item>
<span v-if="form1.table[$index].id">{{ getDictDataLabel(DICT_TYPE.ECW_PACKAGING_TYPE, form1.table[$index].unit) }}</span> <span v-if="form1.table[$index].id">{{ getDictDataLabel(DICT_TYPE.ECW_PACKAGING_TYPE, form1.table[$index].unit) }}</span>
<dict-selector v-else :type="DICT_TYPE.ECW_PACKAGING_TYPE" v-model="form1.table[$index].unit"></dict-selector> <dict-selector v-else :type="DICT_TYPE.ECW_PACKAGING_TYPE" v-model="form1.table[$index].unit"></dict-selector>
...@@ -352,42 +301,46 @@ ...@@ -352,42 +301,46 @@
</el-table-column> </el-table-column>
<el-table-column label="长(cm)"> <el-table-column label="长(cm)">
<template v-slot:header> <template v-slot:header>
<span>{{ $t('') }}</span>(cm) <span>{{ $t("") }}</span
>(cm)
</template> </template>
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item> <el-form-item>
<span v-if="form1.table[$index].id">{{ form1.table[$index].boxGauge ? form1.table[$index].boxGauge.split('*')[0] : '' }}</span> <span v-if="form1.table[$index].id">{{ form1.table[$index].boxGauge ? form1.table[$index].boxGauge.split("*")[0] : "" }}</span>
<el-input v-else type="number" v-model="form1.table[$index].boxGauge1" placeholder="" @blur="handleVolume($index, 1)"></el-input> <el-input v-else type="number" v-model="form1.table[$index].boxGauge1" placeholder="" @blur="handleVolume($index, 1)"></el-input>
</el-form-item> </el-form-item>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="宽(cm)"> <el-table-column label="宽(cm)">
<template v-slot:header> <template v-slot:header>
<span>{{ $t('') }}</span>(cm) <span>{{ $t("") }}</span
>(cm)
</template> </template>
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item> <el-form-item>
<span v-if="form1.table[$index].id">{{ form1.table[$index].boxGauge ? form1.table[$index].boxGauge.split('*')[1] : '' }}</span> <span v-if="form1.table[$index].id">{{ form1.table[$index].boxGauge ? form1.table[$index].boxGauge.split("*")[1] : "" }}</span>
<el-input v-else type="number" v-model="form1.table[$index].boxGauge2" placeholder="" @blur="handleVolume($index, 1)"></el-input> <el-input v-else type="number" v-model="form1.table[$index].boxGauge2" placeholder="" @blur="handleVolume($index, 1)"></el-input>
</el-form-item> </el-form-item>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="高(cm)"> <el-table-column label="高(cm)">
<template v-slot:header> <template v-slot:header>
<span>{{ $t('') }}</span>(cm) <span>{{ $t("") }}</span
>(cm)
</template> </template>
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item> <el-form-item>
<span v-if="form1.table[$index].id">{{ form1.table[$index].boxGauge ? form1.table[$index].boxGauge.split('*')[2] : '' }}</span> <span v-if="form1.table[$index].id">{{ form1.table[$index].boxGauge ? form1.table[$index].boxGauge.split("*")[2] : "" }}</span>
<el-input v-else type="number" v-model="form1.table[$index].boxGauge3" placeholder="" @blur="handleVolume($index, 1)"></el-input> <el-input v-else type="number" v-model="form1.table[$index].boxGauge3" placeholder="" @blur="handleVolume($index, 1)"></el-input>
</el-form-item> </el-form-item>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="体积(m³)"> <el-table-column label="体积(m³)">
<template v-slot:header> <template v-slot:header>
<span style="color: red">*</span> <span>{{ $t('体积') }}</span>(m³) <span style="color: red">*</span> <span>{{ $t("体积") }}</span
>(m³)
</template> </template>
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item> <el-form-item>
<span v-if="form1.table[$index].id">{{ form1.table[$index].volume }}</span> <span v-if="form1.table[$index].id">{{ form1.table[$index].volume }}</span>
<el-input v-else type="number" v-model="form1.table[$index].volume" placeholder=""></el-input> <el-input v-else type="number" v-model="form1.table[$index].volume" placeholder=""></el-input>
...@@ -396,9 +349,10 @@ ...@@ -396,9 +349,10 @@
</el-table-column> </el-table-column>
<el-table-column label="重量(Kg)"> <el-table-column label="重量(Kg)">
<template v-slot:header> <template v-slot:header>
<span style="color: red">*</span> <span>{{ $t('重量') }}</span>(Kg) <span style="color: red">*</span> <span>{{ $t("重量") }}</span
>(Kg)
</template> </template>
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item> <el-form-item>
<span v-if="form1.table[$index].id">{{ form1.table[$index].weight }}</span> <span v-if="form1.table[$index].id">{{ form1.table[$index].weight }}</span>
<el-input v-else type="number" v-model="form1.table[$index].weight" placeholder=""></el-input> <el-input v-else type="number" v-model="form1.table[$index].weight" placeholder=""></el-input>
...@@ -406,42 +360,32 @@ ...@@ -406,42 +360,32 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('数量')" width="140px"> <el-table-column :label="$t('数量')" width="140px">
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item> <el-form-item>
<span v-if="form1.table[$index].id">{{ form1.table[$index].quantityAll }}</span> <span v-if="form1.table[$index].id">{{ form1.table[$index].quantityAll }}</span>
<el-input v-else type="number" v-model.number="form1.table[$index].quantityAll" placeholder=""> <el-input v-else type="number" v-model.number="form1.table[$index].quantityAll" placeholder="">
<template slot="append">{{ $t('') }}</template> <template slot="append">{{ $t("") }}</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('快递单号')"> <el-table-column :label="$t('快递单号')">
<template v-slot="{r,c,$index}"> <template v-slot="{ r, c, $index }">
<el-form-item> <el-form-item>
<span v-if="form1.table[$index].id">{{ form1.table[$index].expressNo }}</span> <span v-if="form1.table[$index].id">{{ form1.table[$index].expressNo }}</span>
<el-input v-else v-model="form1.table[$index].expressNo" placeholder=""></el-input> <el-input v-else v-model="form1.table[$index].expressNo" placeholder=""></el-input>
</el-form-item> </el-form-item>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('储位')" prop="orderLocationBackVOList" width="150px"> <el-table-column :label="$t('储位')" prop="orderLocationBackVOList" width="150px">
<template v-slot="{ row, column, $index }"> <template v-slot="{ row, column, $index }">
<warehouse-area-select <warehouse-area-select v-model="form1.table[$index].orderLocationBackVOList" :readonly="form1.table[$index].id && !edit" :order-id="orderId" :order-item-id="warehousing.orderItemId" :warehouse-in-id="form1.table[$index].id" :warehouse-id="warehouseId" :is-editing="edit"></warehouse-area-select>
v-model="form1.table[$index].orderLocationBackVOList"
:readonly="form1.table[$index].id && !edit"
:order-id="orderId"
:order-item-id="warehousing.orderItemId"
:warehouse-in-id="form1.table[$index].id"
:warehouse-id="warehouseId"
:is-editing="edit"></warehouse-area-select>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('操作')"> <el-table-column :label="$t('操作')">
<template v-slot="{ row, column, $index}"> <template v-slot="{ row, column, $index }">
<WarehouseRecordDetail v-model="form1.table[$index].orderWarehouseInDetailsVOList" /> <WarehouseRecordDetail v-model="form1.table[$index].orderWarehouseInDetailsVOList" />
<el-popconfirm <el-popconfirm title="确定要删除该行入仓记录吗?" @confirm="handleDeleteRow($index, 1)">
title="确定要删除该行入仓记录吗?"
@confirm="handleDeleteRow($index, 1)"
>
<template v-slot:reference> <template v-slot:reference>
<el-button size="mini" type="danger">删除</el-button> <el-button size="mini" type="danger">删除</el-button>
</template> </template>
...@@ -452,37 +396,34 @@ ...@@ -452,37 +396,34 @@
</el-form> </el-form>
</el-card> </el-card>
<el-card style="margin-top: 15px">
<el-card style="margin-top: 15px;">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span style="font-size: 18px"><span style="color: red">*</span>{{$t('入仓影像')}}</span> <span style="font-size: 18px"><span style="color: red">*</span>{{ $t("入仓影像") }}</span>
</div> </div>
<div> <div>
<image-and-video-upload :fileSize="50" :isShowTip="true" v-model="form1.pictureUrls" ></image-and-video-upload> <image-and-video-upload :fileSize="50" :isShowTip="true" v-model="form1.pictureUrls"></image-and-video-upload>
</div> </div>
</el-card> </el-card>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
<div v-if="edit && order.status !== 3"> <div v-if="edit && order.status !== 3">
<h2>{{ $t('审批流程') }}</h2> <h2>{{ $t("审批流程") }}</h2>
<work-flow xmlkey="free_apply" v-model="selectedUsers" /> <work-flow xmlkey="free_apply" v-model="selectedUsers" />
<!-- <div>选择的用户:{{selectedUsers}}</div>--> <!-- <div>选择的用户:{{selectedUsers}}</div>-->
</div> </div>
<span slot="footer"> <span slot="footer">
<template v-if="!isEditing"> <template v-if="!isEditing">
<el-button @click="handleClose">{{ $t('关 闭') }}</el-button> <el-button @click="handleClose">{{ $t("关 闭") }}</el-button>
<el-button type="primary" :loading="submitting" @click="handleSubmit()">{{ edit ? $t('确认修改') : $t('提 交') }}</el-button> <el-button type="primary" :loading="submitting" @click="handleSubmit()">{{ edit ? $t("确认修改") : $t("提 交") }}</el-button>
</template> </template>
<template v-else> <template v-else>
<el-button type="primary" @click="$router.push('/bpm/process-instance/detail?id=' + formId)">{{ $t('审核中') }}</el-button> <el-button type="primary" @click="$router.push('/bpm/process-instance/detail?id=' + formId)">{{ $t("审核中") }}</el-button>
<el-button type="primary" @click="handleCancelProcessInstance">{{ $t('取消审核') }}</el-button> <el-button type="primary" @click="handleCancelProcessInstance">{{ $t("取消审核") }}</el-button>
<el-button @click="handleClose">{{ $t('返回') }}</el-button> <el-button @click="handleClose">{{ $t("返回") }}</el-button>
</template>
<template v-else>
</template> </template>
<template v-else> </template>
</span> </span>
</el-dialog> </el-dialog>
...@@ -510,8 +451,8 @@ ...@@ -510,8 +451,8 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button type="primary" @click="productSubmit">{{$t('确定')}}</el-button> <el-button type="primary" @click="productSubmit">{{ $t("确定") }}</el-button>
<el-button @click="productCancel">{{$t('取消')}}</el-button> <el-button @click="productCancel">{{ $t("取消") }}</el-button>
</div> </div>
</el-dialog> </el-dialog>
</div> </div>
...@@ -520,18 +461,14 @@ ...@@ -520,18 +461,14 @@
<script> <script>
import ProductSelector from "@/components/ProductSelector" import ProductSelector from "@/components/ProductSelector"
import WarehouseAreaSelect from "@/components/WarehouseAreaSelect" import WarehouseAreaSelect from "@/components/WarehouseAreaSelect"
import {getFeeTypeByOrderProduct, getProductBrankPage} from "@/api/ecw/productBrank" import { getFeeTypeByOrderProduct, getProductBrankPage } from "@/api/ecw/productBrank"
import {cancelProcessInstance} from "@/api/bpm/processInstance" import { cancelProcessInstance } from "@/api/bpm/processInstance"
import WorkFlow from "@/components/WorkFlow" import WorkFlow from "@/components/WorkFlow"
import {DICT_TYPE, getDictDataLabel, getDictDatas} from "@/utils/dict" import { DICT_TYPE, getDictDataLabel, getDictDatas } from "@/utils/dict"
import { import { orderWarehouseIn, orderWarehouseInUpdateApply, warehousePictureDelete, warehousePictureList } from "@/api/ecw/order"
orderWarehouseIn, import { getProductAttrList } from "@/api/ecw/productAttr"
orderWarehouseInUpdateApply, warehousePictureDelete, import { getProductTypeList } from "@/api/ecw/productType"
warehousePictureList import { addProduct } from "@/api/ecw/product"
} from "@/api/ecw/order"
import {getProductAttrList} from "@/api/ecw/productAttr"
import {getProductTypeList} from "@/api/ecw/productType"
import {addProduct} from "@/api/ecw/product"
import ImageAndVideoUpload from "@/components/ImageAndVideoUpload/index.vue" import ImageAndVideoUpload from "@/components/ImageAndVideoUpload/index.vue"
import WarehouseRecordDetail from "@/views/ecw/order/warehousing/components/WarehouseRecordDetail.vue" import WarehouseRecordDetail from "@/views/ecw/order/warehousing/components/WarehouseRecordDetail.vue"
...@@ -595,83 +532,83 @@ export default { ...@@ -595,83 +532,83 @@ export default {
isAdd() { isAdd() {
return this.$route.path === "/order/warehousing-add" return this.$route.path === "/order/warehousing-add"
}, },
warehousing(){ warehousing() {
return {...this.orderItemA, ...this.orderItemB} return { ...this.orderItemA, ...this.orderItemB }
}, },
orderId(){ orderId() {
return this.order.orderId return this.order.orderId
}, },
orderItemId(){ orderItemId() {
return this.warehousing.orderItemId return this.warehousing.orderItemId
}, },
brandObject(){ brandObject() {
return this.brandList.find(e => e.id === this.form.brand) || '' return this.brandList.find((e) => e.id === this.form.brand) || ""
}, },
brandObject1(){ brandObject1() {
return this.brandList.find(e => e.id === this.form1.brand) || '' return this.brandList.find((e) => e.id === this.form1.brand) || ""
}, },
isBeian(){ isBeian() {
if (this.form.recordMode !== undefined){ if (this.form.recordMode !== undefined) {
return [this.$t('无备案'), this.$t('有备案'), this.$t('中性')][this.form.recordMode] return [this.$t("无备案"), this.$t("有备案"), this.$t("中性")][this.form.recordMode]
} }
if (this.brandObject.filing){ if (this.brandObject.filing) {
return [this.$t('无备案'), this.$t('有备案'), this.$t('中性')][this.brandObject.filing] return [this.$t("无备案"), this.$t("有备案"), this.$t("中性")][this.brandObject.filing]
} else { } else {
return '' return ""
} }
}, },
isBeian1(){ isBeian1() {
if (this.form1.recordMode !== undefined){ if (this.form1.recordMode !== undefined) {
return [this.$t('无备案'), this.$t('有备案'), this.$t('中性')][this.form1.recordMode] return [this.$t("无备案"), this.$t("有备案"), this.$t("中性")][this.form1.recordMode]
} }
if (this.brandObject1.filing){ if (this.brandObject1.filing) {
return [this.$t('无备案'), this.$t('有备案'), this.$t('中性')][this.brandObject1.filing] return [this.$t("无备案"), this.$t("有备案"), this.$t("中性")][this.brandObject1.filing]
} else { } else {
return '' return ""
} }
}, },
/** /**
* 收费模式 * 收费模式
* @returns {string} 无牌价0,有牌价1,中性品牌价2 * @returns {string} 无牌价0,有牌价1,中性品牌价2
*/ */
feeType(){ feeType() {
const feeType = this.form.feeType const feeType = this.form.feeType
if (feeType >= 0 && feeType < 3) { if (feeType >= 0 && feeType < 3) {
return [this.$t('无牌价'), this.$t('有牌价'), this.$t('中性品牌价')][feeType] return [this.$t("无牌价"), this.$t("有牌价"), this.$t("中性品牌价")][feeType]
} }
return '' return ""
}, },
feeType1(){ feeType1() {
const feeType = parseInt(this.form1.feeType) const feeType = parseInt(this.form1.feeType)
if (feeType >= 0 && feeType < 3) { if (feeType >= 0 && feeType < 3) {
return [this.$t('无牌价'), this.$t('有牌价'), this.$t('中性品牌价')][feeType] return [this.$t("无牌价"), this.$t("有牌价"), this.$t("中性品牌价")][feeType]
} }
return '' return ""
}, },
warehouseId(){ warehouseId() {
return this.order.adjustToDestWarehouseId || this.order?.logisticsInfoDto?.startWarehouseId return this.order.adjustToDestWarehouseId || this.order?.logisticsInfoDto?.startWarehouseId
} }
}, },
watch: { watch: {
visible(val){ visible(val) {
if (val) { if (val) {
this.init() this.init()
this.getProductBrandPage(this.warehousing.brandName) this.getProductBrandPage(this.warehousing.brandName)
this.getProductBrandPage1() this.getProductBrandPage1()
this.handleBrandChange(parseInt(this.form.brand)) this.handleBrandChange(parseInt(this.form.brand))
} else { } else {
this.$emit('close') this.$emit("close")
} }
} }
}, },
data(){ data() {
return { return {
DICT_TYPE, DICT_TYPE,
getDictDataLabel, getDictDataLabel,
getDictDatas, getDictDatas,
activeName: 'first', activeName: "first",
visible: false, visible: false,
submitting: false, submitting: false,
form: { form: {
...@@ -717,8 +654,8 @@ export default { ...@@ -717,8 +654,8 @@ export default {
brandList: [], brandList: [],
brandList1: [], brandList1: [],
formRules: { formRules: {
prodId: [{required: true, message: this.$t("请选择品名"), trigger: "change"}], prodId: [{ required: true, message: this.$t("请选择品名"), trigger: "change" }],
brand: [{required: true, message: this.$t("请选择品牌"), trigger: "change"}], brand: [{ required: true, message: this.$t("请选择品牌"), trigger: "change" }]
}, },
tableFormRules: { tableFormRules: {
// cartonsNum: [{required: true, message: this.$t("箱数不能为空"), trigger: "change"}], // cartonsNum: [{required: true, message: this.$t("箱数不能为空"), trigger: "change"}],
...@@ -730,13 +667,12 @@ export default { ...@@ -730,13 +667,12 @@ export default {
// // quantityAll: [{required: true, message: this.$t("数量不能为空"), trigger: "change"}] // // quantityAll: [{required: true, message: this.$t("数量不能为空"), trigger: "change"}]
}, },
selectedUsers: undefined, selectedUsers: undefined,
// 入仓修改正在审核中 // 入仓修改正在审核中
isEditing: false, isEditing: false,
// 审批业务id // 审批业务id
formId: '', formId: "",
// 追加时被保护的行数 // 追加时被保护的行数
protectRowCount: -1, protectRowCount: -1,
...@@ -753,7 +689,7 @@ export default { ...@@ -753,7 +689,7 @@ export default {
typeId: [{ required: true, message: this.$t("商品类型不能为空"), trigger: "change" }], typeId: [{ required: true, message: this.$t("商品类型不能为空"), trigger: "change" }],
// attrArray: [{ required: true, message: this.$t("商品特性不能为空"), trigger: "change" }], // attrArray: [{ required: true, message: this.$t("商品特性不能为空"), trigger: "change" }],
titleZh: [{ required: true, message: this.$t("中文标题不能为空"), trigger: "blur" }], titleZh: [{ required: true, message: this.$t("中文标题不能为空"), trigger: "blur" }],
titleEn: [{ required: true, message: this.$t("英文标题不能为空"), trigger: "blur" }], titleEn: [{ required: true, message: this.$t("英文标题不能为空"), trigger: "blur" }]
}, },
//类型列表 //类型列表
typeList: [], typeList: [],
...@@ -763,7 +699,7 @@ export default { ...@@ -763,7 +699,7 @@ export default {
}, },
methods: { methods: {
init(){ init() {
this.form.brandType = this.warehousing.brandType this.form.brandType = this.warehousing.brandType
this.form.orderId = this.warehousing.orderId this.form.orderId = this.warehousing.orderId
this.form.orderItemId = this.warehousing.orderNo this.form.orderItemId = this.warehousing.orderNo
...@@ -775,13 +711,10 @@ export default { ...@@ -775,13 +711,10 @@ export default {
this.form.orderId = this.warehousing.orderId this.form.orderId = this.warehousing.orderId
this.form.orderItemId = this.warehousing.orderItemId this.form.orderItemId = this.warehousing.orderItemId
this.form.orderNo = this.warehousing.orderNo this.form.orderNo = this.warehousing.orderNo
if ((this.edit || this.isAdd) && this.warehousing.warehouseInProdAttrIds !== null ) { if ((this.edit || this.isAdd) && this.warehousing.warehouseInProdAttrIds !== null) {
this.form.warehouseInProdAttrIds = this.warehousing.warehouseInProdAttrIds?.split(',').map(e => +e) || [] this.form.warehouseInProdAttrIds = this.warehousing.warehouseInProdAttrIds?.split(",").map((e) => +e) || []
} else { } else {
this.form.warehouseInProdAttrIds = this.form.warehouseInProdAttrIds = this.warehousing.warehouseInProdAttrIds?.split(",").map((e) => +e) || this.warehousing.prodAttrIds?.split(",").map((e) => +e) || []
this.warehousing.warehouseInProdAttrIds?.split(',').map(e => +e)
|| this.warehousing.prodAttrIds?.split(',').map(e => +e)
|| []
} }
this.form.prodId = this.warehousing.prodId this.form.prodId = this.warehousing.prodId
this.form.prodTitleEn = this.warehousing.prodTitleEn this.form.prodTitleEn = this.warehousing.prodTitleEn
...@@ -790,14 +723,14 @@ export default { ...@@ -790,14 +723,14 @@ export default {
this.form.type = this.warehousing.type this.form.type = this.warehousing.type
this.form.feeType = this.warehousing.feeType this.form.feeType = this.warehousing.feeType
this.form.pictureUrls = this.warehousing.pictureUrls this.form.pictureUrls = this.warehousing.pictureUrls
this.form.usageIds = this.warehousing.usageIds?this.warehousing.usageIds.split(',') : [] this.form.usageIds = this.warehousing.usageIds ? this.warehousing.usageIds.split(",") : []
if (this.form.usageIds.length > 0 && this.form.usageIds[0] === ''){ if (this.form.usageIds.length > 0 && this.form.usageIds[0] === "") {
this.usageIds.splice(0, 1) this.usageIds.splice(0, 1)
} }
this.warehousing.orderWarehouseInBackItemDoList.forEach(e => { this.warehousing.orderWarehouseInBackItemDoList.forEach((e) => {
let bg = {} let bg = {}
if (e.boxGauge) { if (e.boxGauge) {
const boxGauge = e.boxGauge.split('*') const boxGauge = e.boxGauge.split("*")
// e.boxGauge1 = boxGauge[0] // e.boxGauge1 = boxGauge[0]
// e.boxGauge2 = boxGauge[1] // e.boxGauge2 = boxGauge[1]
// e.boxGauge3 = boxGauge[2] // e.boxGauge3 = boxGauge[2]
...@@ -807,13 +740,13 @@ export default { ...@@ -807,13 +740,13 @@ export default {
boxGauge3: boxGauge[2] boxGauge3: boxGauge[2]
} }
} }
this.form.table.push({...e, ...bg}) this.form.table.push({ ...e, ...bg })
}) })
if (!this.edit){ if (!this.edit) {
let protectRowCount = 0 let protectRowCount = 0
this.protectRowCount = this.form.table.map(e => { this.protectRowCount = this.form.table.map((e) => {
if (e.id){ if (e.id) {
protectRowCount++ protectRowCount++
} }
}) })
...@@ -826,12 +759,12 @@ export default { ...@@ -826,12 +759,12 @@ export default {
warehousePictureList({ warehousePictureList({
bizId: this.orderId, bizId: this.orderId,
type: 1 type: 1
}).then(r =>{ }).then((r) => {
console.log(r, url) console.log(r, url)
if (r.data?.length > 0) { if (r.data?.length > 0) {
const id = r.data.find(e => e?.url === url)?.id const id = r.data.find((e) => e?.url === url)?.id
if (id) { if (id) {
warehousePictureDelete(id).then(r => { warehousePictureDelete(id).then((r) => {
console.log(r) console.log(r)
}) })
} }
...@@ -841,31 +774,31 @@ export default { ...@@ -841,31 +774,31 @@ export default {
handleClose() { handleClose() {
this.visible = false this.visible = false
}, },
handleVolume(index, val){ handleVolume(index, val) {
setTimeout(() => { setTimeout(() => {
const {boxGauge1, boxGauge2, boxGauge3, specificationType, cartonsNum} = (val === 1 ? this.form1.table : this.form.table)[index] const { boxGauge1, boxGauge2, boxGauge3, specificationType, cartonsNum } = (val === 1 ? this.form1.table : this.form.table)[index]
let result = '' let result = ""
if (boxGauge1 && boxGauge2 && boxGauge3 && specificationType && cartonsNum) { if (boxGauge1 && boxGauge2 && boxGauge3 && specificationType && cartonsNum) {
result = (((specificationType === 1 || specificationType === '1') ? cartonsNum : 1) * (boxGauge1 * boxGauge2 * boxGauge3) / 1000000 + 0.000001)?.toFixed(2) || '' result = (((specificationType === 1 || specificationType === "1" ? cartonsNum : 1) * (boxGauge1 * boxGauge2 * boxGauge3)) / 1000000 + 0.000001)?.toFixed(2) || ""
} else { } else {
result = '' result = ""
} }
if (result === '0.00') result = '0.01'; if (result === "0.00") result = "0.01"
(val === 1 ? this.form1.table : this.form.table)[index].volume = result ;(val === 1 ? this.form1.table : this.form.table)[index].volume = result
}, 0) }, 0)
}, },
handleSubmit() { handleSubmit() {
if (this.activeName !== "first"){ if (this.activeName !== "first") {
// 添加非填单货物 // 添加非填单货物
if (this.form1.warehouseInProdAttrIds.indexOf(4) !== -1) { if (this.form1.warehouseInProdAttrIds.indexOf(4) !== -1) {
return this.$notify({ return this.$notify({
title: this.$t('提示'), title: this.$t("提示"),
message: this.$t("订单包含不接受货物,请检查"), message: this.$t("订单包含不接受货物,请检查"),
type: 'warning' type: "warning"
}) })
} }
this.$refs['form1'].validate(valid => { this.$refs["form1"].validate((valid) => {
this.$refs['tableForm1'].validate(valid1 => { this.$refs["tableForm1"].validate((valid1) => {
if (!valid || !valid1) { if (!valid || !valid1) {
return return
} }
...@@ -876,38 +809,40 @@ export default { ...@@ -876,38 +809,40 @@ export default {
orderId: this.warehousing.orderId, orderId: this.warehousing.orderId,
orderItemId: undefined, orderItemId: undefined,
orderNo: this.warehousing.orderNo, orderNo: this.warehousing.orderNo,
warehouseInProdAttrIds: this.form1.warehouseInProdAttrIds.join(','), warehouseInProdAttrIds: this.form1.warehouseInProdAttrIds.join(","),
usageIds: this.form1.usageIds.join(','), usageIds: this.form1.usageIds.join(","),
orderWarehouseInItemDoList: this.form1.table.map(e => { orderWarehouseInItemDoList: this.form1.table.map((e) => {
return { return {
...e, ...e,
boxGauge: e.boxGauge1 + '*' + e.boxGauge2 + '*' + e.boxGauge3, boxGauge: e.boxGauge1 + "*" + e.boxGauge2 + "*" + e.boxGauge3,
orderLocationCreateReqVOList: e.orderLocationBackVOList orderLocationCreateReqVOList: e.orderLocationBackVOList
} }
}) })
}).then(r => {
this.submitting = false
if (r.data) {
this.$message.success('新增入仓成功')
this.handleClose()
} else {
this.$message.success('新增入仓失败')
}
}).catch(() => {
this.submitting = false
}) })
.then((r) => {
this.submitting = false
if (r.data) {
this.$message.success("新增入仓成功")
this.handleClose()
} else {
this.$message.success("新增入仓失败")
}
})
.catch(() => {
this.submitting = false
})
}) })
}) })
} else { } else {
if (this.form.warehouseInProdAttrIds.indexOf(4) !== -1) { if (this.form.warehouseInProdAttrIds.indexOf(4) !== -1) {
return this.$notify({ return this.$notify({
title: this.$t('提示'), title: this.$t("提示"),
message: this.$t("订单包含不接受货物,请检查"), message: this.$t("订单包含不接受货物,请检查"),
type: 'warning' type: "warning"
}) })
} }
this.$refs['form'].validate(valid => { this.$refs["form"].validate((valid) => {
this.$refs['tableForm'].validate(valid1 => { this.$refs["tableForm"].validate((valid1) => {
if (!valid || !valid1) { if (!valid || !valid1) {
return return
} }
...@@ -921,30 +856,32 @@ export default { ...@@ -921,30 +856,32 @@ export default {
orderItemId: this.warehousing.orderItemId, orderItemId: this.warehousing.orderItemId,
orderNo: this.warehousing.orderNo, orderNo: this.warehousing.orderNo,
num: this.warehousing.num, num: this.warehousing.num,
volume: (+this.warehousing.volume)?.toFixed(2) || '', volume: (+this.warehousing.volume)?.toFixed(2) || "",
weight: (+this.warehousing.weight)?.toFixed(2) || '', weight: (+this.warehousing.weight)?.toFixed(2) || "",
prodId: this.form.prodId, prodId: this.form.prodId,
warehouseInProdAttrIds: this.form.warehouseInProdAttrIds.join(','), warehouseInProdAttrIds: this.form.warehouseInProdAttrIds.join(","),
usageIds: this.form.usageIds.join(','), usageIds: this.form.usageIds.join(","),
"orderWarehouseInUpdateItemDoList": this.form.table.map(e => { orderWarehouseInUpdateItemDoList: this.form.table.map((e) => {
return { return {
...e, ...e,
boxGauge: e.boxGauge1 + '*' + e.boxGauge2 + '*' + e.boxGauge3, boxGauge: e.boxGauge1 + "*" + e.boxGauge2 + "*" + e.boxGauge3,
orderLocationCreateReqVOList: e.orderLocationBackVOList orderLocationCreateReqVOList: e.orderLocationBackVOList
} }
}), }),
copyUserId: this.selectedUsers copyUserId: this.selectedUsers
}).then(r => {
this.submitting = false
if (r.data) {
this.$message.success(r.msg || '入仓修改发起成功')
this.handleClose()
} else {
this.$message.success(r.msg || '入仓修改发起失败')
}
}).catch(() => {
this.submitting = false
}) })
.then((r) => {
this.submitting = false
if (r.data) {
this.$message.success(r.msg || "入仓修改发起成功")
this.handleClose()
} else {
this.$message.success(r.msg || "入仓修改发起失败")
}
})
.catch(() => {
this.submitting = false
})
} else { } else {
// 首次入仓、入仓补充 // 首次入仓、入仓补充
this.submitting = true this.submitting = true
...@@ -955,82 +892,84 @@ export default { ...@@ -955,82 +892,84 @@ export default {
orderItemId: this.warehousing.orderItemId, orderItemId: this.warehousing.orderItemId,
orderNo: this.warehousing.orderNo, orderNo: this.warehousing.orderNo,
isAppend: this.isAdd ? true : undefined, isAppend: this.isAdd ? true : undefined,
warehouseInProdAttrIds: this.form.warehouseInProdAttrIds.join(','), warehouseInProdAttrIds: this.form.warehouseInProdAttrIds.join(","),
usageIds: this.form.usageIds.join(','), usageIds: this.form.usageIds.join(","),
orderWarehouseInItemDoList: this.form.table.map(e => { orderWarehouseInItemDoList: this.form.table.map((e) => {
return { return {
...e, ...e,
boxGauge: e.boxGauge1 + '*' + e.boxGauge2 + '*' + e.boxGauge3, boxGauge: e.boxGauge1 + "*" + e.boxGauge2 + "*" + e.boxGauge3,
orderLocationCreateReqVOList: e.orderLocationBackVOList orderLocationCreateReqVOList: e.orderLocationBackVOList
} }
}), })
}).then(r => {
this.submitting = false
if (r.data) {
this.$message.success('入仓成功')
this.handleClose()
} else {
this.$message.success('入仓失败')
}
}).catch(() => {
this.submitting = false
}) })
.then((r) => {
this.submitting = false
if (r.data) {
this.$message.success("入仓成功")
this.handleClose()
} else {
this.$message.success("入仓失败")
}
})
.catch(() => {
this.submitting = false
})
} }
}) })
}) })
} }
}, },
handleCancelProcessInstance(){ handleCancelProcessInstance() {
this.$prompt('请输入取消原因?', this.$t("取消流程"), { this.$prompt("请输入取消原因?", this.$t("取消流程"), {
type: 'warning', type: "warning",
confirmButtonText: this.$t("确定"), confirmButtonText: this.$t("确定"),
cancelButtonText: this.$t("取消"), cancelButtonText: this.$t("取消"),
inputPattern: /^[\s\S]*.*\S[\s\S]*$/, // 判断非空,且非空格 inputPattern: /^[\s\S]*.*\S[\s\S]*$/, // 判断非空,且非空格
inputErrorMessage: this.$t("取消原因不能为空"), inputErrorMessage: this.$t("取消原因不能为空")
}).then(({ value }) => { }).then(({ value }) => {
cancelProcessInstance(this.formId, value).then(() => { cancelProcessInstance(this.formId, value).then(() => {
this.opened = false this.opened = false
this.$modal.msgSuccess("取消成功"); this.$modal.msgSuccess("取消成功")
}) })
}) })
}, },
onProductChange(product){ onProductChange(product) {
if (!product) { if (!product) {
return return
} }
this.form.prodTitleZh = product.titleZh this.form.prodTitleZh = product.titleZh
this.form.prodTitleEn = product.titleEn this.form.prodTitleEn = product.titleEn
this.handleBrandChange(parseInt(this.form.brand)) this.handleBrandChange(parseInt(this.form.brand))
this.form.warehouseInProdAttrIds = product.attrId ? product.attrId.split(',').map(e => +e) : [] this.form.warehouseInProdAttrIds = product.attrId ? product.attrId.split(",").map((e) => +e) : []
}, },
onProductChange1(product){ onProductChange1(product) {
if (!product) { if (!product) {
return return
} }
this.form1.prodTitleZh = product.titleZh this.form1.prodTitleZh = product.titleZh
this.form1.prodTitleEn = product.titleEn this.form1.prodTitleEn = product.titleEn
this.handleBrandChange(parseInt(this.form1.brand)) this.handleBrandChange(parseInt(this.form1.brand))
this.form1.warehouseInProdAttrIds = product.attrId ? product.attrId.split(',').map(e => +e) : [] this.form1.warehouseInProdAttrIds = product.attrId ? product.attrId.split(",").map((e) => +e) : []
}, },
getProductBrandPage(titleZh = undefined) { getProductBrandPage(titleZh = undefined) {
getProductBrankPage({pageSize: 20, titleZh}).then(r => { getProductBrankPage({ pageSize: 20, titleZh }).then((r) => {
this.brandList = r.data.list this.brandList = r.data.list
}) })
}, },
getProductBrandPage1(titleZh = undefined) { getProductBrandPage1(titleZh = undefined) {
getProductBrankPage({pageSize: 20, titleZh}).then(r => { getProductBrankPage({ pageSize: 20, titleZh }).then((r) => {
this.brandList1 = r.data.list this.brandList1 = r.data.list
}) })
}, },
handleBrandChange(v){ handleBrandChange(v) {
getFeeTypeByOrderProduct({ getFeeTypeByOrderProduct({
brandId: parseInt(v), brandId: parseInt(v),
productId: this.warehousing.prodId, productId: this.warehousing.prodId,
orderId: this.orderId orderId: this.orderId
}).then(r => { }).then((r) => {
if(r.code === 0){ if (r.code === 0) {
(this.activeName === "first" ? this.form : this.form1).feeType = parseInt(r.data.feeType); ;(this.activeName === "first" ? this.form : this.form1).feeType = parseInt(r.data.feeType)
(this.activeName === "first" ? this.form : this.form1).recordMode = parseInt(r.data.recordMode) ;(this.activeName === "first" ? this.form : this.form1).recordMode = parseInt(r.data.recordMode)
} }
}) })
}, },
...@@ -1043,16 +982,17 @@ export default { ...@@ -1043,16 +982,17 @@ export default {
}, },
handleDeleteRow(index, val) { handleDeleteRow(index, val) {
if (val === 1) { if (val === 1) {
this.form1.table.splice(index, 1); this.form1.table.splice(index, 1)
} else if (this.form.table.length > this.protectRowCount) { } else if (this.form.table.length > this.protectRowCount) {
this.form.table.splice(index, 1); this.form.table.splice(index, 1)
} }
}, },
handleAdd(val = 0) { handleAdd(val = 0) {
let cartonsNum = '' let cartonsNum = ""
if (val !== 1) { // 货物入仓 if (val !== 1) {
// 货物入仓
let hasCartonsNum = 0 let hasCartonsNum = 0
this.form.table.forEach(e => { this.form.table.forEach((e) => {
hasCartonsNum += e.cartonsNum hasCartonsNum += e.cartonsNum
}) })
cartonsNum = this.warehousing.num - hasCartonsNum cartonsNum = this.warehousing.num - hasCartonsNum
...@@ -1066,43 +1006,43 @@ export default { ...@@ -1066,43 +1006,43 @@ export default {
orderLocationBackVOList = JSON.parse(JSON.stringify(form.table[formLength - 1].orderLocationBackVOList)) orderLocationBackVOList = JSON.parse(JSON.stringify(form.table[formLength - 1].orderLocationBackVOList))
}*/ }*/
form.table.push({ form.table.push({
"boxGauge1": this.isJiyun ? 0 : '', boxGauge1: this.isJiyun ? 0 : "",
"boxGauge2": this.isJiyun ? 0 : '', boxGauge2: this.isJiyun ? 0 : "",
"boxGauge3": this.isJiyun ? 0 : '', boxGauge3: this.isJiyun ? 0 : "",
"cartonsNum": cartonsNum > 0 ? cartonsNum : '', cartonsNum: cartonsNum > 0 ? cartonsNum : "",
"expressNo": "", expressNo: "",
"quantityAll": undefined, quantityAll: undefined,
"unit": "1", unit: "1",
"volume": '', volume: "",
"weight": '', weight: "",
specificationType: '1', specificationType: "1",
table: [], table: [],
orderLocationBackVOList orderLocationBackVOList
}) })
}, },
/** 获取产品属性列表 */ /** 获取产品属性列表 */
getAttrList() { getAttrList() {
getProductAttrList().then(response => { getProductAttrList().then((response) => {
this.attrList = response.data; this.attrList = response.data
}) })
}, },
/** 获取产品类型列表 */ /** 获取产品类型列表 */
getTypeList() { getTypeList() {
getProductTypeList().then(response => { getProductTypeList().then((response) => {
this.typeList = response.data; this.typeList = response.data
}) })
}, },
productSubmit(){ productSubmit() {
this.$refs["productForm"].validate(valid => { this.$refs["productForm"].validate((valid) => {
if (!valid) { if (!valid) {
return; return
} }
//商品特性转字符串 //商品特性转字符串
this.productForm.attrId = this.productForm.attrArray.join(',') this.productForm.attrId = this.productForm.attrArray.join(",")
// 添加的提交 // 添加的提交
addProduct(this.productForm).then(response => { addProduct(this.productForm).then((response) => {
this.$modal.msgSuccess(this.$t("新增成功")) this.$modal.msgSuccess(this.$t("新增成功"))
if (this.activeName === 'first') { if (this.activeName === "first") {
this.form.prodId = response.data this.form.prodId = response.data
this.form.warehouseInProdAttrIds = this.productForm.attrArray this.form.warehouseInProdAttrIds = this.productForm.attrArray
} else { } else {
...@@ -1113,7 +1053,7 @@ export default { ...@@ -1113,7 +1053,7 @@ export default {
}) })
}) })
}, },
productCancel(){ productCancel() {
this.isShowProduct = false this.isShowProduct = false
this.productForm = { this.productForm = {
typeId: undefined, typeId: undefined,
...@@ -1126,6 +1066,4 @@ export default { ...@@ -1126,6 +1066,4 @@ export default {
} }
</script> </script>
<style scoped> <style scoped></style>
</style>
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
<product-selector v-if="(!order.parentOrderId && !isAdd) || order.splitSeparateOrder" v-model="form.prodId" @change="onProductChange" determined protect-once /> <product-selector v-if="(!order.parentOrderId && !isAdd) || order.splitSeparateOrder" v-model="form.prodId" @change="onProductChange" determined protect-once />
<span v-else>{{ warehousing.prodTitleZh }}</span> <span v-else>{{ warehousing.prodTitleZh }}</span>
</span> </span>
<el-button type="text" @click="isShowProduct = true">添加新商品</el-button>
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item> <el-descriptions-item>
<template slot="label"><span style="color: red">*</span>{{ $t("英文品名") }}</template> <template slot="label"><span style="color: red">*</span>{{ $t("英文品名") }}</template>
...@@ -198,18 +199,38 @@ ...@@ -198,18 +199,38 @@
</div> </div>
<span slot="footer"> <span slot="footer">
<template v-if="!isEditing"> <el-button @click="handleClose">{{ $t("关 闭") }}</el-button>
<el-button @click="handleClose">{{ $t("关 闭") }}</el-button> <el-button type="primary" :loading="submitting" @click="handleSubmit()">{{ $t("确认修改") }}</el-button>
<el-button type="primary" :loading="submitting" @click="handleSubmit()">{{ edit ? $t("确认修改") : $t("提 交") }}</el-button>
</template>
<template v-else>
<el-button type="primary" @click="$router.push('/bpm/process-instance/detail?id=' + formId)">{{ $t("审核中") }}</el-button>
<el-button type="primary" @click="handleCancelProcessInstance">{{ $t("取消审核") }}</el-button>
<el-button @click="handleClose">{{ $t("返回") }}</el-button>
</template>
<template v-else> </template>
</span> </span>
</el-dialog> </el-dialog>
<!-- 对话框(添加 / 修改) -->
<el-dialog title="添加商品" :visible.sync="isShowProduct" width="550px" append-to-body>
<el-form ref="productForm" :model="productForm" :rules="productRules" label-width="110px">
<el-form-item :label="$t('商品类型')" prop="typeId">
<el-select v-model="productForm.typeId" :placeholder="$t('选择商品类型')" clearable>
<el-option v-for="types in typeList" :key="types.id" :label="types.titleZh" :value="types.id" />
</el-select>
</el-form-item>
<el-form-item :label="$t('中文标题')" prop="titleZh">
<el-input v-model="productForm.titleZh" :placeholder="$t('请输入中文标题')" />
</el-form-item>
<el-form-item :label="$t('英文标题')" prop="titleEn">
<el-input v-model="productForm.titleEn" :placeholder="$t('请输入英文标题')" />
</el-form-item>
<el-form-item :label="$t('商品特性')" prop="attrArray">
<el-select v-model="productForm.attrArray" :placeholder="$t('选择商品特性')" clearable multiple>
<el-option v-for="attr in attrList" :key="attr.id" :label="attr.attrName" :value="attr.id" />
</el-select>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="productSubmit">{{ $t("确定") }}</el-button>
<el-button @click="productCancel">{{ $t("取消") }}</el-button>
</div>
</el-dialog>
</div> </div>
</template> </template>
...@@ -220,7 +241,7 @@ import { getFeeTypeByOrderProduct, getProductBrankPage } from "@/api/ecw/product ...@@ -220,7 +241,7 @@ import { getFeeTypeByOrderProduct, getProductBrankPage } from "@/api/ecw/product
import { cancelProcessInstance } from "@/api/bpm/processInstance" import { cancelProcessInstance } from "@/api/bpm/processInstance"
import WorkFlow from "@/components/WorkFlow" import WorkFlow from "@/components/WorkFlow"
import { DICT_TYPE, getDictDataLabel, getDictDatas } from "@/utils/dict" import { DICT_TYPE, getDictDataLabel, getDictDatas } from "@/utils/dict"
import { orderWarehouseIn, orderWarehouseInUpdateApply, warehousePictureDelete, warehousePictureList } from "@/api/ecw/order" import { orderWarehouseIn, orderWarehouseInUpdateApply, warehousePictureDelete, warehousePictureList, order_warehouse_check_update } from "@/api/ecw/order"
import { getProductAttrList } from "@/api/ecw/productAttr" import { getProductAttrList } from "@/api/ecw/productAttr"
import { getProductTypeList } from "@/api/ecw/productType" import { getProductTypeList } from "@/api/ecw/productType"
import { addProduct } from "@/api/ecw/product" import { addProduct } from "@/api/ecw/product"
...@@ -386,26 +407,6 @@ export default { ...@@ -386,26 +407,6 @@ export default {
pictureUrls: [], pictureUrls: [],
usageIds: [] usageIds: []
}, },
form1: {
table: [],
brandType: undefined,
orderId: undefined,
orderNo: undefined,
brand: undefined,
inTime: undefined,
material: undefined,
orderItemId: undefined,
warehouseCheckProdAttrIds: [],
prodId: undefined,
prodTitleEn: undefined,
prodTitleZh: undefined,
prodType: undefined,
type: 1,
feeType: undefined,
recordMode: undefined,
pictureUrls: [],
usageIds: []
},
brandList: [], brandList: [],
brandList1: [], brandList1: [],
formRules: { formRules: {
...@@ -432,6 +433,9 @@ export default { ...@@ -432,6 +433,9 @@ export default {
// 追加时被保护的行数 // 追加时被保护的行数
protectRowCount: -1, protectRowCount: -1,
// 添加商品弹窗
isShowProduct: false,
productForm: { productForm: {
typeId: undefined, typeId: undefined,
attrArray: [], attrArray: [],
...@@ -504,8 +508,6 @@ export default { ...@@ -504,8 +508,6 @@ export default {
} }
}) })
this.protectRowCount = protectRowCount this.protectRowCount = protectRowCount
this.handleAdd()
this.handleAdd(1)
} }
}, },
handleImageDelete(url) { handleImageDelete(url) {
...@@ -541,136 +543,57 @@ export default { ...@@ -541,136 +543,57 @@ export default {
}, 0) }, 0)
}, },
handleSubmit() { handleSubmit() {
if (this.activeName !== "first") { if (this.form.warehouseCheckProdAttrIds.indexOf(4) !== -1) {
// 添加非填单货物 return this.$notify({
if (this.form1.warehouseCheckProdAttrIds.indexOf(4) !== -1) { title: this.$t("提示"),
return this.$notify({ message: this.$t("订单包含不接受货物,请检查"),
title: this.$t("提示"), type: "warning"
message: this.$t("订单包含不接受货物,请检查"), })
type: "warning" }
}) this.$refs["form"].validate((valid) => {
} this.$refs["tableForm"].validate((valid1) => {
this.$refs["form1"].validate((valid) => { if (!valid || !valid1) {
this.$refs["tableForm1"].validate((valid1) => { return
if (!valid || !valid1) { }
return if (this.edit) {
} // 到仓修改
this.submitting = true this.submitting = true
return orderWarehouseIn({ return order_warehouse_check_update({
...this.form1, ...this.form,
brandType: this.warehousing.brandType, brandType: this.warehousing.brandType,
orderId: this.warehousing.orderId, orderId: this.warehousing.orderId,
orderItemId: undefined, orderItemId: this.warehousing.orderItemId,
orderNo: this.warehousing.orderNo, orderNo: this.warehousing.orderNo,
warehouseCheckProdAttrIds: this.form1.warehouseCheckProdAttrIds.join(","), num: this.warehousing.num,
usageIds: this.form1.usageIds.join(","), volume: (+this.warehousing.volume)?.toFixed(2) || "",
orderWarehouseInItemDoList: this.form1.table.map((e) => { weight: (+this.warehousing.weight)?.toFixed(2) || "",
prodId: this.form.prodId,
warehouseCheckProdAttrIds: this.form.warehouseCheckProdAttrIds.join(","),
usageIds: this.form.usageIds.join(","),
orderWarehouseInUpdateItemDoList: this.form.table.map((e) => {
return { return {
...e, ...e,
boxGauge: e.boxGauge1 + "*" + e.boxGauge2 + "*" + e.boxGauge3, boxGauge: e.boxGauge1 + "*" + e.boxGauge2 + "*" + e.boxGauge3,
orderLocationCreateReqVOList: e.orderLocationBackVOList orderLocationCreateReqVOList: e.orderLocationBackVOList
} }
}) }),
copyUserId: this.selectedUsers
}) })
.then((r) => { .then((r) => {
this.submitting = false this.submitting = false
if (r.data) { if (r.data) {
this.$message.success("新增入仓成功") this.$message.success(r.msg || "到仓修改发起成功")
this.handleClose() this.handleClose()
} else { } else {
this.$message.success("新增入仓失败") this.$message.success(r.msg || "到仓修改发起失败")
} }
}) })
.catch(() => { .catch(() => {
this.submitting = false this.submitting = false
}) })
}) }
})
} else {
if (this.form.warehouseCheckProdAttrIds.indexOf(4) !== -1) {
return this.$notify({
title: this.$t("提示"),
message: this.$t("订单包含不接受货物,请检查"),
type: "warning"
})
}
this.$refs["form"].validate((valid) => {
this.$refs["tableForm"].validate((valid1) => {
if (!valid || !valid1) {
return
}
if (this.edit) {
// 入仓修改
this.submitting = true
return orderWarehouseInUpdateApply({
...this.form,
brandType: this.warehousing.brandType,
orderId: this.warehousing.orderId,
orderItemId: this.warehousing.orderItemId,
orderNo: this.warehousing.orderNo,
num: this.warehousing.num,
volume: (+this.warehousing.volume)?.toFixed(2) || "",
weight: (+this.warehousing.weight)?.toFixed(2) || "",
prodId: this.form.prodId,
warehouseCheckProdAttrIds: this.form.warehouseCheckProdAttrIds.join(","),
usageIds: this.form.usageIds.join(","),
orderWarehouseInUpdateItemDoList: this.form.table.map((e) => {
return {
...e,
boxGauge: e.boxGauge1 + "*" + e.boxGauge2 + "*" + e.boxGauge3,
orderLocationCreateReqVOList: e.orderLocationBackVOList
}
}),
copyUserId: this.selectedUsers
})
.then((r) => {
this.submitting = false
if (r.data) {
this.$message.success(r.msg || "入仓修改发起成功")
this.handleClose()
} else {
this.$message.success(r.msg || "入仓修改发起失败")
}
})
.catch(() => {
this.submitting = false
})
} else {
// 首次入仓、入仓补充
this.submitting = true
return orderWarehouseIn({
...this.form,
brandType: this.warehousing.brandType,
orderId: this.warehousing.orderId,
orderItemId: this.warehousing.orderItemId,
orderNo: this.warehousing.orderNo,
isAppend: this.isAdd ? true : undefined,
warehouseCheckProdAttrIds: this.form.warehouseCheckProdAttrIds.join(","),
usageIds: this.form.usageIds.join(","),
orderWarehouseInItemDoList: this.form.table.map((e) => {
return {
...e,
boxGauge: e.boxGauge1 + "*" + e.boxGauge2 + "*" + e.boxGauge3,
orderLocationCreateReqVOList: e.orderLocationBackVOList
}
})
})
.then((r) => {
this.submitting = false
if (r.data) {
this.$message.success("入仓成功")
this.handleClose()
} else {
this.$message.success("入仓失败")
}
})
.catch(() => {
this.submitting = false
})
}
})
}) })
} })
}, },
handleCancelProcessInstance() { handleCancelProcessInstance() {
this.$prompt("请输入取消原因?", this.$t("取消流程"), { this.$prompt("请输入取消原因?", this.$t("取消流程"), {
...@@ -695,15 +618,7 @@ export default { ...@@ -695,15 +618,7 @@ export default {
this.handleBrandChange(parseInt(this.form.brand)) this.handleBrandChange(parseInt(this.form.brand))
this.form.warehouseCheckProdAttrIds = product.attrId ? product.attrId.split(",").map((e) => +e) : [] this.form.warehouseCheckProdAttrIds = product.attrId ? product.attrId.split(",").map((e) => +e) : []
}, },
onProductChange1(product) {
if (!product) {
return
}
this.form1.prodTitleZh = product.titleZh
this.form1.prodTitleEn = product.titleEn
this.handleBrandChange(parseInt(this.form1.brand))
this.form1.warehouseCheckProdAttrIds = product.attrId ? product.attrId.split(",").map((e) => +e) : []
},
getProductBrandPage(titleZh = undefined) { getProductBrandPage(titleZh = undefined) {
getProductBrankPage({ pageSize: 20, titleZh }).then((r) => { getProductBrankPage({ pageSize: 20, titleZh }).then((r) => {
this.brandList = r.data.list this.brandList = r.data.list
...@@ -726,53 +641,6 @@ export default { ...@@ -726,53 +641,6 @@ export default {
} }
}) })
}, },
handleDelete(val) {
if (val === 1) {
this.form1.table.pop()
} else if (this.form.table.length > this.protectRowCount) {
this.form.table.pop()
}
},
handleDeleteRow(index, val) {
if (val === 1) {
this.form1.table.splice(index, 1)
} else if (this.form.table.length > this.protectRowCount) {
this.form.table.splice(index, 1)
}
},
handleAdd(val = 0) {
let cartonsNum = ""
if (val !== 1) {
// 货物入仓
let hasCartonsNum = 0
this.form.table.forEach((e) => {
hasCartonsNum += e.cartonsNum
})
cartonsNum = this.warehousing.num - hasCartonsNum
}
const form = val === 1 ? this.form1 : this.form
const formLength = form.table.length
let orderLocationBackVOList = []
/* // 不默认使用上一条记录的储位 https://zentao.test.jdshangmen.com/bug-view-3344.html
if (formLength > 0) {
orderLocationBackVOList = JSON.parse(JSON.stringify(form.table[formLength - 1].orderLocationBackVOList))
}*/
form.table.push({
boxGauge1: this.isJiyun ? 0 : "",
boxGauge2: this.isJiyun ? 0 : "",
boxGauge3: this.isJiyun ? 0 : "",
cartonsNum: cartonsNum > 0 ? cartonsNum : "",
expressNo: "",
quantityAll: undefined,
unit: "1",
volume: "",
weight: "",
specificationType: "1",
table: [],
orderLocationBackVOList
})
},
/** 获取产品属性列表 */ /** 获取产品属性列表 */
getAttrList() { getAttrList() {
getProductAttrList().then((response) => { getProductAttrList().then((response) => {
...@@ -784,6 +652,34 @@ export default { ...@@ -784,6 +652,34 @@ export default {
getProductTypeList().then((response) => { getProductTypeList().then((response) => {
this.typeList = response.data this.typeList = response.data
}) })
},
productSubmit() {
this.$refs["productForm"].validate((valid) => {
if (!valid) {
return
}
//商品特性转字符串
this.productForm.attrId = this.productForm.attrArray.join(",")
// 添加的提交
addProduct(this.productForm).then((response) => {
this.$modal.msgSuccess(this.$t("新增成功"))
this.form.prodId = response.data
this.form.prodTitleEn = this.productForm.titleEn
this.form.prodTitleZh = this.productForm.titleZh
this.form.prodType = this.productForm.typeId
this.form.warehouseCheckProdAttrIds = this.productForm.attrArray
this.productCancel()
})
})
},
productCancel() {
this.isShowProduct = false
this.productForm = {
typeId: undefined,
attrArray: [],
titleZh: undefined,
titleEn: undefined
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment