diff --git a/.env.development b/.env.development index 1c94c0ca7..522e48fce 100644 --- a/.env.development +++ b/.env.development @@ -6,6 +6,6 @@ VITE_NOW_TYPE = 'dist' # VITE_APP_BASE_URL='http://192.168.1.10:8546' # VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn' # VITE_APP_BASE_URL='https://multi-store.lihaink.cn' -VITE_APP_BASE_URL='http://192.168.1.7:8545' +VITE_APP_BASE_URL='http://192.168.1.22:8545' # VITE_APP_BASE_URL='https://ceshi-multi-store.lihaink.cn' diff --git a/src/api/purchase_order.ts b/src/api/purchase_order.ts index 94e039f92..79ec23399 100644 --- a/src/api/purchase_order.ts +++ b/src/api/purchase_order.ts @@ -8,6 +8,10 @@ export function apiPurchaseOrderLists(params: any) { export function apiPurchaseOrderInfoLists(params: any) { return request.get({ url: '/purchase_order/purchaseorder/info_lists', params }) } +// 采购订单详情列表 +export function apiPurchaseStoreOrderLists(params: any) { + return request.get({ url: '/purchase_order/purchaseorder/order_lists', params }) +} // 添加采购订单 export function apiPurchaseOrderAdd(params: any) { diff --git a/src/components/orderPop/index.vue b/src/components/orderPop/index.vue new file mode 100644 index 000000000..ccdd186f4 --- /dev/null +++ b/src/components/orderPop/index.vue @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + 已退款 + + + {{ + row.status_name + }} + {{ row.status_name }} + {{ row.status_name }} + {{ row.status_name }} + + + + + + + + + + + + + + + 添加订单 + + + + diff --git a/src/views/order/purchase_order/component/details.vue b/src/views/order/purchase_order/component/details.vue index 72c28b6a0..ef59b2e57 100644 --- a/src/views/order/purchase_order/component/details.vue +++ b/src/views/order/purchase_order/component/details.vue @@ -1,19 +1,19 @@ - + 订单编号:{{ formData.order_id }} 订单状态 - {{ formData.storage_name }} + {{ formData.status_name }} 实际支付 - ¥{{ formData.money }} + ¥{{ formData.pay_price }} 时间 @@ -31,8 +31,7 @@