diff --git a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/oilTypeInAndOutBound/oilTypeInAndOutBound.js b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/oilTypeInAndOutBound/oilTypeInAndOutBound.js
index 435c6992..24fcfd06 100644
--- a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/oilTypeInAndOutBound/oilTypeInAndOutBound.js
+++ b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/oilTypeInAndOutBound/oilTypeInAndOutBound.js
@@ -126,4 +126,28 @@ export default {
}
})
},
+ // 查询入库记录
+ storageListPage: function(params) {
+ return request({
+ url: '/cyf/storage/listPage',
+ method: 'post',
+ data: params,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+ },
+ // 查询出库记录
+ outboundListPage: function(params) {
+ return request({
+ url: '/cyf/outbound/listPage',
+ method: 'post',
+ data: params,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+ },
}
diff --git a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/supplier/supplier.js b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/supplier/supplier.js
index c9ac3283..09c789ce 100644
--- a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/supplier/supplier.js
+++ b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/supplier/supplier.js
@@ -58,5 +58,17 @@ export default {
}
})
},
+ // 成品出库登记
+ save: function(params) {
+ return request({
+ url: '/cyf/outbound/save',
+ method: 'post',
+ data: params,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+ },
}
diff --git a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/inventory/EnterRecord/index.vue b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/inventory/EnterRecord/index.vue
index 2443d262..931f1efa 100644
--- a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/inventory/EnterRecord/index.vue
+++ b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/inventory/EnterRecord/index.vue
@@ -14,7 +14,7 @@
clearable />