Tagged: 多条记录

UI 出来后,前端开发人员希望能够拆分更新接口,拆分为:新建任务类型、删除任务类型、编辑某一任务类型与其下的任务步骤,因为,这样实现的话,与 UI 的界面更为一致,且降低了前端开发的难度。 0

In Yii 2.0, edit and update the task type and step setting of the tenant (multiple records, tree structure) to realize the split realization (3)

浏览量: 0 1. Edit and update the UI of the task type and step settings of the tenant to complete the design after the interface is implemented. Implementation of the previous version:https://www.shuijingwanwq.com/2019/11/14/3605/, in the...

在 Postman 中 PUT:http://api.pcs-api.localhost/v1/config-task-steps/my-group-id ,请求数据(删除任务配置(采访任务)中的 6 项步骤配置;删除 1 项任务配置(手动任务)及其中的 1 项步骤配置;在 互联网发布 后添加 1 项任务配置(自定义一)及在其中添加 0 项步骤配置;在 自定义一 后添加 1 项任务配置(自定义二)及在其中添加 2 项步骤配置;更新 1 项任务配置(互联网发布)及其中的 1 项步骤配置)与执行的 SQL ( 任务配置表:2 条插入语句、2 条更新语句;任务步骤配置表:2 条插入语句、8 条更新语句) 如下,打开表 0

In Yii 2.0, edit and update the tenant’s task type and step settings (multiple records, tree structure) implementation (2)

浏览量: 0 1. The requirements for editing and updating the tenant’s task type and step settings have changed, and users need to allow users to add task types independently, and then select some of...

在 Postman 中 GET:http://api.pcs-api.localhost/v1/config-group-task-steps/edit/my-group-id ,当租户已自定义时,即 租户的任务配置表、租户的任务步骤配置表 中有当前租户的记录时,基于租户的相关记录判断是否勾选 任务配置表、任务步骤配置表 中的记录,响应数据与执行的 SQL 如下 0

In Yii 2.0, edit and update the tenant’s task type and step settings (multiple records, tree structure) implementation (1)

浏览量: 0 1. Open the task configuration table, as shown in Figure 1 2. Open the task step configuration table, as shown in Figure 2 3. Now there are new requirements: Based on different...