浏览代码

客户下拉修改

dxq 1 天前
父节点
当前提交
3bd8f2a21d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/views/sto/record/outRecord.vue

+ 2
- 2
src/views/sto/record/outRecord.vue 查看文件

@@ -440,7 +440,7 @@ const fetchWareOptions = () => {
440 440
 }
441 441
 
442 442
 const fetchOwnerCompanyOptions = () => {
443
-  proxy.$axios.get('sto/OutRecord/ownerCompanyOptions', {}).then((response) => {
443
+  proxy.$axios.get('sto/Customer/querySelect', {}).then((response) => {
444 444
     if (response.data.code === 0 || response.data.code === '0') {
445 445
       ownerCompanyOptions.value = toOptions(response.data.data, 'label', 'value')
446 446
     }
@@ -448,7 +448,7 @@ const fetchOwnerCompanyOptions = () => {
448 448
 }
449 449
 
450 450
 const fetchCustomerOptions = () => {
451
-  proxy.$axios.get('sto/OutRecord/customerCompanyOptions', {}).then((response) => {
451
+  proxy.$axios.get('sto/Customer/querySelect', {}).then((response) => {
452 452
     if (response.data.code === 0 || response.data.code === '0') {
453 453
       customerCompanyOptions.value = toOptions(response.data.data, 'label', 'value')
454 454
     }

正在加载...
取消
保存