gaoluyang
昨天 b64a0deae5b5d33f9e20671a68936b27f0b9b00b
src/views/mes/workbench/components/tabs/FeedbackHistoryTab.vue
@@ -46,7 +46,7 @@
/** 编辑(仅草稿) */
function handleEdit(row: MesProFeedbackApi.Feedback) {
  formModalApi.setData({ formType: 'update', id: row.id }).open();
  formModalApi.setData({ formType: 'update', id: row.id, showSubmitButton: false }).open();
}
/** 删除(仅草稿) */
@@ -100,7 +100,7 @@
        width: 160,
        slots: { default: 'code' },
      },
      { field: 'workOrderCode', title: '工单编码', width: 140 },
      { field: 'taskCode', title: '任务编码', width: 140 },
      { field: 'processName', title: '工序', width: 100 },
      { field: 'itemName', title: '产品', minWidth: 120 },
      { field: 'feedbackQuantity', title: '报工数量', width: 100 },