Browse Source

客服权限按钮

dev
马远东 8 months ago
parent
commit
e6e6b63430
  1. 4
      src/views/aftersales/aftersalesWorkOrder.vue
  2. 4
      src/views/warehouse/warehouseStock/warehouseStock.vue
  3. 4
      vite.config.js

4
src/views/aftersales/aftersalesWorkOrder.vue

@ -268,7 +268,7 @@
<!-- 仲裁中确定结束仲裁按钮 -->
<el-button
v-if="TabPermissions == '5'"
v-if="TabPermissions == '5' && UserPermissions != '仓库客服'"
@click="EndArbitration(slotProps.scope)"
>确定</el-button
>
@ -1538,7 +1538,7 @@ const ButtonPermissions = computed(() => {
DingTalkNumber: false, //
Batchdetermination: false, //
ManagerConfirmed: false, //
ArbitrationDetermination: true, //
ArbitrationDetermination: UserPermissions.value != '仓库客服', //
Financial_accounting: false, //
defaultassignments: false, //
export_Report: true, //

4
src/views/warehouse/warehouseStock/warehouseStock.vue

@ -312,7 +312,7 @@ export default {
//
search: true,
//
loading: true,
loading: false,
//
view: false,
//
@ -335,7 +335,7 @@ export default {
},
mounted() {
this.init();
this.onLoad(this.page);
// this.onLoad(this.page);
/**
* 初始化获取本地缓存的编辑隐藏的列表
* 固定搭配不能更改

4
vite.config.js

@ -23,7 +23,7 @@ export default ({ mode, command }) => {
// 新zyc
// target: 'http://192.168.6.116:8777',
// target: 'http://192.168.6.122:8777',
// target: 'http://192.168.3.14:13000',
target: 'http://192.168.3.14:13000',
// target: 'http://192.168.10.25:2888',
// target: 'http://192.168.6.161:9777',//CY
// target: 'http://192.168.10.57:13000',
@ -31,7 +31,7 @@ export default ({ mode, command }) => {
// target: 'http://192.168.10.29:13000',
// target: 'http://192.168.3.5:13000',//?
// target: 'http://h5uapi.huitongys.com',
target: 'http://test.api.huo5you.com',
// target: 'http://test.api.huo5you.com',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),

Loading…
Cancel
Save