diff --git a/src/views/data/supplier/supplier/edit.vue b/src/views/data/supplier/supplier/edit.vue index dc3a1ea..c4a4e26 100644 --- a/src/views/data/supplier/supplier/edit.vue +++ b/src/views/data/supplier/supplier/edit.vue @@ -135,7 +135,7 @@ :readonly="false" /> - + - + diff --git a/src/views/data/supplier/supplier/index.vue b/src/views/data/supplier/supplier/index.vue index c7f490b..a12542b 100644 --- a/src/views/data/supplier/supplier/index.vue +++ b/src/views/data/supplier/supplier/index.vue @@ -4,11 +4,11 @@ - + - + - + @@ -75,8 +75,8 @@ - @@ -86,9 +86,9 @@ :value="row.category_id" /> - + --> @@ -100,7 +100,7 @@ @@ -114,7 +114,7 @@ prop="interest_rate" show-overflow-tooltip /> - t.name).join(",") }} - + --> - + @@ -141,7 +141,7 @@ show-overflow-tooltip /> @@ -151,7 +151,7 @@ diff --git a/src/views/goods/goods/edit.vue b/src/views/goods/goods/edit.vue index 8ebcaa0..6102d6e 100644 --- a/src/views/goods/goods/edit.vue +++ b/src/views/goods/goods/edit.vue @@ -91,11 +91,11 @@ }" placeholder="请选择仓库" /> - + diff --git a/src/views/opurchase/opurchaseclass/detail.vue b/src/views/opurchase/opurchaseclass/detail.vue index 4169041..1f9bf4e 100644 --- a/src/views/opurchase/opurchaseclass/detail.vue +++ b/src/views/opurchase/opurchaseclass/detail.vue @@ -26,7 +26,7 @@ {{ form.merchant_name }} - + @@ -34,6 +34,12 @@ + + + @@ -67,11 +73,11 @@ import { apiOpurchaseclassLists, apiOpurchaseclassDelete, apiOpurchaseclassDetail, + apiOpurchaseinfoListList, } from "@/api/opurchaseclass"; import { useRoute } from "vue-router"; import subOrder from "./component/subOrder.vue"; import goodsOffer from "./component/goodsOffer.vue"; -import { apiOpurchaseinfoListList, apicreateSupplierGoods } from "@/api/opurchaseclass"; const route = useRoute(); const form = ref({}); @@ -104,18 +110,16 @@ const tabChange = (type: any) => { }; +// 查询条件 +const queryParams = reactive({ + id: route.query.id, +}) + +// 分页相关 const { pager, getLists, resetParams, resetPage } = usePaging({ - fetchFun: apiOpurchaseinfoListList, - params: { is_push: 0, id: route.query.id }, -}); - -// getLists() - -const rePush = async () => { - await apicreateSupplierGoods({ id: route.query.id }) - getLists() - -} - + fetchFun: apiOpurchaseinfoListList, + params: queryParams +}) +getLists() diff --git a/src/views/translationOrder/component/noPush.vue b/src/views/translationOrder/component/noPush.vue index 6227f3b..f581606 100644 --- a/src/views/translationOrder/component/noPush.vue +++ b/src/views/translationOrder/component/noPush.vue @@ -9,7 +9,7 @@ prop="goods_name" show-overflow-tooltip /> - t.name).join(",") }} - + --> diff --git a/src/views/translationOrder/detail.vue b/src/views/translationOrder/detail.vue index 31ca734..cc64b40 100644 --- a/src/views/translationOrder/detail.vue +++ b/src/views/translationOrder/detail.vue @@ -1,7 +1,7 @@