Jelajahi Sumber

change: 调整搜索接口参数. 创建po接口增加line_tax参数.

peter 1 tahun lalu
induk
melakukan
733bd632f3
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/pages/purchase-order/edit.vue

+ 2 - 2
src/pages/purchase-order/edit.vue

@@ -1312,7 +1312,7 @@ const createPurchaseOrders = function () {
       net_total: Number(item.amount) - Number(item.discount),
       description: item.desc,
       requirement: item.requirement,
-      // line_tax: [],
+      line_tax: [],
       // book: '',
       // id: item.id,
       product: {
@@ -1611,7 +1611,7 @@ const getProductList = utils.debounce(
       api_name: 'Product_Name',
       contains: 'contains',
       page: 1,
-      limit: 200,
+      limit: 20,
     }
     getSearchData(data)
       .then((response) => {