diff --git a/src/views/activiti/form/ProcessMaterialWarehousingForm.vue b/src/views/activiti/form/ProcessMaterialWarehousingForm.vue index 01a732a..623acaf 100644 --- a/src/views/activiti/form/ProcessMaterialWarehousingForm.vue +++ b/src/views/activiti/form/ProcessMaterialWarehousingForm.vue @@ -205,7 +205,14 @@ import JSelectCompany from '../../../components/jeecgbiz/JSelectCompany' title: '单价', key: 'materialPrice', type: FormTypes.inputNumber, - disabled: true, + width:"200px", + placeholder: '请输入${title}', + defaultValue:'', + }, + { + title: '数量', + key: 'materialQuantity', + type: FormTypes.inputNumber, width:"200px", placeholder: '请输入${title}', defaultValue:'', diff --git a/src/views/activiti/todoManage.vue b/src/views/activiti/todoManage.vue index 16c10f1..6150f6a 100644 --- a/src/views/activiti/todoManage.vue +++ b/src/views/activiti/todoManage.vue @@ -172,8 +172,8 @@ 站内消息通知 - 短信通知 - 邮件通知 + diff --git a/src/views/processmaterials/ProcessUdgetPlanMaterialList.vue b/src/views/processmaterials/ProcessUdgetPlanMaterialList.vue index b999412..efd38f0 100644 --- a/src/views/processmaterials/ProcessUdgetPlanMaterialList.vue +++ b/src/views/processmaterials/ProcessUdgetPlanMaterialList.vue @@ -180,11 +180,11 @@ align:"center", dataIndex: 'librarySign' },*/ - { + /* { title:'核算属性', align:"center", dataIndex: 'materialType_dictText' - }, + },*/ { title:'物料名称及规格型号', align:"center", @@ -205,11 +205,11 @@ align:"center", dataIndex: 'materialPrice' }, - { + /* { title:'对比单价', align:"center", dataIndex: 'contrastPrice' - }, + },*/ { title:'数量', align:"center", diff --git a/src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue b/src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue index 750f451..34ad95c 100644 --- a/src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue +++ b/src/views/suppliesstronger/ProcessSuppliesStrongerLists.vue @@ -226,7 +226,7 @@ dataIndex: 'amount' }, { - title:'单价', + title:'平均价格', align:"center", dataIndex: 'price' },