|
@@ -147,6 +147,7 @@
|
|
|
skey="cblx"
|
|
|
isDisabled="all"
|
|
|
:clearable="false"
|
|
|
+ @change="onJjslChange"
|
|
|
>
|
|
|
</cpsSelect>
|
|
|
</el-descriptions-item>
|
|
@@ -189,365 +190,230 @@
|
|
|
></el-descriptions-item>
|
|
|
</el-descriptions>
|
|
|
<!--水价-->
|
|
|
- <el-row :gutter="10">
|
|
|
- <el-col :span="8"
|
|
|
- >(基)水价1:<cpsSelect
|
|
|
- v-model="recInfo.sjbm"
|
|
|
- placeholder="请选择"
|
|
|
- skey="sj"
|
|
|
- size="small"
|
|
|
- style="width: 60%"
|
|
|
+ <el-tabs v-model="activeName" type="border-card" style="margin: 3px">
|
|
|
+ <el-tab-pane label="水价1" name="ysjg1">
|
|
|
+ <el-descriptions
|
|
|
+ :column="3"
|
|
|
+ size="medium"
|
|
|
+ border
|
|
|
+ labelClassName="descLabel"
|
|
|
+ contentClassName="descContent"
|
|
|
+ labelStyle="width:12%"
|
|
|
+ contentStyle="width:17%"
|
|
|
>
|
|
|
- </cpsSelect
|
|
|
- ></el-col>
|
|
|
- <el-col :span="4"
|
|
|
- >水量1:<el-input
|
|
|
- v-model="recInfo.sl"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="4"
|
|
|
- >水费1:<el-input
|
|
|
- v-model="recInfo.sf"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="4"
|
|
|
- >污水费1:<el-input
|
|
|
- v-model="recInfo.wsf"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="4"
|
|
|
- >垃圾费1:<el-input
|
|
|
- v-model="recInfo.ljf"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- </el-row>
|
|
|
-
|
|
|
- <el-row :gutter="10">
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水价1:<el-input
|
|
|
- v-model="recInfo.jt1sj"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水量1:<el-input
|
|
|
- v-model="recInfo.jt1sl"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水费1:<el-input
|
|
|
- v-model="recInfo.jt1sf"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="10">
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水价2:<el-input
|
|
|
- v-model="recInfo.jt2sj"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水量2:<el-input
|
|
|
- v-model="recInfo.jt2sl"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水费2:<el-input
|
|
|
- v-model="recInfo.jt2sf"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="10">
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水价3:<el-input
|
|
|
- v-model="recInfo.jt3sj"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水量3:<el-input
|
|
|
- v-model="recInfo.jt3sl"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水费3:<el-input
|
|
|
- v-model="recInfo.jt3sf"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- </el-row>
|
|
|
- <!--水价1-->
|
|
|
- <el-row :gutter="10">
|
|
|
- <el-col :span="8"
|
|
|
- >(基)水价2:<cpsSelect
|
|
|
- v-model="recInfo.sjbm1"
|
|
|
- placeholder="请选择"
|
|
|
- skey="sj"
|
|
|
- size="small"
|
|
|
- style="width: 60%"
|
|
|
+ <el-descriptions-item label="(基)水价1">
|
|
|
+ <cpsSelect
|
|
|
+ v-model="recInfo.sjbm"
|
|
|
+ placeholder="请选择"
|
|
|
+ skey="sj"
|
|
|
+ @change="onJjslChange"
|
|
|
+ >
|
|
|
+ </cpsSelect
|
|
|
+ ></el-descriptions-item>
|
|
|
+ <el-descriptions-item label="水量1">
|
|
|
+ <el-input v-model="recInfo.sl" @change="onJjslChange"></el-input
|
|
|
+ ></el-descriptions-item>
|
|
|
+ <el-descriptions-item label="水费1">
|
|
|
+ {{ recInfo.sf }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="污水费单价">
|
|
|
+ {{ recInfo.wsfdj }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="污水费水量">
|
|
|
+ {{ recInfo.sl }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="污水费1">
|
|
|
+ {{ recInfo.wsf }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="垃圾费单价">
|
|
|
+ {{ recInfo.ljfdj }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="垃圾费水量">
|
|
|
+ {{ recInfo.sl }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="垃圾费1">
|
|
|
+ {{ recInfo.ljf }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水价1">
|
|
|
+ {{ recInfo.jt1sj }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水量1">
|
|
|
+ {{ recInfo.jt1sl }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水费1">
|
|
|
+ {{ recInfo.jt1sf }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水价2">
|
|
|
+ {{ recInfo.jt2sj }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水量2">
|
|
|
+ {{ recInfo.jt2sl }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水费2">
|
|
|
+ {{ recInfo.jt2sf }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水价3">
|
|
|
+ {{ recInfo.jt3sj }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水量3">
|
|
|
+ {{ recInfo.jt3sl }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水费3">
|
|
|
+ {{ recInfo.jt3sf }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ </el-descriptions>
|
|
|
+ </el-tab-pane>
|
|
|
+ <el-tab-pane label="水价2" name="ysjg2">
|
|
|
+ <el-descriptions
|
|
|
+ :column="3"
|
|
|
+ size="medium"
|
|
|
+ border
|
|
|
+ labelClassName="descLabel"
|
|
|
+ contentClassName="descContent"
|
|
|
+ labelStyle="width:12%"
|
|
|
+ contentStyle="width:17%"
|
|
|
>
|
|
|
- </cpsSelect
|
|
|
- ></el-col>
|
|
|
- <el-col :span="4"
|
|
|
- >水量2:<el-input
|
|
|
- v-model="recInfo.sl1"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="4"
|
|
|
- >水费2:<el-input
|
|
|
- v-model="recInfo.sf1"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="4"
|
|
|
- >污水费2:<el-input
|
|
|
- v-model="recInfo.wsf1"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="4"
|
|
|
- >垃圾费2:<el-input
|
|
|
- v-model="recInfo.ljf1"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- </el-row>
|
|
|
-
|
|
|
- <el-row :gutter="10">
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水价1:<el-input
|
|
|
- v-model="recInfo.sj1Jt1sj"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水量1:<el-input
|
|
|
- v-model="recInfo.sj1Jt1sl"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水费1:<el-input
|
|
|
- v-model="recInfo.sj1Jt1sl"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="10">
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水价2:<el-input
|
|
|
- v-model="recInfo.sj1Jt2sj"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水量2:<el-input
|
|
|
- v-model="recInfo.sj1Jt2sl"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水费2:<el-input
|
|
|
- v-model="recInfo.sj1Jt2sf"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="10">
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水价3:<el-input
|
|
|
- v-model="recInfo.sj1Jt3sj"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水量3:<el-input
|
|
|
- v-model="recInfo.sj1Jt3sl"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水费3:<el-input
|
|
|
- v-model="recInfo.sj1Jt3sf"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- </el-row>
|
|
|
- <!--水价2-->
|
|
|
- <el-row :gutter="10">
|
|
|
- <el-col :span="8"
|
|
|
- >(基)水价3:<cpsSelect
|
|
|
- v-model="recInfo.sjbm2"
|
|
|
- placeholder="请选择"
|
|
|
- skey="sj"
|
|
|
- size="small"
|
|
|
- style="width: 60%"
|
|
|
+ <el-descriptions-item label="(基)水价2">
|
|
|
+ <cpsSelect
|
|
|
+ v-model="recInfo.sjbm1"
|
|
|
+ placeholder="请选择"
|
|
|
+ skey="sj"
|
|
|
+ @change="onJjslChange"
|
|
|
+ >
|
|
|
+ </cpsSelect
|
|
|
+ ></el-descriptions-item>
|
|
|
+ <el-descriptions-item label="水量2">
|
|
|
+ <el-input
|
|
|
+ v-model="recInfo.sl1"
|
|
|
+ @change="onJjslChange"
|
|
|
+ ></el-input
|
|
|
+ ></el-descriptions-item>
|
|
|
+ <el-descriptions-item label="水费2">
|
|
|
+ {{ recInfo.sf1 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="污水费单价">
|
|
|
+ {{ recInfo.wsfdj1 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="污水费水量">
|
|
|
+ {{ recInfo.sl1 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="污水费2">
|
|
|
+ {{ recInfo.wsf1 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="垃圾费单价">
|
|
|
+ {{ recInfo.ljfdj1 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="垃圾费水量">
|
|
|
+ {{ recInfo.sl1 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="垃圾费2">
|
|
|
+ {{ recInfo.ljf1 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水价1">
|
|
|
+ {{ recInfo.sj1Jt1sj }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水量1">
|
|
|
+ {{ recInfo.sj1Jt1sl }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水费1">
|
|
|
+ {{ recInfo.sj1Jt1sf }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水价2">
|
|
|
+ {{ recInfo.sj1Jt2sj }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水量2">
|
|
|
+ {{ recInfo.sj1Jt2sl }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水费2">
|
|
|
+ {{ recInfo.sj1Jt2sf }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水价3">
|
|
|
+ {{ recInfo.sj1Jt3sj }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水量3">
|
|
|
+ {{ recInfo.sj1Jt3sl }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水费3">
|
|
|
+ {{ recInfo.sj1Jt3sf }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ </el-descriptions>
|
|
|
+ </el-tab-pane>
|
|
|
+ <el-tab-pane label="水价3" name="ysjg3">
|
|
|
+ <el-descriptions
|
|
|
+ :column="3"
|
|
|
+ size="medium"
|
|
|
+ border
|
|
|
+ labelClassName="descLabel"
|
|
|
+ contentClassName="descContent"
|
|
|
+ labelStyle="width:12%"
|
|
|
+ contentStyle="width:17%"
|
|
|
>
|
|
|
- </cpsSelect
|
|
|
- ></el-col>
|
|
|
- <el-col :span="4"
|
|
|
- >水量3:<el-input
|
|
|
- v-model="recInfo.sl2"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="4"
|
|
|
- >水费3:<el-input
|
|
|
- v-model="recInfo.sf2"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="4"
|
|
|
- >污水费3:<el-input
|
|
|
- v-model="recInfo.wsf2"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="4"
|
|
|
- >垃圾费3:<el-input
|
|
|
- v-model="recInfo.ljf2"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- </el-row>
|
|
|
-
|
|
|
- <el-row :gutter="10">
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水价1:<el-input
|
|
|
- v-model="recInfo.sj2Jt1sj"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水量1:<el-input
|
|
|
- v-model="recInfo.sj2Jt1sl"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水费1:<el-input
|
|
|
- v-model="recInfo.sj2Jt1sf"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="10">
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水价2:<el-input
|
|
|
- v-model="recInfo.sj2Jt2sj"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水量2:<el-input
|
|
|
- v-model="recInfo.sj2Jt2sl"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水费2:<el-input
|
|
|
- v-model="recInfo.sj2Jt2sf"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- </el-row>
|
|
|
- <el-row :gutter="10">
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水价3:<el-input
|
|
|
- v-model="recInfo.sj2Jt3sj"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水量3:<el-input
|
|
|
- v-model="recInfo.sj2Jt3sl"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- <el-col :span="8"
|
|
|
- >阶梯水费3:<el-input
|
|
|
- v-model="recInfo.sj2Jt3sl"
|
|
|
- size="small"
|
|
|
- style="width: 50%"
|
|
|
- :disabled="true"
|
|
|
- ></el-input
|
|
|
- ></el-col>
|
|
|
- </el-row>
|
|
|
+ <el-descriptions-item label="(基)水价3">
|
|
|
+ <cpsSelect
|
|
|
+ v-model="recInfo.sjbm2"
|
|
|
+ placeholder="请选择"
|
|
|
+ skey="sj"
|
|
|
+ @change="onJjslChange"
|
|
|
+ >
|
|
|
+ </cpsSelect
|
|
|
+ ></el-descriptions-item>
|
|
|
+ <el-descriptions-item label="水量3">
|
|
|
+ <el-input
|
|
|
+ v-model="recInfo.sl2"
|
|
|
+ @change="onJjslChange"
|
|
|
+ ></el-input
|
|
|
+ ></el-descriptions-item>
|
|
|
+ <el-descriptions-item label="水费3">
|
|
|
+ {{ recInfo.sf2 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="污水费单价">
|
|
|
+ {{ recInfo.wsfdj2 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="污水费水量">
|
|
|
+ {{ recInfo.sl2 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="污水费2">
|
|
|
+ {{ recInfo.wsf2 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="垃圾费单价">
|
|
|
+ {{ recInfo.ljfdj2 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="垃圾费水量">
|
|
|
+ {{ recInfo.sl2 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="垃圾费2">
|
|
|
+ {{ recInfo.ljf2 }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水价1">
|
|
|
+ {{ recInfo.sj2Jt1sj }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水量1">
|
|
|
+ {{ recInfo.sj2Jt1sl }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水费1">
|
|
|
+ {{ recInfo.sj2Jt1sf }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水价2">
|
|
|
+ {{ recInfo.sj2Jt2sj }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水量2">
|
|
|
+ {{ recInfo.sj2Jt2sl }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水费2">
|
|
|
+ {{ recInfo.sj2Jt2sf }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水价3">
|
|
|
+ {{ recInfo.sj2Jt3sj }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水量3">
|
|
|
+ {{ recInfo.sj2Jt3sl }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ <el-descriptions-item label="阶梯水费3">
|
|
|
+ {{ recInfo.sj2Jt3sf }}
|
|
|
+ </el-descriptions-item>
|
|
|
+ </el-descriptions>
|
|
|
+ </el-tab-pane>
|
|
|
+ </el-tabs>
|
|
|
<el-descriptions
|
|
|
class="margin-top"
|
|
|
:column="2"
|
|
@@ -625,7 +491,7 @@ import "@/views/mis/common/assets/styles/misStyle.scss";
|
|
|
import cpsSelect from "@/views/mis/common/components/cps-select.vue";
|
|
|
import cpsCompany from "@/views/mis/common/components/cps-company.vue";
|
|
|
import cpsLinkageArea from "@/views/mis/common/components/cps-linkageArea.vue";
|
|
|
-import tfTable from '@/views/mis/common/misTable/index.vue';
|
|
|
+import tfTable from "@/views/mis/common/misTable/index.vue";
|
|
|
import {
|
|
|
financial,
|
|
|
FeeRec,
|
|
@@ -652,7 +518,7 @@ export default {
|
|
|
},
|
|
|
recInfo: {
|
|
|
cbryxm: "",
|
|
|
- cbkid:"",
|
|
|
+ cbkid: "",
|
|
|
cwrq: "",
|
|
|
ysyf: "",
|
|
|
jsrq: "",
|
|
@@ -668,43 +534,49 @@ export default {
|
|
|
sjbm: "",
|
|
|
sl: 0,
|
|
|
sf: 0,
|
|
|
+ wsfdj: 0,
|
|
|
wsf: 0,
|
|
|
+ ljfdj: 0,
|
|
|
ljf: 0,
|
|
|
- jt1sj: "",
|
|
|
+ jt1sj: 0,
|
|
|
jt1sf: 0,
|
|
|
jt1sl: 0,
|
|
|
- jt2sj: "",
|
|
|
+ jt2sj: 0,
|
|
|
jt2sf: 0,
|
|
|
jt2sl: 0,
|
|
|
- jt3sj: "",
|
|
|
+ jt3sj: 0,
|
|
|
jt3sf: 0,
|
|
|
jt3sl: 0,
|
|
|
sjbm1: "",
|
|
|
sl1: 0,
|
|
|
sf1: 0,
|
|
|
wsf1: 0,
|
|
|
+ wsfdj1: 0,
|
|
|
ljf1: 0,
|
|
|
- sj1Jt1sj: "",
|
|
|
+ ljfdj1: 0,
|
|
|
+ sj1Jt1sj: 0,
|
|
|
sj1Jt1sf: 0,
|
|
|
sj1Jt1sl: 0,
|
|
|
- sj1Jt2sj: "",
|
|
|
+ sj1Jt2sj: 0,
|
|
|
sj1Jt2sf: 0,
|
|
|
sj1Jt2sl: 0,
|
|
|
- sj1Jt3sj: "",
|
|
|
+ sj1Jt3sj: 0,
|
|
|
sj1Jt3sf: 0,
|
|
|
sj1Jt3sl: 0,
|
|
|
sjbm2: "",
|
|
|
sl2: 0,
|
|
|
sf2: 0,
|
|
|
wsf2: 0,
|
|
|
+ wsfdj2: 0,
|
|
|
ljf2: 0,
|
|
|
- sj2Jt1sj: "",
|
|
|
+ ljfdj2: 0,
|
|
|
+ sj2Jt1sj: 0,
|
|
|
sj2Jt1sf: 0,
|
|
|
sj2Jt1sl: 0,
|
|
|
- sj2Jt2sj: "",
|
|
|
+ sj2Jt2sj: 0,
|
|
|
sj2Jt2sf: 0,
|
|
|
sj2Jt2sl: 0,
|
|
|
- sj2Jt3sj: "",
|
|
|
+ sj2Jt3sj: 0,
|
|
|
sj2Jt3sf: 0,
|
|
|
sj2Jt3sl: 0,
|
|
|
ysljf: 0,
|
|
@@ -716,6 +588,7 @@ export default {
|
|
|
isMultiPrice: false,
|
|
|
selectionsData: [],
|
|
|
pageInfo: { current: 1, total: 0, size: 50 },
|
|
|
+ activeName: "ysjg1",
|
|
|
tableData: [],
|
|
|
columns: [
|
|
|
{
|
|
@@ -821,7 +694,7 @@ export default {
|
|
|
this.recInfo.cbryxm = res.result.cbryxm;
|
|
|
this.recInfo.cwrq = res.result.cwrq;
|
|
|
this.recInfo.ysyf = res.result.ysyf;
|
|
|
- this.recInfo.cbkid=res.result.cbkid;
|
|
|
+ this.recInfo.cbkid = res.result.cbkid;
|
|
|
this.recInfo.jsrq = res.result.jsrq;
|
|
|
this.recInfo.cbrq = res.result.cbrq;
|
|
|
this.recInfo.cbjsfs = res.result.cbjsfs;
|
|
@@ -837,10 +710,51 @@ export default {
|
|
|
this.recInfo.ysje = res.result.ysje;
|
|
|
this.recInfo.ysljf = res.result.ysljf;
|
|
|
this.recInfo.yswsf = res.result.yswsf;
|
|
|
- this.recInfo.yssf = res.result.yssf;
|
|
|
+ (this.recInfo.wsfdj = res.result.wsfdj),
|
|
|
+ (this.recInfo.ljfdj = res.result.ljfdj),
|
|
|
+ (this.recInfo.yssf = res.result.yssf);
|
|
|
+ this.recInfo.jt1sj = res.result.jt1sj;
|
|
|
+ this.recInfo.jt1sl = res.result.jt1sl;
|
|
|
+ this.recInfo.jt1sf = res.result.jt1sf;
|
|
|
+ this.recInfo.jt2sj = res.result.jt2sj;
|
|
|
+ this.recInfo.jt2sl = res.result.jt2sl;
|
|
|
+ this.recInfo.jt2sf = res.result.jt2sf;
|
|
|
+ this.recInfo.jt3sj = res.result.jt3sj;
|
|
|
+ this.recInfo.jt3sl = res.result.jt3sl;
|
|
|
+ this.recInfo.jt3sf = res.result.jt3sf;
|
|
|
if (res.result.cbjsbz == "1" || res.result.cbjsbz == "3") {
|
|
|
this.recInfo.sjbm1 = res.result.sjbm1;
|
|
|
+ this.recInfo.sl1 = res.result.sl1;
|
|
|
+ this.recInfo.sf1 = res.result.sf1;
|
|
|
+ this.recInfo.wsf1 = res.result.wsf1;
|
|
|
+ this.recInfo.wsfdj1 = res.result.wsfdj1;
|
|
|
+ this.recInfo.ljf1 = res.result.ljf1;
|
|
|
+ this.recInfo.ljfdj1 = res.result.ljfdj1;
|
|
|
+ this.recInfo.sj1Jt1sj = res.result.sj1Jt1sj;
|
|
|
+ this.recInfo.sj1Jt1sf = res.result.sj1Jt1sf;
|
|
|
+ this.recInfo.sj1Jt1sl = res.result.sj1Jt1sl;
|
|
|
+ this.recInfo.sj1Jt2sj = res.result.sj1Jt2sj;
|
|
|
+ this.recInfo.sj1Jt2sf = res.result.sj1Jt2sf;
|
|
|
+ this.recInfo.sj1Jt2sl = res.result.sj1Jt2sl;
|
|
|
+ this.recInfo.sj1Jt3sj = res.result.sj1Jt3sj;
|
|
|
+ this.recInfo.sj1Jt3sf = res.result.sj1Jt3sf;
|
|
|
+ this.recInfo.sj1Jt3sl = res.result.sj1Jt3sl;
|
|
|
+ this.recInfo.sj1Jt1sj = res.result.sj1Jt1sj;
|
|
|
this.recInfo.sjbm2 = res.result.sjbm2;
|
|
|
+ this.recInfo.sl2 = res.result.sl2;
|
|
|
+ this.recInfo.sf2 = res.result.sf2;
|
|
|
+ this.recInfo.wsf2 = res.result.wsf2;
|
|
|
+ this.recInfo.wsfdj2 = res.result.wsfdj2;
|
|
|
+ this.recInfo.ljf2 = res.result.ljf2;
|
|
|
+ this.recInfo.ljfdj2 = res.result.ljfdj2;
|
|
|
+ this.recInfo.sj2Jt1sf = res.result.sj2Jt1sf;
|
|
|
+ this.recInfo.sj2Jt1sl = res.result.sj2Jt1sl;
|
|
|
+ this.recInfo.sj2Jt2sj = res.result.sj2Jt2sj;
|
|
|
+ this.recInfo.sj2Jt2sf = res.result.sj2Jt2sf;
|
|
|
+ this.recInfo.sj2Jt2sl = res.result.sj2Jt2sl;
|
|
|
+ this.recInfo.sj2Jt3sj = res.result.sj2Jt3sj;
|
|
|
+ this.recInfo.sj2Jt3sf = res.result.sj2Jt3sf;
|
|
|
+ this.recInfo.sj2Jt3sl = res.result.sj2Jt3sl;
|
|
|
}
|
|
|
}
|
|
|
})
|
|
@@ -861,7 +775,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
/**
|
|
|
- *撤销算费
|
|
|
+ *撤销算费
|
|
|
**/
|
|
|
backFees() {
|
|
|
this.resetDetailData();
|
|
@@ -878,8 +792,8 @@ export default {
|
|
|
* 费用测算
|
|
|
* **/
|
|
|
onJjslChange() {
|
|
|
- if(this.recInfo.jjl==null){
|
|
|
- this.recInfo.jjl=0;
|
|
|
+ if (this.recInfo.jjl == null) {
|
|
|
+ this.recInfo.jjl = 0;
|
|
|
}
|
|
|
this.recInfo.yssl =
|
|
|
this.recInfo.bcds - this.recInfo.scds + this.recInfo.jjl;
|
|
@@ -914,6 +828,24 @@ export default {
|
|
|
this.recInfo.jt3sj = res.result.jt3sj;
|
|
|
this.recInfo.jt3sl = res.result.jt3sl;
|
|
|
this.recInfo.jt3sf = res.result.jt3sf;
|
|
|
+ this.recInfo.sj1Jt1sj = res.result.sj1Jt1sj;
|
|
|
+ this.recInfo.sj1Jt1sf = res.result.sj1Jt1sf;
|
|
|
+ this.recInfo.sj1Jt1sl = res.result.sj1Jt1sl;
|
|
|
+ this.recInfo.sj1Jt2sj = res.result.sj1Jt2sj;
|
|
|
+ this.recInfo.sj1Jt2sf = res.result.sj1Jt2sf;
|
|
|
+ this.recInfo.sj1Jt2sl = res.result.sj1Jt2sl;
|
|
|
+ this.recInfo.sj1Jt3sj = res.result.sj1Jt3sj;
|
|
|
+ this.recInfo.sj1Jt3sf = res.result.sj1Jt3sf;
|
|
|
+ this.recInfo.sj1Jt3sl = res.result.sj1Jt3sl;
|
|
|
+ this.recInfo.sj1Jt1sj = res.result.sj1Jt1sj;
|
|
|
+ this.recInfo.sj2Jt1sf = res.result.sj2Jt1sf;
|
|
|
+ this.recInfo.sj2Jt1sl = res.result.sj2Jt1sl;
|
|
|
+ this.recInfo.sj2Jt2sj = res.result.sj2Jt2sj;
|
|
|
+ this.recInfo.sj2Jt2sf = res.result.sj2Jt2sf;
|
|
|
+ this.recInfo.sj2Jt2sl = res.result.sj2Jt2sl;
|
|
|
+ this.recInfo.sj2Jt3sj = res.result.sj2Jt3sj;
|
|
|
+ this.recInfo.sj2Jt3sf = res.result.sj2Jt3sf;
|
|
|
+ this.recInfo.sj2Jt3sl = res.result.sj2Jt3sl;
|
|
|
}
|
|
|
})
|
|
|
.catch((ex) => {
|