diff --git a/src/api/udi/udiTraceSearch.js b/src/api/udi/udiTrace.js
similarity index 55%
rename from src/api/udi/udiTraceSearch.js
rename to src/api/udi/udiTrace.js
index a34b02f..2f9f25f 100644
--- a/src/api/udi/udiTraceSearch.js
+++ b/src/api/udi/udiTrace.js
@@ -7,3 +7,11 @@ export function getTraceOrderList(query) {
params: query
})
}
+
+export function getTraceRecordList(query) {
+ return axios({
+ url: '/udi/trace/record/filter',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/src/views/udi/trace/history/index.vue b/src/views/udi/trace/history/index.vue
new file mode 100644
index 0000000..6986661
--- /dev/null
+++ b/src/views/udi/trace/history/index.vue
@@ -0,0 +1,341 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/udi/trace/manu/index.vue b/src/views/udi/trace/manu/index.vue
new file mode 100644
index 0000000..54b19c1
--- /dev/null
+++ b/src/views/udi/trace/manu/index.vue
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
diff --git a/src/views/udi/trace/search/index.vue b/src/views/udi/trace/search/index.vue
index 6cfd6da..5619b1a 100644
--- a/src/views/udi/trace/search/index.vue
+++ b/src/views/udi/trace/search/index.vue
@@ -2,52 +2,144 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
- 查询
- 重置
-
-
-
-
-
-
-
- 查询
- 重置
-
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
-
-
- 查询
- 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
-
-
-
-
- {{ formView.id }}
- {{ formView.billNo }}
- {{ formView.billDate }}
- {{ formView.inOutType }}
- {{ formView.billType }}
- {{ formView.fromCorp }}
- {{ formView.fromCorpCreditNum }}
- {{ formView.toCorp }}
- {{ formView.toCorpCreditNum }}
- {{ formView.createUser }}
- {{ formView.companyIdFk }}
-
-
- {{ formView.clientType }}
- {{ formView.returnReason }}
- {{ formView.destoryReason }}
- {{ formView.excuseUser }}
- {{ formView.excuseCode }}
- {{ formView.superviserUser }}
- {{ formView.superviserCode }}
- {{ formView.uploadUser }}
- {{ formView.remark }}
- {{ formView.updateTime }}
- {{ formView.recordCodeFk }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -105,7 +326,7 @@