فهرست منبع

Merge branch 'master' of http://47.107.53.207:3000/ymy/oms

ymy 1 سال پیش
والد
کامیت
3bfa49fee6
2فایلهای تغییر یافته به همراه17 افزوده شده و 17 حذف شده
  1. 16 16
      src/views/audit/depots/index.vue
  2. 1 1
      src/views/audit/saleOrder/components/settingConfig.vue

+ 16 - 16
src/views/audit/depots/index.vue

@@ -258,22 +258,22 @@
 					search: true,
 					refresh: true
 				},
-				customTools: [
-					{
-						name: '注册', icon: 'el-icon-plus', audit: [''], event: {
-							click: () => {
-								(this as any).onAdd2();
-							}
-						}
-					},
-					{
-						name: '删除', icon: 'el-icon-delete', audit: [''], event: {
-							click: () => {
-								(this as any).onDelete('moduleView2', 'maindataStoringLocation')
-							}
-						}
-					},
-				]
+				// customTools: [
+				// 	{
+				// 		name: '注册', icon: 'el-icon-plus', audit: [''], event: {
+				// 			click: () => {
+				// 				(this as any).onAdd2();
+				// 			}
+				// 		}
+				// 	},
+				// 	{
+				// 		name: '删除', icon: 'el-icon-delete', audit: [''], event: {
+				// 			click: () => {
+				// 				(this as any).onDelete('moduleView2', 'maindataStoringLocation')
+				// 			}
+				// 		}
+				// 	},
+				// ]
 			},
 			table: {
 				attr: {

+ 1 - 1
src/views/audit/saleOrder/components/settingConfig.vue

@@ -850,7 +850,7 @@
 		openSetting() {
 			this.setValue = true;
 			let loading = this.$loading({ target: '.main-container' });
-			api.single({ id: 1 }, "supplyFinanceSetting").then((res : any) => {
+			api.getSingle("supplyFinanceSetting").then((res : any) => {
 				loading.close();
 				if (res.data) {
 					this.baseInfo = res.data;