diff --git a/src/api/productManagement/wmPackingrecord.js b/src/api/productManagement/wmPackingrecord.js
new file mode 100644
index 0000000..23c9adc
--- /dev/null
+++ b/src/api/productManagement/wmPackingrecord.js
@@ -0,0 +1,57 @@
+import request from '@/utils/request'
+
+/**
+* 包装记录分页查询
+* @param {查询条件} data
+*/
+export function listWmPackingrecord(query) {
+ return request({
+ url: 'mes/pro/WmPackingrecord/list',
+ method: 'get',
+ params: query,
+ })
+}
+
+/**
+* 新增包装记录
+* @param data
+*/
+export function addWmPackingrecord(data) {
+ return request({
+ url: 'mes/pro/WmPackingrecord',
+ method: 'post',
+ data: data,
+ })
+}
+/**
+* 修改包装记录
+* @param data
+*/
+export function updateWmPackingrecord(data) {
+ return request({
+ url: 'mes/pro/WmPackingrecord',
+ method: 'PUT',
+ data: data,
+ })
+}
+/**
+* 获取包装记录详情
+* @param {Id}
+*/
+export function getWmPackingrecord(id) {
+ return request({
+ url: 'mes/pro/WmPackingrecord/' + id,
+ method: 'get'
+ })
+}
+
+/**
+* 删除包装记录
+* @param {主键} pid
+*/
+export function delWmPackingrecord(pid) {
+ return request({
+ url: 'mes/pro/WmPackingrecord/' + pid,
+ method: 'delete'
+ })
+}
diff --git a/src/views/productManagement/labelPackage.vue b/src/views/productManagement/labelPackage.vue
deleted file mode 100644
index 83a02e3..0000000
--- a/src/views/productManagement/labelPackage.vue
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/productManagement/printlabel.vue b/src/views/productManagement/printlabel.vue
new file mode 100644
index 0000000..b0662bb
--- /dev/null
+++ b/src/views/productManagement/printlabel.vue
@@ -0,0 +1,463 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ form.id }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 满
+ 不满
+
+
+
+
+
+
+
+
+