diff --git a/sgzb-ui/.eslintrc.js b/sgzb-ui/.eslintrc.js index 82bbdeea..092bc243 100644 --- a/sgzb-ui/.eslintrc.js +++ b/sgzb-ui/.eslintrc.js @@ -23,7 +23,7 @@ module.exports = { } }], "vue/singleline-html-element-content-newline": "off", - "vue/multiline-html-element-content-newline":"off", + "vue/multiline-html-element-content-newline": "off", "vue/name-property-casing": ["error", "PascalCase"], "vue/no-v-html": "off", 'accessor-pairs': 2, @@ -48,7 +48,7 @@ module.exports = { 'curly': [2, 'multi-line'], 'dot-location': [2, 'property'], 'eol-last': 2, - 'eqeqeq': ["error", "always", {"null": "ignore"}], + 'eqeqeq': ["error", "always", { "null": "ignore" }], 'generator-star-spacing': [2, { 'before': true, 'after': true @@ -191,6 +191,7 @@ module.exports = { 'yoda': [2, 'never'], 'prefer-const': 2, 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0, + 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'object-curly-spacing': [2, 'always', { objectsInObjects: false }], diff --git a/sgzb-ui/src/api/system/user.js b/sgzb-ui/src/api/system/user.js index 3e498792..b0ccdfdf 100644 --- a/sgzb-ui/src/api/system/user.js +++ b/sgzb-ui/src/api/system/user.js @@ -143,3 +143,12 @@ export function getUserByRoleList(data) { params: data }) } + +// 库管员 +export function getMaUserList(params) { + return request({ + url: '/base/maWarehouseKeeper/getMaUserList', + method: 'get', + params + }) +} \ No newline at end of file diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveManageAdd.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveManageAdd.vue index fa1e76da..c7a418b8 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveManageAdd.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveManageAdd.vue @@ -1,588 +1,725 @@ diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue index 5567cd72..4fb11302 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue @@ -105,7 +105,7 @@ width="80" type="index" > -