Ver código fonte

问题修改

rongxin_dev
庞东旭 1 dia atrás
pai
commit
16092d21ab
2 arquivos alterados com 6 adições e 2 exclusões
  1. +5
    -1
      src/views/sunVillage_info/list_operatingAssets.vue
  2. +1
    -1
      src/views/sunVillage_info/list_operatingAssets_detail.vue

+ 5
- 1
src/views/sunVillage_info/list_operatingAssets.vue Ver arquivo

@@ -127,7 +127,7 @@
},
created() {
this.queryParams.bookId = Cookies.get('bookId');
this.queryParams.deptId = Cookies.get('deptId');
this.queryParams2.bookId = Cookies.get('bookId');
this.getDicts("use_type").then((response) => {
this.useTypeOptionsY = response.data;
response.data.map(rr=>{
@@ -190,12 +190,16 @@
this.queryParams.useType = val;
this.queryParams.pageNum = 1;
this.applicationList = [];
this.loading = true;
this.finished = false;
this.getList();
},
changeUseType2(val){
this.queryParams2.useType = val;
this.queryParams2.pageNum = 1;
this.applicationList2 = [];
this.loading2 = true;
this.finished2 = false;
this.getList2();
},
formatter(type, val) {


+ 1
- 1
src/views/sunVillage_info/list_operatingAssets_detail.vue Ver arquivo

@@ -6,7 +6,7 @@
</div>
<div class="list_main">
<van-divider>固定资产信息</van-divider>
<van-field readonly v-model="form.name" label="资产名称" placeholder="资产名称" input-align="right" :border="false"/>
<van-field readonly v-model="form.name" type="textarea" autosize label="资产名称" placeholder="资产名称" input-align="right" :border="false"/>
<van-field readonly v-model="form.useType" label="使用状态" placeholder="使用状态" input-align="right" :border="false"/>
<van-field readonly v-model="form.originalValue + '元'" label="原值" placeholder="原值" input-align="right" :border="false"/>
<van-field readonly v-model="form.buildTime" label="购建时间" placeholder="构建时间" input-align="right" :border="false"/>


Carregando…
Cancelar
Salvar