当前位置:网站首页>浅谈低代码技术在物流管理中的应用与创新
浅谈低代码技术在物流管理中的应用与创新
2022-07-25 11:01:00 【InfoQ】
- 尊敬的用户,你好:页面 JS 面板是高阶用法,一般不建议普通用户使用,如需使用,请确定你具备研发背景,能够自我排查问题。
- 我们可以用 JS 面板来开发一些定制度高功能,比如:调用阿里云接口用来做图像识别、上报用户使用数据(如加载完成打点)等等。
「页面 JS」:当前页面地址 ${location.href}「页面 JS」:当前页面 id 参数为 ${this.state.urlParams.id}params.currentPage = 1;
searchKey: params.searchKey,
page: params.currentPage
"textField_l3jvm4jx": this.$('textField_l3jvm4jx').getValue(),
"radioField_l3jvm4jz": this.$('radioField_l3jvm4jz').getValue(),
"rateField_l3jvm4k1": this.$('rateField_l3jvm4k1').getValue(),
"dateField_l3jvm4k3": this.$('dateField_l3jvm4k3').getValue(),
"textareaField_l3jvm4k5": this.$('textareaField_l3jvm4k5').getValue()
formUuid: "FORM-LK766AC1HGL0Y232BH1ZQ8T300H7294IIVJ3LW",
appType: "APP_KNY41DCL4W8YF0EM0UEL",
formDataJson: JSON.stringify(data1)
this.utils.toast({
title: '新增成功',
type: 'success',
size: 'large',
});
this.dataSourceMap['getDatas'].load();
- dialog onCancel
this.$('textField_l3jvm4jx'),setValue()
this.$('radioField_l3jvm4jz'), setValue()
this.$('rateField__l3jvm4k1'), setValue()
this.$('dateField_l3jvm4k3'), setValue()
this.$('textareaField_l3jvm4k5'); setValue()
console.log(rowData);
* 选择(或取消选择)数据之后的回调
* @param selected Boolean 是否选中
* @param rowData Object 当前操作行
* @param selectedRows Array 选中的行数据
*/
export function onSelect(selected, rowData, selectedRows) {
console.log(selected, rowData, selectedRows);
}
"textField_l3jvm4jx": args[0].todolist1,
"radioField_l3jvm4jz": args[0].todolist2,
"rateField_l3jvm4k1": args[0].todolist3,
"dateField_l3jvm4k3": args[0].todolist4,
"textareaField_l3jvm4k5": args[0].todolist5
formInstId: args[0].instid,
updateFormDataJson: JSON.stringify(somejson)
this.utils.toast({
title: "修改成功",
type: "success",
size: "large"
});
setTimeout(() => {
this.dataSourceMap['getDatas'].load();
}, 2000);
console.log(args);
const id = rowData.instid;
const somejson = {
"textField_l3jvm4jx": args[0].todolist1,
"radioField_l3jvm4jz": args[0].todolist2,
"rateField_l3jvm4k1": args[0].todolist3,
"dateField_l3jvm4k3": args[0].todolist4,
"textareaField_l3jvm4k5": args[0].todolist5
}
const param3 = {
formInstId: args[0].instid,
updateFormDataJson: JSON.stringify(somejson)
}
this.dataSourceMap['Update'].load(param3).then(res => {
this.utils.toast({
title: "修改成功",
type: "success",
size: "large"
});
setTimeout(() => {
this.dataSourceMap['getDatas2'].load();
}, 2000);
})
formInstId: id,
this.utils.toast({
title: "删除成功",
type: "success",
size: "large"
});
setTimeout(() => {
this.dataSourceMap['getDatas'].load();
}, 2000);
formInstId: id,
this.utils.toast({
title: "删除成功",
type: "success",
size: "large"
});
setTimeout(() => {
this.dataSourceMap['getDatas2'].load();
}, 2000);
console.log(rowData);
* 选择(或取消选择)数据之后的回调
* @param selected Boolean 是否选中
* @param rowData Object 当前操作行
* @param selectedRows Array 选中的行数据
*/
export function onSelect1(selected, rowData, selectedRows) {
console.log(selected, rowData, selectedRows);
}
- tablePc onFetchData
- @param params.currentPage 当前页码
- @param params.pageSize 每页显示条数
- @param params.searchKey 搜索关键字
- @param params.orderColumn 排序列
- @param params.orderType 排序方式(desc,asc)
- @param params.from 触发来源(order,search,pagination)
params.currentPage = 1;







边栏推荐
猜你喜欢

阿里云技术专家秦隆:可靠性保障必备——云上如何进行混沌工程

Teach you how to configure S2E to UDP working mode through MCU

11. Reading rumors spread with deep learning

Linked list related (design linked list and ring linked list)

JS流程控制

JS process control

SQL injection LESS18 (header injection + error injection)

Experimental reproduction of image classification (reasoning only) based on caffe resnet-50 network

LeetCode 50. Pow(x,n)

SQL injection less17 (error injection + subquery)
随机推荐
如何判断静态代码质量分析工具的性能?这五大因素必须考虑
Reinforcement learning (IV)
第4章线性方程组
2022 年中回顾|一文看懂预训练模型最新进展
【电子器件笔记5】二极管参数和选型
What is the global event bus?
Teach you how to configure S2E to UDP working mode through MCU
教你如何通过MCU配置S2E为TCP Server的工作模式
大话DevOps监控,团队如何选择监控工具?
MIIdock简述
绘图==PYQT5
Game backpack system, "inventory Pro plug-in", research and learning ----- mom doesn't have to worry that I won't make a backpack anymore (unity3d)
Teach you how to configure S2E as the working mode of TCP client through MCU
JS数据类型以及相互转换
Web APIs (get element event basic operation element)
[MySQL learning 08]
JS常用内置对象 数据类型的分类 传参 堆栈
JVM performance tuning methods
How to judge the performance of static code quality analysis tools? These five factors must be considered
菜单栏+状态栏+工具栏==PYQT5