添加公司编码
This commit is contained in:
parent
51264fb6a2
commit
ab3be1bc82
@ -9,6 +9,9 @@
|
||||
</view>
|
||||
|
||||
<view style="font-size: 15px; font-weight: bold;color: #3d4b70;margin-bottom: 10px;">基本信息填写</view>
|
||||
<u-form-item label="公司" borderBottom ref="item1">
|
||||
<u--input disabled v-model="decodedStr" border="none" customStyle="margin:0px;display:flex;padding:3px 9px"></u--input>
|
||||
</u-form-item>
|
||||
<u-form-item label="姓名" prop="userInfo.Name" borderBottom ref="item1">
|
||||
<u--input v-model="model1.userInfo.Name" border="none" customStyle="margin:0px;display:flex;padding:3px 9px"></u--input>
|
||||
</u-form-item>
|
||||
@ -128,11 +131,15 @@
|
||||
},
|
||||
},
|
||||
radio: '',
|
||||
switchVal: false
|
||||
switchVal: false,
|
||||
decodedStr:'',
|
||||
}
|
||||
},
|
||||
|
||||
onLoad(option) {
|
||||
if(option.sysName){
|
||||
this.decodedStr = this.decodeBase64(option.sysName).replace(/^-/, '');;
|
||||
}
|
||||
// this.model.ID = option.ID
|
||||
// this.model.TaskID = option.taskID
|
||||
// this.TaskID = option.taskID
|
||||
|
||||
Loading…
Reference in New Issue
Block a user