shish %!s(int64=2) %!d(string=hai) anos
pai
achega
b36ad5a1d1
Modificáronse 3 ficheiros con 25 adicións e 43 borrados
  1. 7 0
      ghs/src/service/stat-book/index.js
  2. 1 1
      ghs/src/views/in/add.vue
  3. 17 42
      ghs/src/views/order/book.vue

+ 7 - 0
ghs/src/service/stat-book/index.js

@@ -2,5 +2,12 @@ import { BaseService, Service } from '@/cool';
 @Service('stat-book')
 export class StatBookService extends BaseService {
 
+	getProfile(data) {
+		return this.request({
+			url: '/profile',
+			params: data
+		});
+	}
+
 }
 export default new StatBookService();

+ 1 - 1
ghs/src/views/in/add.vue

@@ -52,7 +52,7 @@ export default {
 			tabIndex: '0',
 			tabsData: [
 				{
-					text: '客户列表',
+					text: '供货商',
 					key: '0',
 					val: 0
 				}

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 17 - 42
ghs/src/views/order/book.vue


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio