diff --git a/src/components/productOfferPop/index.vue b/src/components/productOfferPop/index.vue
index 1ef419e0f..ec5bd1028 100644
--- a/src/components/productOfferPop/index.vue
+++ b/src/components/productOfferPop/index.vue
@@ -33,14 +33,9 @@
-
-
-
-
-
diff --git a/src/views/order/purchase_product_offer/index.vue b/src/views/order/purchase_product_offer/index.vue
index 599fe9e81..0c3d48908 100644
--- a/src/views/order/purchase_product_offer/index.vue
+++ b/src/views/order/purchase_product_offer/index.vue
@@ -234,14 +234,22 @@
/>
+
+
+
添加商品
-
-
+
-
+
赊账
@@ -276,6 +284,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -317,7 +365,8 @@ const queryParams = reactive({
buyer_id: '',
order_id: '',
store_name: '',
- buyer_confirm: ''
+ buyer_confirm: '',
+ is_user: 1
})
const formData = ref({
id: '',
@@ -334,7 +383,8 @@ const formData = ref({
pay_type: 1
})
const formBatchData = ref({
- supplier_id: ''
+ supplier_id: '',
+ order_id: ''
})
const compute = () => {
formData.value.total_price = (formData.value.buyer_nums * formData.value.purchase).toFixed(2)