import {post} from '@config/http.js' /** 软废组桶标签打印-新-2024/10/17 */ // 根据ERP编码查询MES编码 export const queryErpId = (code) => post('api/pda/set/bucketNotbag/queryErpId', { material_code: code }) // 软废无袋组桶标签打印-确定组桶(点击确定组桶按钮) export const confirmGroupBucketNo = (mst) => post('api/pda/set/bucketNotbag/confirmGroupBucket', { mst: mst }) // 软废无袋组桶标签打印-确定组桶打印(点击确定组桶按钮) export const bucketPrintNo = (code) => post('api/pda/set/bucketNotbag/print', { bucketunique: code })