diff --git a/common/api.js b/common/api.js index 953cc23..e279477 100644 --- a/common/api.js +++ b/common/api.js @@ -1,8 +1,8 @@ // appId: 正式 null | 测试 null export const DEV = "dev"; // dev 测试 | prod 正式 export const VERSION = '1.0.0'; // 版本号 -export const DEVURL = 'http://192.168.3.78'; // 测试服请求地址 -// export const DEVURL = 'http://192.168.3.5'; // 测试服请求地址 +// export const DEVURL = 'http://192.168.3.78'; // 测试服请求地址 +export const DEVURL = 'http://192.168.3.5'; // 测试服请求地址 export const PRODURL = ''; // 正式服请求地址 /* 供应商相关接口 */ @@ -32,4 +32,5 @@ export const API_CANTEEN_WAREHOUSEOUT = '/api/canteen/warehouseOut'; // 出库 export const API_CANTEEN_WAREHOUSEOUTLIST = '/api/canteen/warehouseOutList'; // 出库申请列表 export const API_CANTEEN_PURCHASEDETAIL = '/api/canteen/purchaseDetail'; // 采购单详情 export const API_CANTEEN_SUPPLIERLIST = '/api/canteen/supplierList'; // 供应商列表 -export const API_CANTEEN_MATERIALLISTBYWAREHOUSE = '/api/canteen/materialListByWarehouse'; // 仓库物资列表 \ No newline at end of file +export const API_CANTEEN_MATERIALLISTBYWAREHOUSE = '/api/canteen/materialListByWarehouse'; // 仓库物资列表 +export const API_CANTEEN_PURCHASEUPDATE = '/api/canteen/purchaseUpdate'; // 改变采购单状态 \ No newline at end of file diff --git a/pages/canteen/delivery/order.vue b/pages/canteen/delivery/order.vue index 1160bd2..36a837e 100644 --- a/pages/canteen/delivery/order.vue +++ b/pages/canteen/delivery/order.vue @@ -6,7 +6,12 @@ - + 申请人 @@ -39,50 +44,111 @@