Browse Source

调试

master
zhaoyiran 7 months ago
parent
commit
c778840e7f
  1. 2
      src/views/eam/device/deviceSpotInspectionRecordMain/index.vue
  2. 2
      src/views/eam/mold/moldSpotInspectionRecordMain/index.vue

2
src/views/eam/device/deviceSpotInspectionRecordMain/index.vue

@ -263,7 +263,7 @@ const isShowMainButton = (row, val) => {
// - // -
const butttondata = (row) => { const butttondata = (row) => {
return [ return [
defaultButtons.approveBtn({ hasPermi:'eam:device-spot-inspection-record-main:approve', hide: !(row.status == 'COMPLETED')}), // defaultButtons.approveBtn({ hasPermi:'eam:device-spot-inspection-record-main:update', hide: !(row.status == 'COMPLETED')}), //
] ]
} }
const onChange = (field, cur, item) => { const onChange = (field, cur, item) => {

2
src/views/eam/mold/moldSpotInspectionRecordMain/index.vue

@ -262,7 +262,7 @@ const isShowMainButton = (row, val) => {
// - // -
const butttondata = (row) => { const butttondata = (row) => {
return [ return [
defaultButtons.approveBtn({ hasPermi:'eam:mold-spot-inspection-record-main:approve', hide: !(row.status == 'COMPLETED')}), // defaultButtons.approveBtn({ hasPermi:'eam:mold-spot-inspection-record-main:update', hide: !(row.status == 'COMPLETED')}), //
] ]
} }
const onChange = (field, cur, item) => { const onChange = (field, cur, item) => {

Loading…
Cancel
Save