diff --git a/anrui-scm/anrui-scm-ui/src/api/anruiscm/scmotherinbound.js b/anrui-scm/anrui-scm-ui/src/api/anruiscm/scmotherinbound.js index ac8239d378..2b11fb0cdc 100644 --- a/anrui-scm/anrui-scm-ui/src/api/anruiscm/scmotherinbound.js +++ b/anrui-scm/anrui-scm-ui/src/api/anruiscm/scmotherinbound.js @@ -93,7 +93,7 @@ export default { // 获取客户可搜索下拉列表 kehu: function(data) { return request({ - url: '/buscenter/v1/busorder/likeGetCustomerName', + url: '/crm/v1/crmcustomer/cusList', method: 'post', params: data }) diff --git a/anrui-scm/anrui-scm-ui/src/api/anruiscm/scmotheroutbound.js b/anrui-scm/anrui-scm-ui/src/api/anruiscm/scmotheroutbound.js index 54bc95dc27..93cd96d003 100644 --- a/anrui-scm/anrui-scm-ui/src/api/anruiscm/scmotheroutbound.js +++ b/anrui-scm/anrui-scm-ui/src/api/anruiscm/scmotheroutbound.js @@ -1,7 +1,6 @@ import request from '@/utils/request' // 其他出库单 export default { - // 查询分页列表 listPage: function(params) { return request({ @@ -83,7 +82,7 @@ export default { // 获取客户可搜索下拉列表 kehu: function(data) { return request({ - url: '/buscenter/v1/busorder/likeGetCustomerName', + url: '/crm/v1/crmcustomer/cusList', method: 'post', params: data }) @@ -98,16 +97,7 @@ export default { data: data }) }, - // 获取组织(单选组织架构) - getOrg: function() { - return request({ - url: '/portal/v1/sysorganization/getListOrg', - method: 'get', - params: data - // data: data - }) - }, - //获取物料编码 + // 获取物料编码 getWlxx: function(data) { return request({ url: '/scm/v1/scmmaterial/mNumsDown', diff --git a/anrui-scm/anrui-scm-ui/src/views/anruiscm/scmotherinbound/scmotherinbound.vue b/anrui-scm/anrui-scm-ui/src/views/anruiscm/scmotherinbound/scmotherinbound.vue index d351d602f0..66e15d079d 100644 --- a/anrui-scm/anrui-scm-ui/src/views/anruiscm/scmotherinbound/scmotherinbound.vue +++ b/anrui-scm/anrui-scm-ui/src/views/anruiscm/scmotherinbound/scmotherinbound.vue @@ -3,65 +3,40 @@