diff --git a/src/views/chartList/page1/center1.vue b/src/views/chartList/page1/center1.vue new file mode 100644 index 0000000..b5d4fbc --- /dev/null +++ b/src/views/chartList/page1/center1.vue @@ -0,0 +1,271 @@ + + + diff --git a/src/views/chartList/page1/center2.vue b/src/views/chartList/page1/center2.vue new file mode 100644 index 0000000..7c2052c --- /dev/null +++ b/src/views/chartList/page1/center2.vue @@ -0,0 +1,177 @@ + + diff --git a/src/views/chartList/page1/index.js b/src/views/chartList/page1/index.js new file mode 100644 index 0000000..93d9662 --- /dev/null +++ b/src/views/chartList/page1/index.js @@ -0,0 +1,120 @@ +import request from '@/utils/request' + +/** --------------- left1 --------------- */ +// 经营责任书列表 +export function leftOneList(params) { + return request({ + url: '/hx/businessResponsibility/list', + params, + }) +} +// 导出模板 +export function importTemplate() { + return request({ + url: '/hx/businessResponsibility/importTemplate', + }) +} +/** --------------- left2 --------------- */ +// 收入和利润列表 +export function leftTwoList(params) { + return request({ + url: '/hx/revenueProfit/list', + params, + }) +} +// 导出模板 +export function leftTwoImportTemplate() { + return request({ + url: '/hx/revenueProfit/importTemplate', + }) +} +/** --------------- center1 --------------- */ +// 全年目标和大图列表 +export function centerOneList(params) { + return request({ + url: '/hx/annualTarget/list', + params, + }) +} +// 修改全年目标和大图 +export function updateAnnualTarget(data) { + return request({ + url: '/hx/annualTarget', + method: 'put', + data, + }) +} +/** --------------- center2 --------------- */ +// 今日动态列表 +export function centerTwoList(params) { + return request({ + url: '/hx/todayDynamic/list', + params, + }) +} +// 导出模板 +export function centerTwoImportTemplate() { + return request({ + url: '/hx/todayDynamic/importTemplate', + }) +} +/** --------------- right1 --------------- */ +// 生产责任令 +export function rightOneList(params) { + return request({ + url: '/hx/productionResponsibility/list', + params, + }) +} +// 导出模板 +export function rightOneImportTemplate() { + return request({ + url: '/hx/productionResponsibility/importTemplate', + }) +} +/** --------------- right2 --------------- */ +// 交付产品完成概况 +export function rightTwoList(params) { + return request({ + url: '/hx/productCompletion/list', + params, + }) +} +// 导出模板 +export function rightTwoImportTemplate() { + return request({ + url: '/hx/productCompletion/importTemplate', + }) +} +// 删除交付产品完成概况 +export function rightTwoDel(params) { + return request({ + url: '/hx/productCompletion', + method: 'delete', + params, + }) +} +/** --------------- right3 --------------- */ +// 装药量列表 +export function rightThreeList(params) { + return request({ + url: '/hx/chargeQuantity/list', + params, + }) +} +// 新增装药量 +export function rightThreeAdd(data) { + return request({ + url: '/hx/chargeQuantity', + method: 'post', + data, + }) +} +// 修改装药量 +export function rightThreeUpdate(data) { + return request({ + url: '/hx/chargeQuantity', + method: 'put', + data, + }) +} diff --git a/src/views/chartList/page1/index.vue b/src/views/chartList/page1/index.vue new file mode 100644 index 0000000..abda433 --- /dev/null +++ b/src/views/chartList/page1/index.vue @@ -0,0 +1,49 @@ + + + diff --git a/src/views/chartList/page1/left1.vue b/src/views/chartList/page1/left1.vue new file mode 100644 index 0000000..91d71d7 --- /dev/null +++ b/src/views/chartList/page1/left1.vue @@ -0,0 +1,169 @@ + + diff --git a/src/views/chartList/page1/left2.vue b/src/views/chartList/page1/left2.vue new file mode 100644 index 0000000..f9899ca --- /dev/null +++ b/src/views/chartList/page1/left2.vue @@ -0,0 +1,175 @@ + + diff --git a/src/views/chartList/page1/right1.vue b/src/views/chartList/page1/right1.vue new file mode 100644 index 0000000..47c3030 --- /dev/null +++ b/src/views/chartList/page1/right1.vue @@ -0,0 +1,160 @@ + + diff --git a/src/views/chartList/page1/right2.vue b/src/views/chartList/page1/right2.vue new file mode 100644 index 0000000..df9b04a --- /dev/null +++ b/src/views/chartList/page1/right2.vue @@ -0,0 +1,178 @@ + + diff --git a/src/views/chartList/page1/right3.vue b/src/views/chartList/page1/right3.vue new file mode 100644 index 0000000..e107168 --- /dev/null +++ b/src/views/chartList/page1/right3.vue @@ -0,0 +1,218 @@ + + + diff --git a/src/views/chartList/page2/index.vue b/src/views/chartList/page2/index.vue new file mode 100644 index 0000000..61cba80 --- /dev/null +++ b/src/views/chartList/page2/index.vue @@ -0,0 +1,3 @@ +