|
|
@@ -1,6 +1,6 @@ |
|
|
|
<!--pages/contract/add/add.wxml--> |
|
|
|
<view class="ns" style="height:{{isIPX?'88px':'64px'}};"> |
|
|
|
<image src="../../../image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};" mode="widthFix" bindtap="back" referrer="no-referrer|origin|unsafe-url"></image> |
|
|
|
<image src="../../../image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};height: 19.0909px;" mode="widthFix" bindtap="back" referrer="no-referrer|origin|unsafe-url"></image> |
|
|
|
<text style="top:{{isIPX?'54px':'30px'}};">{{form.id?"":"新增"}}资产信息</text> |
|
|
|
</view> |
|
|
|
<view class="main-box table-box" style="margin-top:{{isIPX?'100px':'75px'}};"> |
|
|
@@ -190,7 +190,7 @@ |
|
|
|
<text><text style="color:red;margin-right: 22rpx;"></text>资产清理科目</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<input type="text" value="{{form.fixedSubject}}" bindinput="bindNewInput" disabled="true" data-name="form.fixedSubject" style="text-align: right;margin-top: 20rpx;" /> |
|
|
|
<input type="text" value="{{form.fixedSubject}}" bindinput="bindNewInput" readonly data-name="form.fixedSubject" style="text-align: right;margin-top: 20rpx;" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view> |
|
|
@@ -206,7 +206,7 @@ |
|
|
|
<text><text style="color:red;margin-right: 22rpx;"></text>折旧费用科目</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<input type="text" value="{{form.depreciationFeeSubject}}" disabled="true" bindinput="bindNewInput" data-name="form.depreciationFeeSubject" style="text-align: right;margin-top: 20rpx;" /> |
|
|
|
<input type="text" value="{{form.depreciationFeeSubject}}" disabled="true" bindinput="bindNewInput" data-name="form.depreciationFeeSubject" style="text-align: right;margin-top: 20rpx;margin-left: -30%;" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|