parent
fe06d3bbee
commit
9d1cbbeee4
@ -1,19 +1,16 @@
|
||||
<mp-dialog show="{{show}}" title="添加子单位" bindbuttontap="onTapButton" buttons="{{buttons}}">
|
||||
<view wx:if="{{show}}">
|
||||
<form>
|
||||
<view class="input-wrap">
|
||||
<text class="key">所属单位</text>
|
||||
<input class="value disable" disabled="1" value="{{school_name}}"></input>
|
||||
</view>
|
||||
<input hidden="1" name="school_id" disabled="1" value="{{scholl_id}}"></input>
|
||||
<view class="input-wrap">
|
||||
<text class="key require">子单位名称</text>
|
||||
<input class="value" name="name" bindinput="updateName"></input>
|
||||
<input class="value" bindinput="updateName"></input>
|
||||
</view>
|
||||
<view class="input-wrap">
|
||||
<text class="key">说明</text>
|
||||
<input class="value" name="remarks" bindinput="updateRemarks"></input>
|
||||
<input class="value" bindinput="updateRemarks"></input>
|
||||
</view>
|
||||
</form>
|
||||
</view>
|
||||
</mp-dialog>
|
Loading…
Reference in new issue