|
|
@@ -120,6 +120,67 @@ Page({
|
|
|
required: true, //必填
|
|
|
direction: "horizontal",
|
|
|
interrupt: true,
|
|
|
+ }, {
|
|
|
+ label: "医院",
|
|
|
+ error: false,
|
|
|
+ errMsg: "",
|
|
|
+ type: "route",
|
|
|
+ url: "/prsx/select/hospital/index",
|
|
|
+ value: "",
|
|
|
+ placeholder: "医院",
|
|
|
+ valueName: "sa_customersid",
|
|
|
+ checking: "base",
|
|
|
+ required: true,
|
|
|
+ params: {
|
|
|
+ "content": {
|
|
|
+ "pageNumber": 1,
|
|
|
+ "pageSize": 20,
|
|
|
+ "where": {
|
|
|
+ "condition": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "id": 2025101409411402,
|
|
|
+ },
|
|
|
+ query: "&radio=true",
|
|
|
+ interrupt: true,
|
|
|
+ }, {
|
|
|
+ label: "医生",
|
|
|
+ error: false,
|
|
|
+ errMsg: "",
|
|
|
+ type: "route",
|
|
|
+ url: "/prsx/select/docter/index",
|
|
|
+ value: "",
|
|
|
+ placeholder: "医生",
|
|
|
+ valueName: "sa_doctorid",
|
|
|
+ checking: "base",
|
|
|
+ required: false,
|
|
|
+ params: {
|
|
|
+ "content": {
|
|
|
+ sa_customersid: 0,
|
|
|
+ "pageNumber": 1,
|
|
|
+ "pageSize": 20,
|
|
|
+ "where": {
|
|
|
+ "condition": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "id": 2025102310134602,
|
|
|
+ },
|
|
|
+ query: "&radio=true",
|
|
|
+ disabled: true,
|
|
|
+ interrupt: true,
|
|
|
+ }, {
|
|
|
+ label: "科室",
|
|
|
+ error: false,
|
|
|
+ errMsg: "",
|
|
|
+ type: "route",
|
|
|
+ value: "",
|
|
|
+ placeholder: "科室",
|
|
|
+ valueName: "sa_hospitaldepid",
|
|
|
+ checking: "base",
|
|
|
+ required: false,
|
|
|
+ query: "&radio=true",
|
|
|
+ disabled: true,
|
|
|
+ interrupt: true,
|
|
|
}, {
|
|
|
label: "跟进类型",
|
|
|
error: false,
|