Commit 51770141 authored by 沈翠玲's avatar 沈翠玲

解决A类问题

parent 24e447c0
......@@ -101,6 +101,12 @@ const install = (Vue, vm) => {
config.adminPath + '/mobile/pro/protask/feedBackPackage',
params
),
//装箱打印
blPackagePrintInfo: (params = {}) =>
vm.$u.post(
config.adminPath + '/pro/packagePrintRecord/blPackagePrintInfo',
params
),
//生产报工补打印
rePackageInfoPrint: (params = {}) =>
vm.$u.postJson(
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment