1.调整功能菜单名称

2.优化仓库字典页面操作
3.部分页面文字展示内容调整
4.新建单据时根据用户是否启用多级仓库判断是否展示部分输入框
featFunction
x_z 3 years ago
parent 8307190a07
commit bac7aac8af

@ -9,7 +9,6 @@ export function filterSelectInvUser(query) {
}); });
} }
export function updateInvUser(query) { export function updateInvUser(query) {
return axios( return axios(
{ {
@ -20,3 +19,12 @@ export function updateInvUser(query) {
) )
} }
export function filterUserBusTypeList(query) {
return axios(
{
url: "spms/bus/user/filterUserBusList",
method: "get",
params: query
}
)
}

@ -288,7 +288,7 @@ export const asyncRouterMap = [
{ {
path: "authDept", path: "authDept",
component: authDept, component: authDept,
name: "部门管理", name: "科室管理",
icon: "", icon: "",
meta: { meta: {
authRule: ["authMange/authDept"] authRule: ["authMange/authDept"]
@ -468,7 +468,7 @@ export const asyncRouterMap = [
{ {
path: "invWarehouse", path: "invWarehouse",
component: invWarehouse, component: invWarehouse,
name: "仓库字典", name: "仓库 / 科室字典",
icon: "", icon: "",
meta: { meta: {
authRule: ["basicProduct/invWarehouse"] authRule: ["basicProduct/invWarehouse"]

@ -688,6 +688,22 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="20" class="el-row" type="flex">
<el-col :span="12" class="el-col">
<div class="text item">
<div class="itemTag">
<span>进口产品代理商:&nbsp;</span>
</div>
<el-input
style="width: 65%"
size="small"
splaceholder="请输入内容"
v-model="editQuery.cpdls"
></el-input>
</div>
</el-col>
</el-row>
<el-row :gutter="20" class="el-row" type="flex"> <el-row :gutter="20" class="el-row" type="flex">
<el-col :span="24" class="el-col"> <el-col :span="24" class="el-col">
<div style="margin-top: 18px;margin-bottom: 18px"> <div style="margin-top: 18px;margin-bottom: 18px">
@ -849,6 +865,7 @@ export default {
allowNoBatch: null, allowNoBatch: null,
allowNoExpire: null, allowNoExpire: null,
allowNoProduct: null, allowNoProduct: null,
cpdls: null
}, },
defaultSys: null, defaultSys: null,
isImport: false, isImport: false,

@ -728,6 +728,19 @@
></el-input> ></el-input>
</div> </div>
</el-col> </el-col>
<el-col :span="12" class="el-col">
<div class="text item">
<div class="itemTag">
<span>进口产品代理商:&nbsp;</span>
</div>
<el-input
style="width: 65%"
size="small"
splaceholder="请输入内容"
v-model="editQuery.cpdls"
></el-input>
</div>
</el-col>
</el-row> </el-row>
<el-row :gutter="20" class="el-row" type="flex"> <el-row :gutter="20" class="el-row" type="flex">
<el-col :span="24" class="el-col"> <el-col :span="24" class="el-col">
@ -1785,7 +1798,6 @@ export default {
}); });
}, },
handleSelectionChange(val) { handleSelectionChange(val) {
console.log("----" + val);
this.multipleSelection = val; this.multipleSelection = val;
}, },
closeSelDialog(val) { closeSelDialog(val) {
@ -1814,7 +1826,6 @@ export default {
page: 1, page: 1,
limit: 10, limit: 10,
}; };
console.log("this.editQuery.isUseDy = " + this.editQuery.isUseDy);
this.getDetailList(ttquery); this.getDetailList(ttquery);
this.getThirdSysDetail(); this.getThirdSysDetail();
@ -1864,7 +1875,6 @@ export default {
page: 1, page: 1,
limit: 10, limit: 10,
}; };
console.log("this.editQuery.isUseDy = " + this.editQuery.isUseDy);
this.getDetailList(ttquery); this.getDetailList(ttquery);
this.getThirdSysDetail(); this.getThirdSysDetail();
@ -1927,7 +1937,6 @@ export default {
this.uuid = this.editQuery.uuid; this.uuid = this.editQuery.uuid;
this.originUuid = this.editQuery.originUuid; this.originUuid = this.editQuery.originUuid;
this.relId = this.editQuery.rlId; this.relId = this.editQuery.rlId;
console.log(this.uuid + "\n" + this.originUuid);
}, },
closeDialog() { closeDialog() {
this.selectErpDialogVisible = false; this.selectErpDialogVisible = false;
@ -1946,7 +1955,6 @@ export default {
this.relevanceEdit.isUseDy = 0; this.relevanceEdit.isUseDy = 0;
} }
this.relevanceEdit.id = this.editQuery.rlId, this.relevanceEdit.id = this.editQuery.rlId,
console.log(this.relevanceEdit.isUseDy);
updatetUdiInfos(this.relevanceEdit) updatetUdiInfos(this.relevanceEdit)
.then((response) => { .then((response) => {
this.loading = false; this.loading = false;

@ -555,14 +555,6 @@
></el-input> ></el-input>
</div> </div>
</el-col> </el-col>
<el-col :span="12" class="el-col">
<el-form-item prop="name">
<el-checkbox v-model="checked" class="text item itemTag"
:disabled="true"
>以使用单元数量入库
</el-checkbox>
</el-form-item>
</el-col>
</el-row> </el-row>
</el-form> </el-form>
@ -712,7 +704,6 @@ export default {
handleDetail(row) { handleDetail(row) {
this.editQuery = row; this.editQuery = row;
console.log(row);
}, },
combine() { combine() {
@ -744,7 +735,6 @@ export default {
this.loading = false; this.loading = false;
if (response.code == 20000) { if (response.code == 20000) {
this.$message.success(response.data); this.$message.success(response.data);
console.log("关闭弹窗");
this.$emit("closeSelDialog", true); this.$emit("closeSelDialog", true);
this.closeSelDialog(); this.closeSelDialog();
} else { } else {
@ -798,7 +788,6 @@ export default {
}); });
}, },
handleSelectionChange(val) { handleSelectionChange(val) {
console.log("----" + val);
this.multipleSelection = val; this.multipleSelection = val;
}, },
@ -821,7 +810,6 @@ export default {
page: 1, page: 1,
limit: 10, limit: 10,
}; };
console.log("this.editQuery.isUseDy = " + this.editQuery.isUseDy);
this.getDetailList(ttquery); this.getDetailList(ttquery);
this.getThirdSysDetail(); this.getThirdSysDetail();

@ -161,14 +161,14 @@
type="text" type="text"
size="small" :disabled="!configParms.basicInv" size="small" :disabled="!configParms.basicInv"
@click.native.stop="addUser(scope.row)" @click.native.stop="addUser(scope.row)"
>添加用户 >管理用户
</el-button </el-button
> >
<el-button <el-button
type="text" type="text"
size="small" :disabled="!configParms.basicInv" size="small" :disabled="!configParms.basicInv"
@click.native.stop="addBussinessType(scope.row)" @click.native.stop="addBussinessType(scope.row)"
>添加单据类型 >管理单据类型
</el-button </el-button
> >
<el-button <el-button
@ -198,7 +198,10 @@
<el-table <el-table
:data="userData" :data="userData"
key="row.id" key="row.id"
style="width: 100%"> style="width: 100%"
highlight-current-row
@current-change="loadUserBusType"
>
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column <el-table-column
prop="username" prop="username"
@ -215,12 +218,6 @@
min-width="30%" min-width="30%"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button
type="text"
size="small" :disabled="!configParms.basicInv"
@click.native="delWarehouseUser(scope.row.id)">
移除
</el-button>
<el-button <el-button
type="text" type="text"
size="small" :disabled="!configParms.basicInv" size="small" :disabled="!configParms.basicInv"
@ -243,6 +240,9 @@
</el-card> </el-card>
<el-card style="width: 49%; float: right; margin-left: 0px;"> <el-card style="width: 49%; float: right; margin-left: 0px;">
<div slot="header" class="clearfix">
<span>{{ busTableTitle }}</span>
</div>
<el-table <el-table
:data="bussinessTypeData" :data="bussinessTypeData"
key="row.id" key="row.id"
@ -258,19 +258,6 @@
label="单据类型名称" label="单据类型名称"
min-width="30%"> min-width="30%">
</el-table-column> </el-table-column>
<el-table-column
label="操作"
min-width="20%"
>
<template slot-scope="scope">
<el-button
type="text"
size="small" :disabled="!configParms.basicInv"
@click.native="delWarehouseBussinessType(scope.row.id)">
移除
</el-button>
</template>
</el-table-column>
</el-table> </el-table>
<el-pagination <el-pagination
@ -723,7 +710,7 @@
</div> </div>
</el-dialog> </el-dialog>
<!--戶關聯單據類--> <!--户关联单据类-->
<el-dialog <el-dialog
title="业务类型关联" title="业务类型关联"
:visible.sync="relBusUserVisile" :visible.sync="relBusUserVisile"
@ -745,7 +732,7 @@ import {
deleteWarehouse, warehouseBussinessTypeList, deleteWarehouse, warehouseBussinessTypeList,
warehouseUserList, saveWarehouseBussinessType, warehouseUserList, saveWarehouseBussinessType,
saveWarehouseUser, updateDirector, disableWarehouse, saveWarehouseUser, updateDirector, disableWarehouse,
deleteWarehouseUser, deleteWarehouseBussinessType, deleteWarehouseBussinessType,
bindThrWarehouse, unbindThrWarehouse, filterThridSubByInv, getThrsysDetail bindThrWarehouse, unbindThrWarehouse, filterThridSubByInv, getThrsysDetail
} from "../../api/basic/invWarehouse"; } from "../../api/basic/invWarehouse";
import { import {
@ -762,6 +749,7 @@ import {findConfig} from "@/api/thrsys/spsSyncStatus";
import {isBlank} from "@/utils/strUtil"; import {isBlank} from "@/utils/strUtil";
import relBusUserDialog from "./invWarehouseRelBusTypes"; import relBusUserDialog from "./invWarehouseRelBusTypes";
import {selectSysParamByKey} from "@/api/param/systemParamConfig"; import {selectSysParamByKey} from "@/api/param/systemParamConfig";
import {filterUserBusTypeList} from "@/api/inventory/invRelBusTypes";
const formJson = { const formJson = {
id: null, id: null,
@ -898,6 +886,7 @@ export default {
}, },
bussinessTypeTotal: 0, bussinessTypeTotal: 0,
curSeleUser: null, curSeleUser: null,
busTableTitle: null
}; };
}, },
methods: { methods: {
@ -1264,21 +1253,20 @@ export default {
this.subRadioCheck = row.id; this.subRadioCheck = row.id;
this.currentCode = row.code; this.currentCode = row.code;
this.currentRow = row; this.currentRow = row;
this.curSeleUser = null;
this.busTableTitle = row.name + " 仓库关联单据类型";
this.loadLinkData(row) this.loadLinkData(row)
}, },
loadSubData(parentId) { loadSubData(parentId) {
this.userData = []; this.userData = [];
this.bussinessTypeData = []; this.bussinessTypeData = [];
let subQuery = { let subQuery = {
parentId: parentId, parentId: parentId,
} }
filterSubAll(subQuery).then((res) => { filterSubAll(subQuery).then((res) => {
if (res.code == 20000) { if (res.code == 20000) {
this.subList = res.data; this.subList = res.data;
} }
}).catch((error) => { }).catch((error) => {
}); });
@ -1289,6 +1277,7 @@ export default {
this.busQuery.page = 1; this.busQuery.page = 1;
this.userQuery.code = row.code; this.userQuery.code = row.code;
this.busQuery.code = row.code; this.busQuery.code = row.code;
this.curSeleUser = null;
// //
this.loadUserList(); this.loadUserList();
@ -1308,16 +1297,21 @@ export default {
}); });
}, },
loadBusList(val) { loadBusList(val) {
if (val != null) { //
this.busQuery.page = val; if (this.curSeleUser == null) {
if (val != null) {
this.busQuery.page = val;
}
//
warehouseBussinessTypeList(this.busQuery).then((res) => {
this.bussinessTypeData = res.data.list;
this.busTotal = res.data.total;
}).catch((error) => {
this.$message.error("单据类型数据加载失败")
});
} else {
this.getUserBusTypeList(val);
} }
//
warehouseBussinessTypeList(this.busQuery).then((res) => {
this.bussinessTypeData = res.data.list;
this.busTotal = res.data.total;
}).catch((error) => {
this.$message.error("单据类型数据加载失败")
});
}, },
addUser(row) { addUser(row) {
this.currentCode = row.code; this.currentCode = row.code;
@ -1499,27 +1493,6 @@ export default {
this.$message.error("设置失败"); this.$message.error("设置失败");
}); });
}, },
delWarehouseUser(id) {
let params = {id: id};
deleteWarehouseUser(params).then((res) => {
if (res.code == 20000) {
this.$message.success("已移除");
for (let i = 0; i < this.userData.length; i++) {
if (this.userData[i].id == id) {
this.userData.splice(i, 1);
return;
}
}
} else {
this.$message.error(res.message);
}
}).catch((error) => {
this.$message.error("移除失败");
})
},
relBusttype(row) { relBusttype(row) {
this.curSeleUser = row; this.curSeleUser = row;
@ -1694,8 +1667,28 @@ export default {
} }
}); });
}, },
} loadUserBusType(row) {
, this.busTableTitle = row.employeeName + " 用户关联单据类型";
this.curSeleUser = row;
this.getUserBusTypeList(1);
},
getUserBusTypeList(page) {
let queryParam = {
subInvCode: this.currentCode,
userId: this.curSeleUser.userid,
page: page,
limit: 10
};
filterUserBusTypeList(queryParam).then((res) => {
if (res.code === 20000) {
this.bussinessTypeData = res.data.list || [];
this.bussinessTypeTotal = res.data.total || 0;
}
}).catch((error) => {
})
},
},
filters: { filters: {
statusFilterType(status) { statusFilterType(status) {
const statusMap = { const statusMap = {
@ -1703,8 +1696,7 @@ export default {
1: "success", 1: "success",
}; };
return statusMap[status]; return statusMap[status];
} },
,
statusFilterName(status) { statusFilterName(status) {
const statusMap = { const statusMap = {
0: "禁用", 0: "禁用",
@ -1712,12 +1704,9 @@ export default {
}; };
return statusMap[status]; return statusMap[status];
} }
, },
}
,
mounted() { mounted() {
} },
,
components: { components: {
relBusUserDialog, relBusUserDialog,
}, },
@ -1727,9 +1716,7 @@ export default {
this.getList(); this.getList();
this.getSyncConfig(); this.getSyncConfig();
} }
, };
}
;
</script> </script>
<style type="text/scss" lang="scss"> <style type="text/scss" lang="scss">

@ -240,6 +240,22 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="20" class="el-row" type="flex">
<el-col :span="12" class="el-col">
<div class="text item">
<div class="itemTag">
<span>进口产品代理商:&nbsp;</span>
</div>
<el-input
style="width: 60%"
size="small"
placeholder="请输入内容"
v-model.trim="newProductData.cpdls"
></el-input>
</div>
</el-col>
</el-row>
<el-row :gutter="20" class="el-row" type="flex"> <el-row :gutter="20" class="el-row" type="flex">
<el-col :span="20" class="el-col" style="margin-top: 12px"> <el-col :span="20" class="el-col" style="margin-top: 12px">
@ -307,6 +323,7 @@ export default {
qxlb: null, qxlb: null,
cpms: null, cpms: null,
thirdSys: null, thirdSys: null,
cpdls: null
}, },
thirdSys: [], thirdSys: [],
} }

@ -203,10 +203,10 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="20"> <el-row :gutter="20" v-if="enableDept">
<el-col :span="2"> <el-col :span="2">
<div class="ao-text"> <div class="ao-text">
<span>所属部门</span> <span>使用科室</span>
</div> </div>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
@ -471,14 +471,14 @@ import {filterSubByInv} from "../../api/basic/invSubWarehouse";
import draggable from "vuedraggable"; import draggable from "vuedraggable";
import {parseTime} from "../../filtres/index"; import {parseTime} from "../../filtres/index";
import {getBasicUnitMaintains} from "../../api/basic/basicUnitMaintain" import {getBasicUnitMaintains} from "../../api/basic/basicUnitMaintain"
import {deleteWarehouse, filterAllByLoc, filterAllByUser} from "@/api/basic/invWarehouse"; import {filterAllByLoc, filterAllByUser} from "@/api/basic/invWarehouse";
import {getLocalBusType, getLocalJoinBusType, getLocalJoinByUser} from "../../api/basic/busLocalType"; import {getLocalJoinByUser} from "../../api/basic/busLocalType";
import DialogSelectUnit from "./DialogSelectUnit"; import DialogSelectUnit from "./DialogSelectUnit";
import selectRlDialog from "./DialogSelectRl"; import selectRlDialog from "./DialogSelectRl";
import editCodeDialog from "./editCode"; import editCodeDialog from "./editCode";
import A from "../../plugin/KeyScaner" import A from "../../plugin/KeyScaner"
import {deleteLog} from "@/api/basic/udiinfolog";
import {filterDepts} from "@/api/auth/authDept"; import {filterDepts} from "@/api/auth/authDept";
import {selectSysParamByKey} from "@/api/param/systemParamConfig";
export default { export default {
@ -571,6 +571,7 @@ export default {
codeDetail: null, codeDetail: null,
editTitle: "编辑条码", editTitle: "编辑条码",
fromDeptOptions: [], fromDeptOptions: [],
enableDept: false
}; };
}, },
components: { components: {
@ -1048,6 +1049,7 @@ export default {
filterSubByInv(cQuery) filterSubByInv(cQuery)
.then((response) => { .then((response) => {
this.fromSubStorageOptions = response.data || []; this.fromSubStorageOptions = response.data || [];
this.formData.fromSubInvCode = this.fromSubStorageOptions[0].code;
}) })
.catch(() => { .catch(() => {
}); });
@ -1260,6 +1262,14 @@ export default {
// this.findSubStorageMethod(); // this.findSubStorageMethod();
this.getBusType(); this.getBusType();
//
selectSysParamByKey({paramKey: "muti_inv_mode"}).then((res) => {
if (res.code === 20000) {
if (res.data.paramValue === "0") {
this.enableDept = true;
}
}
})
}, },
}; };

Loading…
Cancel
Save