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,
isForm: false,
table: {
width: 250,
width: 320,
fixed: 'right'
},
}

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

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

Loading…
Cancel
Save