Browse Source

添加内物图上传

zengjun 6 tháng trước cách đây
mục cha
commit
845712b3c4
2 tập tin đã thay đổi với 131 bổ sung2010 xóa
  1. 17 0
      src/api/returned/index.ts
  2. 114 2010
      src/views/returned/register/index.vue

+ 17 - 0
src/api/returned/index.ts

@@ -179,3 +179,20 @@ export function register(body){
     data: body
   })
 }
+
+
+export function detailImageUpload(body){
+  return request({
+    url: '/api/erp/returned/detail/upload/image',
+    headers: { 'Content-Type': 'multipart/form-data' },
+    method: 'POST',
+    data: body
+  })
+}
+
+export function returnedWorkbench(){
+  return request({
+    url:'/api/erp/returned/workbench',
+    method: 'GET'
+  })
+}

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 114 - 2010
src/views/returned/register/index.vue


Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác