diff --git a/src/views/outbounds/component/printoutbounds.vue b/src/views/outbounds/component/printoutbounds.vue index 7850a7f..7dda111 100644 --- a/src/views/outbounds/component/printoutbounds.vue +++ b/src/views/outbounds/component/printoutbounds.vue @@ -31,7 +31,7 @@ {{inven?'批次:'+inven.rukupici+'-顺序号:'+inven.shunxuhao:''}} - +
经办人签字区
+领用人签字区
年 月 @@ -364,14 +364,14 @@ export default { 'value': wzbm }] }) - + // 过滤有库存的数据 const filteredData = res.list.data.filter(item => (Number(item.zaikushuliang) - item.wait_num) > 0) - + // 按照 rukupici 分组 const groupedData = filteredData.reduce((acc, item) => { const rukupici = item.rukupici || '未知批次' - + if (!acc[rukupici]) { acc[rukupici] = [] } @@ -380,7 +380,7 @@ export default { }) return acc }, {}) - + // 转换为 Element UI 级联选择器格式 this.sxhList = Object.keys(groupedData).map(rukupici => ({ label: '批次:'+rukupici,