|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
<template>
|
|
|
|
|
<!-- 系统管理 组织架构 仓库信息组件 -->
|
|
|
|
|
<div>
|
|
|
|
|
<el-card>
|
|
|
|
|
<el-form :inline="true" :model="query" class="query-form" size="mini">
|
|
|
|
@ -9,18 +10,31 @@
|
|
|
|
|
placeholder="仓库名称"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item label="仓库类型:" prop="advanceType" >
|
|
|
|
|
<el-select v-model="subDataType.advanceType" placeholder="请选择仓库类型" style="width: 90%">
|
|
|
|
|
<el-option label="入账库" :value="1"/>
|
|
|
|
|
<el-option label="预验收库" :value="2"/>
|
|
|
|
|
<el-option label="寄售库" :value="3"/>
|
|
|
|
|
<el-form-item label="仓库类型:" prop="advanceType">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="subDataType.advanceType"
|
|
|
|
|
placeholder="请选择仓库类型"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="入账库" :value="1" />
|
|
|
|
|
<el-option label="预验收库" :value="2" />
|
|
|
|
|
<el-option label="寄售库" :value="3" />
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-button-group style="margin-left: 10px;display:flex;">
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset">重置</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="onSubmit">查询</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleSubForm( null, 'add')">新增</el-button>
|
|
|
|
|
<el-button-group style="margin-left: 10px; display: flex">
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"
|
|
|
|
|
>重置</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="primary" icon="el-icon-search" @click="onSubmit"
|
|
|
|
|
>查询</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
icon="el-icon-plus"
|
|
|
|
|
@click="handleSubForm(null, 'add')"
|
|
|
|
|
>新增</el-button
|
|
|
|
|
>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
@ -31,48 +45,28 @@
|
|
|
|
|
@current-change="handSubInvCurrentChange"
|
|
|
|
|
row-key="id"
|
|
|
|
|
:default-expand-all="isExpandAll"
|
|
|
|
|
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
|
|
|
|
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
|
|
|
|
|
style="width: 100%"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column label="序号" type="index" ref="dataForm"></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="code"
|
|
|
|
|
width="140"
|
|
|
|
|
label="仓库编码"
|
|
|
|
|
>
|
|
|
|
|
label="序号"
|
|
|
|
|
type="index"
|
|
|
|
|
ref="dataForm"
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column prop="code" label="仓库编码"> </el-table-column>
|
|
|
|
|
<el-table-column prop="name" label="仓库名称"> </el-table-column>
|
|
|
|
|
<el-table-column prop="parentName" label="所属部门"> </el-table-column>
|
|
|
|
|
<el-table-column prop="parentInvName" label="上级仓库">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
width="160"
|
|
|
|
|
prop="name"
|
|
|
|
|
label="仓库名称"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="parentName"
|
|
|
|
|
width="180"
|
|
|
|
|
label="所属部门"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column width="160"
|
|
|
|
|
prop="parentInvName"
|
|
|
|
|
label="上级仓库"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
width="140"
|
|
|
|
|
prop="advanceType"
|
|
|
|
|
label="仓库类型"
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<el-table-column prop="advanceType" label="仓库类型">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span>{{ advanceTypeTypeMap[scope.row.advanceType] }}</span>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="允许供应商使用" prop="spUse" width="140">
|
|
|
|
|
<el-table-column label="允许供应商使用" prop="spUse">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag :type="scope.row.spUse | spUerFilterType">{{
|
|
|
|
|
scope.row.spUse | spUerFilterName
|
|
|
|
|
}}
|
|
|
|
|
<el-tag :type="scope.row.spUse | spUerFilterType"
|
|
|
|
|
>{{ scope.row.spUse | spUerFilterName }}
|
|
|
|
|
</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
@ -80,18 +74,20 @@
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
:disabled="!configParms.basicInv || scope.row.advanceType =='2' || scope.row.advanceType =='3'"
|
|
|
|
|
@click.native.stop="handleSubForm( scope.row, 'add')"
|
|
|
|
|
>新增
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
:disabled="
|
|
|
|
|
!configParms.basicInv ||
|
|
|
|
|
scope.row.advanceType == '2' ||
|
|
|
|
|
scope.row.advanceType == '3'
|
|
|
|
|
"
|
|
|
|
|
@click.native="handleSubForm(scope.row, 'add')"
|
|
|
|
|
>新增
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
:disabled="!configParms.basicInv "
|
|
|
|
|
@click.native.stop="handleSubForm( scope.row, 'edit')"
|
|
|
|
|
>编辑
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
:disabled="!configParms.basicInv"
|
|
|
|
|
@click.native="handleSubForm(scope.row, 'edit')"
|
|
|
|
|
>编辑
|
|
|
|
|
</el-button>
|
|
|
|
|
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
@ -101,24 +97,24 @@
|
|
|
|
|
<!-- </el-button-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
:disabled="!configParms.basicInv"
|
|
|
|
|
@click.native.stop="popInvRelBustype(scope.row)"
|
|
|
|
|
>仓库可用单据
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
@click.native="popInvRelBustype(scope.row)"
|
|
|
|
|
>仓库可用单据
|
|
|
|
|
</el-button>
|
|
|
|
|
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
:disabled="!configParms.basicInv || scope.row.advanceType =='2' || scope.row.advanceType =='3' "
|
|
|
|
|
@click.native.stop="handleDelInv(scope.row)"
|
|
|
|
|
>删除
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
:disabled="
|
|
|
|
|
!configParms.basicInv ||
|
|
|
|
|
scope.row.advanceType == '2' ||
|
|
|
|
|
scope.row.advanceType == '3'
|
|
|
|
|
"
|
|
|
|
|
@click.native="handleDelInv(scope.row)"
|
|
|
|
|
>删除
|
|
|
|
|
</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
<!--<pagination-->
|
|
|
|
@ -138,20 +134,29 @@
|
|
|
|
|
width="60%"
|
|
|
|
|
top="5vh"
|
|
|
|
|
>
|
|
|
|
|
<el-form :model="subData" ref="dataForm" :rules="formRules" label-width="130px">
|
|
|
|
|
<el-form
|
|
|
|
|
:model="subData"
|
|
|
|
|
ref="dataForm"
|
|
|
|
|
:rules="formRules"
|
|
|
|
|
label-width="130px"
|
|
|
|
|
>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="所属部门" prop="parentId">
|
|
|
|
|
<el-select v-model="subData.parentId" placeholder="顶级" style="width: 80%">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="subData.parentId"
|
|
|
|
|
placeholder="顶级"
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in fromDeptOptions"
|
|
|
|
|
:key="item.code"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.code"
|
|
|
|
|
>
|
|
|
|
|
<span style="float: left"
|
|
|
|
|
><span v-html="item.html"></span>{{ item.name }}</span
|
|
|
|
|
>
|
|
|
|
|
<span style="float: left"
|
|
|
|
|
><span v-html="item.html"></span>{{ item.name }}</span
|
|
|
|
|
>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -159,28 +164,41 @@
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="上级仓库" prop="parentCode">
|
|
|
|
|
<treeselect v-model="subData.parentCode" :options="invOptions" :normalizer="normalizer"
|
|
|
|
|
:disabled="isShow"
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
placeholder="选择上级仓库"/>
|
|
|
|
|
|
|
|
|
|
<treeselect
|
|
|
|
|
v-model="subData.parentCode"
|
|
|
|
|
:options="invOptions"
|
|
|
|
|
:normalizer="normalizer"
|
|
|
|
|
:disabled="isShow"
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
placeholder="选择上级仓库"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="仓库编码" prop="code" class="query-form-item">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="仓库编码"
|
|
|
|
|
prop="code"
|
|
|
|
|
class="query-form-item"
|
|
|
|
|
>
|
|
|
|
|
<el-input
|
|
|
|
|
disabled
|
|
|
|
|
v-model="subData.code" style="width: 80%"
|
|
|
|
|
v-model="subData.code"
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
auto-complete="off"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="仓库名称" prop="name" class="query-form-item">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="仓库名称"
|
|
|
|
|
prop="name"
|
|
|
|
|
class="query-form-item"
|
|
|
|
|
>
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="subData.name" style="width: 80%"
|
|
|
|
|
v-model="subData.name"
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
placeholder="请输入仓库名称"
|
|
|
|
|
auto-complete="off"
|
|
|
|
|
></el-input>
|
|
|
|
@ -190,11 +208,15 @@
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="仓库类型" prop="advanceType">
|
|
|
|
|
<el-select v-model="subData.advanceType" :disabled="invWouse != null" placeholder="请选择仓库类型"
|
|
|
|
|
style="width: 80%">
|
|
|
|
|
<el-option label="入账库" value="1"/>
|
|
|
|
|
<el-option label="预验收库" value="2"/>
|
|
|
|
|
<el-option label="寄售库" value="3"/>
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="subData.advanceType"
|
|
|
|
|
:disabled="invWouse != null"
|
|
|
|
|
placeholder="请选择仓库类型"
|
|
|
|
|
style="width: 80%"
|
|
|
|
|
>
|
|
|
|
|
<el-option label="入账库" value="1" />
|
|
|
|
|
<el-option label="预验收库" value="2" />
|
|
|
|
|
<el-option label="寄售库" value="3" />
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
|
@ -207,7 +229,11 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="是否能被供应商使用" prop="spUse" class="query-form-item">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="是否能被供应商使用"
|
|
|
|
|
prop="spUse"
|
|
|
|
|
class="query-form-item"
|
|
|
|
|
>
|
|
|
|
|
<el-radio-group v-model="subData.spUse">
|
|
|
|
|
<el-radio :label="true">是</el-radio>
|
|
|
|
|
<el-radio :label="false">否</el-radio>
|
|
|
|
@ -216,7 +242,6 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row class="el-row" type="flex">
|
|
|
|
|
<el-col class="el-col">
|
|
|
|
|
<el-form-item label="备注" prop="remark" class="query-form-item">
|
|
|
|
@ -230,7 +255,11 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-table :data="sysSubList" style="width: 100%; margin-bottom: 30px;" border>
|
|
|
|
|
<el-table
|
|
|
|
|
:data="sysSubList"
|
|
|
|
|
style="width: 100%; margin-bottom: 30px"
|
|
|
|
|
border
|
|
|
|
|
>
|
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="外部系统名称"
|
|
|
|
@ -253,12 +282,17 @@
|
|
|
|
|
type="text"
|
|
|
|
|
:disabled="!configParms.basicInv"
|
|
|
|
|
@click="intentSubSelect(scope.row)"
|
|
|
|
|
>关联
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="text" @click.native.stop="unbindSubThrWarehouse(scope.row)"
|
|
|
|
|
:disabled="scope.row.thirdId=='' ||scope.row.thirdId==null ||!configParms.basicInv"
|
|
|
|
|
>解绑
|
|
|
|
|
>关联
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
@click.native.stop="unbindSubThrWarehouse(scope.row)"
|
|
|
|
|
:disabled="
|
|
|
|
|
scope.row.thirdId == '' ||
|
|
|
|
|
scope.row.thirdId == null ||
|
|
|
|
|
!configParms.basicInv
|
|
|
|
|
"
|
|
|
|
|
>解绑
|
|
|
|
|
</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
@ -266,17 +300,22 @@
|
|
|
|
|
</el-form>
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button @click.native="hideForm">取消</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
@click.native="forInvSubmit()"
|
|
|
|
|
>提交
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="primary" @click.native="forInvSubmit()"
|
|
|
|
|
>提交
|
|
|
|
|
</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<!-- 仓库关联第三方分库对话框-->
|
|
|
|
|
<el-dialog title="仓库信息-关联第三方仓库" :visible.sync="thrSubWareHouseVisible">
|
|
|
|
|
<el-form :inline="true" :model="thirdSubQuery" class="query-form" size="mini">
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="仓库信息-关联第三方仓库"
|
|
|
|
|
:visible.sync="thrSubWareHouseVisible"
|
|
|
|
|
>
|
|
|
|
|
<el-form
|
|
|
|
|
:inline="true"
|
|
|
|
|
:model="thirdSubQuery"
|
|
|
|
|
class="query-form"
|
|
|
|
|
size="mini"
|
|
|
|
|
>
|
|
|
|
|
<el-form-item class="query-form-item">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="thirdSubQuery.name"
|
|
|
|
@ -287,38 +326,33 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-button-group>
|
|
|
|
|
<el-button type="primary" icon="search" @click="intentSubSelect">查询</el-button>
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onResetintent">重置</el-button>
|
|
|
|
|
<el-button type="primary" icon="search" @click="intentSubSelect"
|
|
|
|
|
>查询</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
icon="el-icon-refresh"
|
|
|
|
|
@click="onResetintent"
|
|
|
|
|
>重置</el-button
|
|
|
|
|
>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
<el-table
|
|
|
|
|
:data="thrSubWarehouseData"
|
|
|
|
|
style="width: 100%;margin-top: 10px;"
|
|
|
|
|
style="width: 100%; margin-top: 10px"
|
|
|
|
|
row-key="id"
|
|
|
|
|
border
|
|
|
|
|
highlight-current-row
|
|
|
|
|
@current-change="changeSubThrWarehouse"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column
|
|
|
|
|
type="index"
|
|
|
|
|
label="序号"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="code"
|
|
|
|
|
label="仓库编码"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="name"
|
|
|
|
|
label="仓库名称"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column type="index" label="序号"> </el-table-column>
|
|
|
|
|
<el-table-column prop="code" label="仓库编码"> </el-table-column>
|
|
|
|
|
<el-table-column prop="name" label="仓库名称"> </el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
|
|
<pagination
|
|
|
|
|
v-show="subTotal>0"
|
|
|
|
|
v-show="subTotal > 0"
|
|
|
|
|
:total="subTotal"
|
|
|
|
|
:page.sync="thirdSubQuery.page"
|
|
|
|
|
:limit.sync="thirdSubQuery.limit"
|
|
|
|
@ -327,10 +361,8 @@
|
|
|
|
|
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button @click.native="hideThrWarehouseTable()">取消</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
@click.native="bindSubThrWarehouse()"
|
|
|
|
|
>提交
|
|
|
|
|
<el-button type="primary" @click.native="bindSubThrWarehouse()"
|
|
|
|
|
>提交
|
|
|
|
|
</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
@ -344,9 +376,10 @@
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
v-if="relUserVisible"
|
|
|
|
|
>
|
|
|
|
|
<inv-rel-users :inputQuery="currentRow"
|
|
|
|
|
:configParms="configParms"
|
|
|
|
|
:closeDialog="cancelRelUser"
|
|
|
|
|
<inv-rel-users
|
|
|
|
|
:inputQuery="currentRow"
|
|
|
|
|
:configParms="configParms"
|
|
|
|
|
:closeDialog="cancelRelUser"
|
|
|
|
|
></inv-rel-users>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
@ -359,21 +392,21 @@
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
v-if="relBusTypeVisible"
|
|
|
|
|
>
|
|
|
|
|
<inv-rel-bus-type :inputQuery="currentRow"
|
|
|
|
|
:configParms="configParms"
|
|
|
|
|
:closeDialog="cancelRelBustype"
|
|
|
|
|
<inv-rel-bus-type
|
|
|
|
|
:inputQuery="currentRow"
|
|
|
|
|
:configParms="configParms"
|
|
|
|
|
:closeDialog="cancelRelBustype"
|
|
|
|
|
></inv-rel-bus-type>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
</el-card>
|
|
|
|
|
<el-tabs type="border-card" style="margin: 15px">
|
|
|
|
|
<el-tab-pane>
|
|
|
|
|
<span slot="label">{{ currentRow.name }}-用户列表</span>
|
|
|
|
|
|
|
|
|
|
<inv-rel-users :inputQuery="currentRow"
|
|
|
|
|
:configParms="configParms"
|
|
|
|
|
<inv-rel-users
|
|
|
|
|
:inputQuery="currentRow"
|
|
|
|
|
:configParms="configParms"
|
|
|
|
|
></inv-rel-users>
|
|
|
|
|
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|
<!-- <el-tab-pane>-->
|
|
|
|
|
<!-- <span slot="label">{{ currentRow.name }}-单据类型</span>-->
|
|
|
|
@ -383,29 +416,28 @@
|
|
|
|
|
<invSpaceManage :invInfo="currentInvInfo"></invSpaceManage>
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|
</el-tabs>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import {
|
|
|
|
|
filterSubAll, saveSubWarehouse, deleteSubWarehouse,
|
|
|
|
|
getSubThrsysDetail, bindThrSubWarehouse, unbindSubThrWarehouse,
|
|
|
|
|
filterSubAll,
|
|
|
|
|
saveSubWarehouse,
|
|
|
|
|
deleteSubWarehouse,
|
|
|
|
|
getSubThrsysDetail,
|
|
|
|
|
bindThrSubWarehouse,
|
|
|
|
|
unbindSubThrWarehouse,
|
|
|
|
|
} from "@/api/system/invSubWarehouse";
|
|
|
|
|
import {getJoinBussinessType} from "@/api/basic/bussinessType";
|
|
|
|
|
import {findConfig} from "@/api/sync/spsSyncStatus";
|
|
|
|
|
import {selectSysParamByKey} from "@/api/system/param/systemParamConfig";
|
|
|
|
|
import { getJoinBussinessType } from "@/api/basic/bussinessType";
|
|
|
|
|
import { findConfig } from "@/api/sync/spsSyncStatus";
|
|
|
|
|
import { selectSysParamByKey } from "@/api/system/param/systemParamConfig";
|
|
|
|
|
import invSpaceManage from "@/views/inventory/InvSpaceManage";
|
|
|
|
|
import {
|
|
|
|
|
filterList,
|
|
|
|
|
filterThridSubByInv,
|
|
|
|
|
} from "@/api/system/invWarehouse";
|
|
|
|
|
import { filterList, filterThridSubByInv } from "@/api/system/invWarehouse";
|
|
|
|
|
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
|
|
|
|
import Treeselect from "@riophae/vue-treeselect";
|
|
|
|
|
import InvRelBusType from "@/views/system/dept/invRelBusType";
|
|
|
|
|
import InvRelUsers from "@/views/system/dept/invRelUsers";
|
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
|
import { isBlank } from "@/utils/strUtil";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
@ -431,28 +463,26 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
formMap: {
|
|
|
|
|
add: "仓库信息-新增",
|
|
|
|
|
edit: "仓库信息-编辑"
|
|
|
|
|
edit: "仓库信息-编辑",
|
|
|
|
|
},
|
|
|
|
|
invWouse: {},
|
|
|
|
|
formName: null,
|
|
|
|
|
configParms: {},
|
|
|
|
|
currentCode: null,
|
|
|
|
|
currentRow: {name: "仓库"},
|
|
|
|
|
currentRow: { name: "仓库" },
|
|
|
|
|
mutiInvMode: true,
|
|
|
|
|
subFormVisible: false,
|
|
|
|
|
formRules: {
|
|
|
|
|
parentId: [
|
|
|
|
|
{required: true, message: "请选择所属部门", trigger: "blur"}
|
|
|
|
|
],
|
|
|
|
|
name: [
|
|
|
|
|
{required: true, message: "请输入仓库名称", trigger: "blur"}
|
|
|
|
|
{ required: true, message: "请选择所属部门", trigger: "blur" },
|
|
|
|
|
],
|
|
|
|
|
name: [{ required: true, message: "请输入仓库名称", trigger: "blur" }],
|
|
|
|
|
advanceType: [
|
|
|
|
|
{required: true, message: "请选择是否寄售", trigger: "blur"}
|
|
|
|
|
]
|
|
|
|
|
{ required: true, message: "请选择是否寄售", trigger: "blur" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
subData: {},
|
|
|
|
|
subDataType:{},
|
|
|
|
|
subDataType: {},
|
|
|
|
|
fromDeptOptions: [],
|
|
|
|
|
invOptions: [],
|
|
|
|
|
thirdSubQuery: {
|
|
|
|
@ -474,7 +504,7 @@ export default {
|
|
|
|
|
currentInvInfo: {
|
|
|
|
|
invStorageCode: null,
|
|
|
|
|
invWarehouseCode: null,
|
|
|
|
|
invName: null
|
|
|
|
|
invName: null,
|
|
|
|
|
},
|
|
|
|
|
sysList: [],
|
|
|
|
|
sysSubList: [],
|
|
|
|
@ -483,7 +513,8 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
//----------------仓库相关-----------------
|
|
|
|
|
onReset() { //重置
|
|
|
|
|
onReset() {
|
|
|
|
|
//重置
|
|
|
|
|
this.$router.push({
|
|
|
|
|
path: "",
|
|
|
|
|
});
|
|
|
|
@ -491,52 +522,54 @@ export default {
|
|
|
|
|
name: "",
|
|
|
|
|
status: "",
|
|
|
|
|
};
|
|
|
|
|
this.subDataType.advanceType=null;
|
|
|
|
|
this.subDataType.advanceType = null;
|
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
|
|
//置空用户列表和货位信息列表的参数
|
|
|
|
|
this.currentRow = {name: "仓库"};
|
|
|
|
|
this.currentRow = { name: "仓库" };
|
|
|
|
|
|
|
|
|
|
this.currentInvInfo = {
|
|
|
|
|
invStorageCode: null,
|
|
|
|
|
invWarehouseCode: null,
|
|
|
|
|
invName: null
|
|
|
|
|
invName: null,
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
onResetintent(){
|
|
|
|
|
debugger
|
|
|
|
|
onResetintent() {
|
|
|
|
|
debugger;
|
|
|
|
|
this.$router.push({
|
|
|
|
|
path: "",
|
|
|
|
|
});
|
|
|
|
|
this.thirdSubQuery = {
|
|
|
|
|
thirdSysFk: this.thirdSubQuery.thirdSysFk,
|
|
|
|
|
page:1,
|
|
|
|
|
limit: 10
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
filterThridSubByInv(this.thirdSubQuery).then((res) => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
this.thrSubWarehouseData = res.data.list;
|
|
|
|
|
this.subTotal = res.data.total || 0;
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(res.message);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
this.thrWarehouseData = [];
|
|
|
|
|
this.subTotal = 0;
|
|
|
|
|
this.$message.error("第三方分库库数据加载失败");
|
|
|
|
|
});
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
filterThridSubByInv(this.thirdSubQuery)
|
|
|
|
|
.then((res) => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
this.thrSubWarehouseData = res.data.list;
|
|
|
|
|
this.subTotal = res.data.total || 0;
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(res.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch((error) => {
|
|
|
|
|
this.thrWarehouseData = [];
|
|
|
|
|
this.subTotal = 0;
|
|
|
|
|
this.$message.error("第三方分库库数据加载失败");
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
onSubmit() { //提交查询
|
|
|
|
|
this.query.advanceType=this.subDataType.advanceType;
|
|
|
|
|
onSubmit() {
|
|
|
|
|
//提交查询
|
|
|
|
|
this.query.advanceType = this.subDataType.advanceType;
|
|
|
|
|
this.getList();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
getList() { //获取仓库信息
|
|
|
|
|
getList() {
|
|
|
|
|
//获取仓库信息
|
|
|
|
|
this.loading = true;
|
|
|
|
|
this.list = [];
|
|
|
|
|
filterSubAll(this.query)
|
|
|
|
@ -552,7 +585,8 @@ export default {
|
|
|
|
|
this.list = [];
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
handleSubForm(data, formName) { //新增,编辑
|
|
|
|
|
handleSubForm(data, formName) {
|
|
|
|
|
//新增,编辑
|
|
|
|
|
if (data != null) {
|
|
|
|
|
this.invWouse = data;
|
|
|
|
|
}
|
|
|
|
@ -565,22 +599,25 @@ export default {
|
|
|
|
|
this.isShow = false;
|
|
|
|
|
} else {
|
|
|
|
|
this.isAdvanceTypeShow = false;
|
|
|
|
|
this.isShow = true
|
|
|
|
|
this.isShow = true;
|
|
|
|
|
this.subData.parentCode = null;
|
|
|
|
|
}
|
|
|
|
|
} else if (formName === "add") {
|
|
|
|
|
this.isShow = true
|
|
|
|
|
this.isShow = true;
|
|
|
|
|
if (data == null) {
|
|
|
|
|
this.isAdvanceTypeShow = false;
|
|
|
|
|
this.subData = {advanceType: '1', spUse: false, parentCode: null};
|
|
|
|
|
this.subData = { advanceType: "1", spUse: false, parentCode: null };
|
|
|
|
|
} else {
|
|
|
|
|
this.isAdvanceTypeShow = true;
|
|
|
|
|
this.subData = {advanceType: data.advanceType.toString(), spUse: false, parentCode: data.code};
|
|
|
|
|
this.subData = {
|
|
|
|
|
advanceType: data.advanceType.toString(),
|
|
|
|
|
spUse: false,
|
|
|
|
|
parentCode: data.code,
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//转换
|
|
|
|
|
let advanceTypese = this.subData.advanceType
|
|
|
|
|
|
|
|
|
|
let advanceTypese = this.subData.advanceType;
|
|
|
|
|
|
|
|
|
|
this.subFormVisible = true;
|
|
|
|
|
this.getSubThrsysDetailData();
|
|
|
|
@ -590,8 +627,7 @@ export default {
|
|
|
|
|
let invList = response.data || [];
|
|
|
|
|
this.invOptions = this.handleTree(invList, "code", "parentCode");
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
.catch(() => {});
|
|
|
|
|
}
|
|
|
|
|
filterSubAll(this.query)
|
|
|
|
|
.then((response) => {
|
|
|
|
@ -607,12 +643,12 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.invOptions = this.handleTree(invList, "code", "parentCode");
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
.catch(() => {});
|
|
|
|
|
this.sysSubList = null;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
hideForm() { // 新增,编辑---取消
|
|
|
|
|
hideForm() {
|
|
|
|
|
// 新增,编辑---取消
|
|
|
|
|
this.formVisible = false;
|
|
|
|
|
this.subFormVisible = false;
|
|
|
|
|
this.resetForm();
|
|
|
|
@ -628,23 +664,27 @@ export default {
|
|
|
|
|
this.getList();
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
forInvSubmit() { // 新增,编辑---提交
|
|
|
|
|
this.$refs["dataForm"].validate(valid => {
|
|
|
|
|
forInvSubmit() {
|
|
|
|
|
// 新增,编辑---提交
|
|
|
|
|
this.$refs["dataForm"].validate((valid) => {
|
|
|
|
|
if (valid) {
|
|
|
|
|
saveSubWarehouse(this.subData, this.formName).then((response) => {
|
|
|
|
|
this.subFormVisible = false;
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.getList();
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
this.subFormVisible = false;
|
|
|
|
|
});
|
|
|
|
|
saveSubWarehouse(this.subData, this.formName)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.subFormVisible = false;
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.getList();
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.subFormVisible = false;
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
findDeptMethod() { //新增,编辑---获取部门信息
|
|
|
|
|
findDeptMethod() {
|
|
|
|
|
//新增,编辑---获取部门信息
|
|
|
|
|
let query = {
|
|
|
|
|
status: 1,
|
|
|
|
|
};
|
|
|
|
@ -657,7 +697,6 @@ export default {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.fromDeptOptions = [];
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
normalizer(node) {
|
|
|
|
|
if (node.children && !node.children.length) {
|
|
|
|
@ -666,18 +705,18 @@ export default {
|
|
|
|
|
return {
|
|
|
|
|
id: node.code,
|
|
|
|
|
label: node.name,
|
|
|
|
|
children: node.children
|
|
|
|
|
children: node.children,
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
getSyncConfig() {//获取配置信息
|
|
|
|
|
getSyncConfig() {
|
|
|
|
|
//获取配置信息
|
|
|
|
|
findConfig()
|
|
|
|
|
.then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|
this.configParms = response.data;
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
.catch(() => {});
|
|
|
|
|
let query = {
|
|
|
|
|
paramKey: "muti_inv_mode",
|
|
|
|
|
};
|
|
|
|
@ -691,7 +730,8 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
handSubInvCurrentChange(row) { //列表选中
|
|
|
|
|
handSubInvCurrentChange(row) {
|
|
|
|
|
//列表选中
|
|
|
|
|
this.currentCode = row.code;
|
|
|
|
|
this.currentRow = row;
|
|
|
|
|
this.curSeleUser = null;
|
|
|
|
@ -699,7 +739,6 @@ export default {
|
|
|
|
|
this.invSpaceManage(row);
|
|
|
|
|
//加载单据类型
|
|
|
|
|
this.selsectBussinessType(row);
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
//关联第三方仓库信息
|
|
|
|
|
intentSubSelect(row) {
|
|
|
|
@ -710,19 +749,20 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.thrSubWarehouseData = [];
|
|
|
|
|
this.thrSubWareHouseVisible = true;
|
|
|
|
|
filterThridSubByInv(this.thirdSubQuery).then((res) => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
this.thrSubWarehouseData = res.data.list;
|
|
|
|
|
this.subTotal = res.data.total || 0;
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(res.message);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
this.thrWarehouseData = [];
|
|
|
|
|
this.subTotal = 0;
|
|
|
|
|
this.$message.error("第三方分库库数据加载失败");
|
|
|
|
|
});
|
|
|
|
|
filterThridSubByInv(this.thirdSubQuery)
|
|
|
|
|
.then((res) => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
this.thrSubWarehouseData = res.data.list;
|
|
|
|
|
this.subTotal = res.data.total || 0;
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(res.message);
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
.catch((error) => {
|
|
|
|
|
this.thrWarehouseData = [];
|
|
|
|
|
this.subTotal = 0;
|
|
|
|
|
this.$message.error("第三方分库库数据加载失败");
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
changeSubThrWarehouse(row) {
|
|
|
|
|
this.checkSubThrWarehouseRow = row;
|
|
|
|
@ -737,26 +777,26 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
//绑定第三方分库
|
|
|
|
|
bindSubThrWarehouse() {
|
|
|
|
|
|
|
|
|
|
let params = {
|
|
|
|
|
id: this.subData.id,
|
|
|
|
|
thridWarehouseId: this.checkSubThrWarehouseRow.code,
|
|
|
|
|
sysId: this.checkSubThrWarehouseRow.thirdSysFk
|
|
|
|
|
}
|
|
|
|
|
bindThrSubWarehouse(params).then((res) => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
this.$message.success("绑定成功")
|
|
|
|
|
this.getSubThrsysDetailData();
|
|
|
|
|
}
|
|
|
|
|
this.thrSubWareHouseVisible = false;
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
this.$message.error("绑定失败");
|
|
|
|
|
this.thrSubWareHouseVisible = false;
|
|
|
|
|
})
|
|
|
|
|
sysId: this.checkSubThrWarehouseRow.thirdSysFk,
|
|
|
|
|
};
|
|
|
|
|
bindThrSubWarehouse(params)
|
|
|
|
|
.then((res) => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
this.$message.success("绑定成功");
|
|
|
|
|
this.getSubThrsysDetailData();
|
|
|
|
|
}
|
|
|
|
|
this.thrSubWareHouseVisible = false;
|
|
|
|
|
})
|
|
|
|
|
.catch((error) => {
|
|
|
|
|
this.$message.error("绑定失败");
|
|
|
|
|
this.thrSubWareHouseVisible = false;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
//解绑第三方分库
|
|
|
|
|
unbindSubThrWarehouse(row) {
|
|
|
|
|
|
|
|
|
|
this.$confirm("确定解绑已关联第三方仓库信息?", "提示", {
|
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
@ -765,19 +805,18 @@ export default {
|
|
|
|
|
.then(() => {
|
|
|
|
|
let params = {
|
|
|
|
|
id: this.subData.id,
|
|
|
|
|
sysId: row.sysId
|
|
|
|
|
sysId: row.sysId,
|
|
|
|
|
};
|
|
|
|
|
unbindSubThrWarehouse(params).then((res) => {
|
|
|
|
|
this.$message.success("解绑成功");
|
|
|
|
|
this.getSubThrsysDetailData();
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
this.$message.error("解绑失败");
|
|
|
|
|
})
|
|
|
|
|
unbindSubThrWarehouse(params)
|
|
|
|
|
.then((res) => {
|
|
|
|
|
this.$message.success("解绑成功");
|
|
|
|
|
this.getSubThrsysDetailData();
|
|
|
|
|
})
|
|
|
|
|
.catch((error) => {
|
|
|
|
|
this.$message.error("解绑失败");
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.catch(() => {});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
popInvRelBustype(row) {
|
|
|
|
@ -798,7 +837,6 @@ export default {
|
|
|
|
|
this.relUserVisible = false;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getBussinessType(val, obj) {
|
|
|
|
|
if (val != null) {
|
|
|
|
|
this.bussinessTypeQuery.page = val;
|
|
|
|
@ -808,23 +846,24 @@ export default {
|
|
|
|
|
this.bussinessTypeQuery.ids = action;
|
|
|
|
|
}
|
|
|
|
|
this.bussinessTypeQuery.code = this.busQuery.code;
|
|
|
|
|
getJoinBussinessType(this.bussinessTypeQuery).then((res) => {
|
|
|
|
|
this.selectBussinessTypeList = [];
|
|
|
|
|
this.bussinessTypeList = res.data.list;
|
|
|
|
|
this.bussinessTypeTotal = res.data.total;
|
|
|
|
|
var that = this;
|
|
|
|
|
that.$nextTick(() => {
|
|
|
|
|
if (that.$refs.typeList) {
|
|
|
|
|
that.$refs.typeList.clearSelection();
|
|
|
|
|
}
|
|
|
|
|
that.bussinessTypeList.forEach(row => {
|
|
|
|
|
if (row.checkSelect == true) {
|
|
|
|
|
that.$refs.typeList.toggleRowSelection(row, true);
|
|
|
|
|
getJoinBussinessType(this.bussinessTypeQuery)
|
|
|
|
|
.then((res) => {
|
|
|
|
|
this.selectBussinessTypeList = [];
|
|
|
|
|
this.bussinessTypeList = res.data.list;
|
|
|
|
|
this.bussinessTypeTotal = res.data.total;
|
|
|
|
|
var that = this;
|
|
|
|
|
that.$nextTick(() => {
|
|
|
|
|
if (that.$refs.typeList) {
|
|
|
|
|
that.$refs.typeList.clearSelection();
|
|
|
|
|
}
|
|
|
|
|
that.bussinessTypeList.forEach((row) => {
|
|
|
|
|
if (row.checkSelect == true) {
|
|
|
|
|
that.$refs.typeList.toggleRowSelection(row, true);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
.catch((error) => {});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
invSpaceManage(row) {
|
|
|
|
@ -833,11 +872,10 @@ export default {
|
|
|
|
|
invWarehouseCode: row.code,
|
|
|
|
|
invName: row.name,
|
|
|
|
|
flag: row.id,
|
|
|
|
|
page: 1
|
|
|
|
|
page: 1,
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getSubThrsysDetailData() {
|
|
|
|
|
if (!isBlank(this.subData.code)) {
|
|
|
|
|
let params = {
|
|
|
|
@ -855,7 +893,6 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handleDelInv(row) {
|
|
|
|
|
if (row.id) {
|
|
|
|
|
this.$confirm("确认删除该仓库吗?", "提示", {
|
|
|
|
@ -863,7 +900,7 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
.then(() => {
|
|
|
|
|
this.deleteLoading = true;
|
|
|
|
|
let para = {id: row.id};
|
|
|
|
|
let para = { id: row.id };
|
|
|
|
|
deleteSubWarehouse(para)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.deleteLoading = false;
|
|
|
|
@ -900,24 +937,22 @@ export default {
|
|
|
|
|
return upUerMap[status];
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
mounted() {
|
|
|
|
|
},
|
|
|
|
|
mounted() {},
|
|
|
|
|
components: {
|
|
|
|
|
InvRelUsers,
|
|
|
|
|
InvRelBusType,
|
|
|
|
|
invSpaceManage, Treeselect
|
|
|
|
|
invSpaceManage,
|
|
|
|
|
Treeselect,
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
this.getList();
|
|
|
|
|
this.getSyncConfig();
|
|
|
|
|
this.findDeptMethod();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style scoped>
|
|
|
|
|
|
|
|
|
|
.vue-treeselect >>> .vue-treeselect__placeholder {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
@ -930,5 +965,4 @@ export default {
|
|
|
|
|
.vue-treeselect >>> .vue-treeselect__control {
|
|
|
|
|
height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|