Browse Source

删除入库列表中的总批次

dev
long 2 years ago
parent
commit
97172f9ef0
  1. 9
      src/views/activiti/form/ProcessMaterialWarehousingForm.vue

9
src/views/activiti/form/ProcessMaterialWarehousingForm.vue

@ -263,15 +263,6 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
placeholder: '请输入${title}',
defaultValue:'',
},
{
title: '入库总批次',
key: 'warehousingBatch',
type: FormTypes.inputNumber,
disabled: true,
width: '200px',
placeholder: '请输入${title}',
defaultValue: ''
},
{
title: '生产日期',
key: 'productionTime',

Loading…
Cancel
Save