|
|
@@ -260,7 +260,7 @@ |
|
|
|
<van-stepper v-model="form.depreciationYears" input-width="100" min="0" @change="changeDepreciationYears" /> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<van-field readonly v-model="form.depreciationValue" label="累计折旧(元)" placeholder="0" input-align="right" :border="false" @change="changeDepreciationValue" /> |
|
|
|
<van-field v-model="form.depreciationValue" label="累计折旧(元)" placeholder="0" input-align="right" :border="false" @change="changeDepreciationValue" /> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="margin: 16px auto;width: 50%;"> |
|
|
@@ -321,7 +321,6 @@ |
|
|
|
showUseType:false, |
|
|
|
useType:'自用', |
|
|
|
//资产状态 |
|
|
|
assetStatusOptions:[], |
|
|
|
showAssetStatus:false, |
|
|
|
assetStatus:'正常', |
|
|
|
//资产状态 |
|
|
|