当前位置:网站首页>浅谈低代码技术在物流运输平台中的搭建与管理
浅谈低代码技术在物流运输平台中的搭建与管理
2022-07-26 11:38: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;

边栏推荐
- Pyechart offline deployment
- Hal library IIC simulation in punctual atom STM32 `define SDA_ IN() {GPIOB->MODER&=~(3<<(9*2));GPIOB->MODER|=0<<9*2;}` // PB9 input mode
- System call capture and segmentation - RING3 layer LD_ Preload mechanism for library function hijacking
- 十年架构五年生活-06 离职的冲动
- Back to the top of several options (JS)
- .....
- 武林头条-建站小能手争霸赛
- 滴滴被罚80亿!拿用户数据赚钱的时代结束了
- 建模杂谈系列151 SCLC工程化实验4-SCLC对象
- Real time streaming protocol --rtsp
猜你喜欢

PostgreSQL在Linux和Windows安装和入门基础教程

Cohere博客:在生产环境中运行大型语言模型-推理框架概览

系统调用捕获和分析—修改内核方法添加系统调用

Mongodb - use $type to query whether the type of a field is XXX

Substance painter 2021 software installation package download and installation tutorial

Esp8266 Arduino programming example - development environment construction (based on platformio)

Pytoch -- error based on mmseg/mmdet training: runtimeerror: expected to have finished reduction in the priority iteration

Common library installation

Mlx90640 infrared thermal imager temperature sensor module development notes (6)

Real time streaming protocol --rtsp
随机推荐
Leetcode / Scala - sum of two numbers, three numbers, four numbers, and N numbers
[error reporting] what do you read in the log
Query advanced alias
Esp8266 Arduino programming example - development environment construction (based on platformio)
Data visualization - White Snake 2: black snake robbery (2)
An error occurred in the scrapy shell
【云驻共创】解密SparkRTC如何在全球实现超低时延交互
Data Lake (19): SQL API reads Kafka data and writes it to iceberg table in real time
4.1 配置Mysql与注册登录模块
Data center construction (II): brief introduction to data center
大咖观点+500强案例,软件团队应该这样提升研发效能!
Modeling essay series 151 SCLC engineering experiment 4-sclc object
Query summary of SQL Server
线上一个隐匿 Bug 的复盘
系统调用捕获和分析完结篇制作系统调用日志收集系统
[cloud co creation] what good habits do you adhere to in order to write good code?
Scrapy IP agent is not responding
QT——LCDNumber
Want the clouds in the picture to float? Video editing services can be achieved in three steps with one click
Substance Painter 2021软件安装包下载及安装教程