Browse Source

按钮条件

hella_online_20241128
yufei_wang 6 days ago
parent
commit
ba630352ee
  1. 2
      src/views/wms/countManage/count/countJobMain/countJobMain.data.ts
  2. 2
      src/views/wms/countManage/count/countJobMain/index.vue

2
src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

@ -541,7 +541,7 @@ export const CountJobMain = useCrudSchemas(reactive<CrudSchema[]>([
isDetail: false, isDetail: false,
isForm: false, isForm: false,
table: { table: {
width: 250, width: 320,
fixed: 'right' fixed: 'right'
}, },
} }

2
src/views/wms/countManage/count/countJobMain/index.vue

@ -241,7 +241,7 @@ const butttondata = (row, $index) => {
{ {
label: '线边盘点', label: '线边盘点',
name: 'lineTypeImport', name: 'lineTypeImport',
hide: false,//row.isLineType!=true, hide: row.isLineType!=true,
type: 'success', type: 'success',
color: '', color: '',
link: true, // link: true, //

Loading…
Cancel
Save