|
@@ -63,7 +63,7 @@
|
|
|
v-for="(dict, index) in goodsOptions"
|
|
|
:key="index.fId"
|
|
|
:label="dict.fName"
|
|
|
- :value="dict.fId"
|
|
|
+ :value="dict.fName"
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
@@ -147,8 +147,6 @@
|
|
|
<el-table-column label="应收金额" align="center" prop="fAmount" />
|
|
|
<el-table-column label="应付金额" align="center" prop="fStlamount"/>
|
|
|
<el-table-column label="利润" align="center" prop="nnfinished"/>
|
|
|
-
|
|
|
-
|
|
|
</el-table>
|
|
|
|
|
|
<pagination
|
|
@@ -163,7 +161,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { listWhgenleg, getWhgenleg, delWhgenleg, addWhgenleg, updateWhgenleg, exportWhgenleg } from "@/api/reportManagement/receivable";
|
|
|
+import { listpayable,listWhgenleg, getWhgenleg, delWhgenleg, addWhgenleg, updateWhgenleg, exportWhgenleg } from "@/api/reportManagement/profit";
|
|
|
import {listWarehouse} from "@/api/basicdata/warehouse";
|
|
|
import {listArea} from "@/api/basicdata/area";
|
|
|
import {listGoods} from "@/api/basicdata/goods";
|
|
@@ -310,7 +308,8 @@ export default {
|
|
|
this.getDicts('approval_process').then((response) => {
|
|
|
this.options = response.data
|
|
|
})
|
|
|
- listWhgenleg(this.queryParams).then(response => {
|
|
|
+ listpayable(this.queryParams).then(response => {
|
|
|
+ console.log(response)
|
|
|
this.receivableList = response.rows;
|
|
|
this.total = response.total;
|
|
|
this.loading = false;
|