|
@@ -159,7 +159,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
-import { listStoreOrder,exportStorePayRemainOrder } from "@/api/store/storeOrder";
|
|
|
|
|
|
+import { listPayRemainOrder,exportStorePayRemainOrder } from "@/api/store/storeOrder";
|
|
import productOrder from "../components/productOrder";
|
|
import productOrder from "../components/productOrder";
|
|
import { getCompanyList } from "@/api/company/company";
|
|
import { getCompanyList } from "@/api/company/company";
|
|
export default {
|
|
export default {
|
|
@@ -308,7 +308,7 @@ export default {
|
|
else{
|
|
else{
|
|
this.queryParams.createTimeRange=null;
|
|
this.queryParams.createTimeRange=null;
|
|
}
|
|
}
|
|
- listStoreOrder(this.queryParams).then(response => {
|
|
|
|
|
|
+ listPayRemainOrder(this.queryParams).then(response => {
|
|
this.storeOrderList = response.rows;
|
|
this.storeOrderList = response.rows;
|
|
this.total = response.total;
|
|
this.total = response.total;
|
|
this.loading = false;
|
|
this.loading = false;
|