diff --git a/src/api/productManagement/proreportwork.js b/src/api/productManagement/proreportwork.js
index 56e9ad1..700bada 100644
--- a/src/api/productManagement/proreportwork.js
+++ b/src/api/productManagement/proreportwork.js
@@ -6,9 +6,9 @@ import request from '@/utils/request'
*/
export function listProReportwork(query) {
return request({
- url: 'BZFM/ProReportwork/list',
+ url: 'mes/productManagement/ProReportwork/list',
method: 'get',
- params: query,
+ params: query
})
}
@@ -18,9 +18,9 @@ export function listProReportwork(query) {
*/
export function addProReportwork(data) {
return request({
- url: 'BZFM/ProReportwork',
+ url: 'mes/productManagement/ProReportwork',
method: 'post',
- data: data,
+ data: data
})
}
/**
@@ -29,9 +29,9 @@ export function addProReportwork(data) {
*/
export function updateProReportwork(data) {
return request({
- url: 'BZFM/ProReportwork',
+ url: 'mes/productManagement/ProReportwork',
method: 'PUT',
- data: data,
+ data: data
})
}
/**
@@ -40,7 +40,7 @@ export function updateProReportwork(data) {
*/
export function getProReportwork(id) {
return request({
- url: 'BZFM/ProReportwork/' + id,
+ url: 'mes/productManagement/ProReportwork/' + id,
method: 'get'
})
}
@@ -51,7 +51,7 @@ export function getProReportwork(id) {
*/
export function delProReportwork(pid) {
return request({
- url: 'BZFM/ProReportwork/delete/' + pid,
+ url: 'mes/productManagement/ProReportwork/delete/' + pid,
method: 'POST'
})
}
diff --git a/src/views/baseManagement/BaseRoute/TheRouteDialog/index.vue b/src/views/baseManagement/BaseRoute/TheRouteDialog/index.vue
index f92a503..32058d5 100644
--- a/src/views/baseManagement/BaseRoute/TheRouteDialog/index.vue
+++ b/src/views/baseManagement/BaseRoute/TheRouteDialog/index.vue
@@ -10,7 +10,8 @@
-
+
@@ -33,230 +34,229 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/views/productManagement/WorkReport/ProReportwork.vue b/src/views/productManagement/WorkReport/ProReportwork.vue
deleted file mode 100644
index a943a65..0000000
--- a/src/views/productManagement/WorkReport/ProReportwork.vue
+++ /dev/null
@@ -1,367 +0,0 @@
-
-
-
-
-
- {{ $t('btn.search') }}
- {{ $t('btn.reset') }}
-
-
-
-
-
-
- {{ $t('btn.add') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('btn.cancel') }}
- {{ $t('btn.submit') }}
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/productManagement/WorkReport/index-old.vue b/src/views/productManagement/WorkReport/index-old.vue
new file mode 100644
index 0000000..aa057a0
--- /dev/null
+++ b/src/views/productManagement/WorkReport/index-old.vue
@@ -0,0 +1,479 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 全部
+
+ {{ item.dictLabel }}
+
+
+
+
+ {{ $t('btn.search') }}
+ {{ $t('btn.reset') }}
+
+
+
+
+
+
+
+ {{ scope.row.workorder }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ proxy.dayjs(scope.row.workorderDate).format('YYYY-MM-DD')
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 排产
+
+
+
+
+
+
+
+
+ {{ form.productionName }}
+ {{ form.productionCode }}
+ {{ form.customCode }}
+ {{ form.workorderDate }}
+ {{ form.deliveryNum }}
+ {{ form.unit }}
+ {{ form.packageNum }}
+ {{ form.groupId }}
+ {{ form.fkRouteCode }}
+ {{ form.priority }}
+
+ {{ form.remark }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('btn.cancel') }}
+ {{ $t('btn.submit') }}
+
+
+
+
+
+
+
+
diff --git a/src/views/productManagement/WorkReport/index.vue b/src/views/productManagement/WorkReport/index.vue
index aa057a0..9505e63 100644
--- a/src/views/productManagement/WorkReport/index.vue
+++ b/src/views/productManagement/WorkReport/index.vue
@@ -1,185 +1,120 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 全部
-
- {{ item.dictLabel }}
-
-
-
{{ $t('btn.search') }}
{{ $t('btn.reset') }}
-
-
-
-
+
+
+
+
+ {{ $t('btn.add') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- {{ scope.row.workorder }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- proxy.dayjs(scope.row.workorderDate).format('YYYY-MM-DD')
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 排产
+
+
-
-
-
-
-
- {{ form.productionName }}
- {{ form.productionCode }}
- {{ form.customCode }}
- {{ form.workorderDate }}
- {{ form.deliveryNum }}
- {{ form.unit }}
- {{ form.packageNum }}
- {{ form.groupId }}
- {{ form.fkRouteCode }}
- {{ form.priority }}
-
- {{ form.remark }}
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
{{ $t('btn.cancel') }}
{{ $t('btn.submit') }}
@@ -187,27 +122,13 @@
-
-
-
+
\ No newline at end of file