|
@@ -203,6 +203,9 @@
|
|
|
financeType: [{
|
|
|
required: true, message: '请输入财务系统类型', trigger: 'change'
|
|
|
}],
|
|
|
+ province: [{
|
|
|
+ required: true, message: '请选择地址', trigger: 'change'
|
|
|
+ }],
|
|
|
}
|
|
|
},
|
|
|
columns: [
|
|
@@ -307,9 +310,30 @@
|
|
|
prop: 'k3AppSec',
|
|
|
component: 'by-input',
|
|
|
},
|
|
|
+ ],
|
|
|
+ [{
|
|
|
+ span: 18,
|
|
|
+ label: '地址',
|
|
|
+ prop: 'province',
|
|
|
+ component: 'by-area',
|
|
|
+ labelWidth: '100px',
|
|
|
+ compConfig: {
|
|
|
+ attr: {
|
|
|
+ province: 'province', //省
|
|
|
+ provinceCode: 'provinceCode', //省编码
|
|
|
+ city: 'city', //市
|
|
|
+ cityCode: 'cityCode', //市编码
|
|
|
+ county: 'region', //县/区
|
|
|
+ countyCode: 'regionCode', //县/区编码
|
|
|
+ town: 'street', //街道
|
|
|
+ townCode: 'streetCode', //街道编码
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }],
|
|
|
+ [
|
|
|
{
|
|
|
span: 6,
|
|
|
- label: 'URL地址',
|
|
|
+ label: '详细地址',
|
|
|
slot: true,
|
|
|
prop: 'k3ServerUrl',
|
|
|
},
|