From b6ca8d0b5f912470ed171259c566ee7386778183 Mon Sep 17 00:00:00 2001 From: Teng <461587751@qq.com> Date: Fri, 24 Apr 2026 10:31:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=8D=95-=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=AE=8C=E6=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compontent/public/tanchuang.vue | 121 +++ pages.json | 9 +- pages/supplierindex/index.vue | 2 +- pages/supplierindex/index1.vue | 2 +- pages/yuangongindex/api.js | 8 + pages/yuangongindex/procurement.vue | 6 +- pages/yuangongindex/purchaseorder.vue | 347 +++++++ pages/yuangongindex/purchaseorderdetail.vue | 1001 +++++++++++++++++++ 8 files changed, 1492 insertions(+), 4 deletions(-) create mode 100644 compontent/public/tanchuang.vue create mode 100644 pages/yuangongindex/purchaseorder.vue create mode 100644 pages/yuangongindex/purchaseorderdetail.vue diff --git a/compontent/public/tanchuang.vue b/compontent/public/tanchuang.vue new file mode 100644 index 0000000..510d6ff --- /dev/null +++ b/compontent/public/tanchuang.vue @@ -0,0 +1,121 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index ce738bb..53487f2 100644 --- a/pages.json +++ b/pages.json @@ -390,7 +390,14 @@ }, { - "path" : "pages/yuangongindex/procurement", + "path" : "pages/yuangongindex/purchaseorder", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/yuangongindex/purchaseorderdetail", "style" : { "navigationBarTitleText" : "" diff --git a/pages/supplierindex/index.vue b/pages/supplierindex/index.vue index 1db1515..b8186d2 100644 --- a/pages/supplierindex/index.vue +++ b/pages/supplierindex/index.vue @@ -267,7 +267,7 @@ } const jumpother = (e) => { uni.navigateTo({ - url: "/pages/yuangongindex/procurement?serverUrl="+e.serverUrl + url: "/pages/yuangongindex/purchaseorder?serverUrl="+e.serverUrl }) } diff --git a/pages/supplierindex/index1.vue b/pages/supplierindex/index1.vue index c02f1a3..2d83ae6 100644 --- a/pages/supplierindex/index1.vue +++ b/pages/supplierindex/index1.vue @@ -265,7 +265,7 @@ } const jumpother = (e) => { uni.navigateTo({ - url: "/pages/yuangongindex/procurement?serverUrl="+e.serverUrl + url: "/pages/yuangongindex/purchaseorder?serverUrl="+e.serverUrl }) } const jumpt = (res) => { diff --git a/pages/yuangongindex/api.js b/pages/yuangongindex/api.js index 2130e6f..a62ec3a 100644 --- a/pages/yuangongindex/api.js +++ b/pages/yuangongindex/api.js @@ -86,3 +86,11 @@ export function getCgdListByGysId(data){ method: 'get', }) } +// 供应商物料单位 +export function getDictItems(data){ + return request({ + url: `/sys/api/getDictItems`, + method: 'get', + data, + }) +} \ No newline at end of file diff --git a/pages/yuangongindex/procurement.vue b/pages/yuangongindex/procurement.vue index d573e46..dc99a14 100644 --- a/pages/yuangongindex/procurement.vue +++ b/pages/yuangongindex/procurement.vue @@ -1,3 +1,5 @@ + +