|
|
@@ -102,7 +102,7 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
import option from "./configuration/mainList.json"
|
|
|
-import {deleteTemplate,customerList,typeSave,LockingQuantity} from "@/api/basicData/inventoryAccount"
|
|
|
+import {deleteTemplate,customerList,typeSave,LockingQuantity, getStockList} from "@/api/basicData/inventoryAccount"
|
|
|
import {getToken} from "@/util/auth";
|
|
|
import { defaultDate } from "@/util/date";
|
|
|
import reportDialog from "@/components/report-dialog/main";
|
|
|
@@ -260,7 +260,8 @@ export default {
|
|
|
current: page.currentPage,
|
|
|
})
|
|
|
this.loading = true;
|
|
|
- customerList(queryParams).then(res => {
|
|
|
+ //customerList
|
|
|
+ getStockList(queryParams).then(res => {
|
|
|
this.data = res.data.data.records
|
|
|
this.page.total = res.data.data.total
|
|
|
}).finally(() => {
|