公告板
版本库
filestore
活动
搜索
登录
main
/
JC24WMS
JC24WMS
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
增加指定储位传参,增加对应dto模型和视图模型,修改指定储位获取数据源代码,修改pda托盘绑定判断,修改指定储位后台逻辑代码
yuyou_x
2024-03-06
f493448ee02fd2f92cf4ed17a48957c4c84532e9
[JC24WMS.git]
/
HTML
/
vueJs
/
types
/
iview.d.ts
1
2
3
4
5
6
import { PluginFunction } from 'vue';
interface IView extends PluginFunction<any> {}
declare const iView: IView;
export default iView;