@@ -200,6 +218,8 @@
baseEmpRequisiteOrderVO = {
requisiteId: Data.requisiteId,
requisitieCode: Data.requisitieCode,
+ deptName: Data.deptName,
+ postName: Data.postName,
correlationCode: Data.correlationCode,
remark: Data.remark,
materialAmount: 0,
diff --git a/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/empRequisiteOrder.html b/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/empRequisiteOrder.html
index 3b2a15db..c6907631 100644
--- a/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/empRequisiteOrder.html
+++ b/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/empRequisiteOrder.html
@@ -91,17 +91,19 @@
{title: '领料状态',field: 'requisitieStatus',
formatter: function(value, row, index) {return $.table.selectDictLabel(requisitieStatusDatas, value);}
},
- {title: '领料单编号',field: 'requisitieCode',},
- {title: '领料人',field: 'createBy',},
- {title: '关联销售订单号',field: 'correlationCode',},
+ {title: '领料单号',field: 'requisitieCode',},
+ {title: '领料员',field: 'createBy',},
+ {title: '关联订单号',field: 'correlationCode',},
{title: '物料合计',field: 'materialAmount', },
{title: '数量总计',field: 'materialSum',},
- {title: '不含税总价(RMB)',field: 'noRmbSum',},
- {title: '含税总价(RMB)',field: 'rmbSum',},
+ {title: '不含税总价(RMB)',field: 'noRmbSum',visible: false},
+ {title: '含税总价(RMB)',field: 'rmbSum',visible: false},
{title: '申请人',field: 'applyUser',visible: false},
{title: '录入时间',field: 'createTime',},
+ {title: '更新人',field: 'updateBy',},
+ {title: '上次更新时间',field: 'updateTime',},
{title: '备注',field: 'remark'},
- {title: '使用状态',field: 'useStatus',
+ {title: '使用状态',field: 'useStatus',visible: false,
formatter: function(value, row, index) {return $.table.selectDictLabel(useStatusDatas, value);}
},
{
@@ -124,14 +126,8 @@
// 进度查看
actions.push('
进度查看 ');
}
-
actions.push('
编辑 ');
actions.push('
详情 ');
- if(row.delFlag == '0'){
- actions.push('
作废 ');
- }else{
- actions.push('
恢复 ');
- }
return actions.join('');
}
}
diff --git a/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/taskScjlVerify.html b/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/taskScjlVerify.html
index 22ca0fd4..ecf45fd2 100644
--- a/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/taskScjlVerify.html
+++ b/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/taskScjlVerify.html
@@ -17,19 +17,37 @@
+
+
+
@@ -119,7 +137,7 @@
return $.table.selectDictLabel(processMethodDatas, value);
}
},
- {title: '物料的数量', field: 'materialNum',align: 'center',editable: true,},
+ {title: '物料的数量', field: 'materialNum',align: 'center',},
{title: '物料的不含税单价(RMB)',field: 'materialNoRmb',align: 'center',},
{title: '物料的含税单价(RMB)',field: 'materialRmb',align: 'center',},
{title: '物料的含税总价(RMB)',field: 'materialNoRmbSum',align: 'center',},
@@ -128,7 +146,7 @@
{title: '录入时间',field: 'createTime',align: 'center',visible: false },
{title: '更新人',field: 'updateBy',align: 'center',visible: false},
{title: '上次更新时间',field: 'updateTime',align: 'center',visible: false},
- {title: '备注',field: 'remark',align: 'center',editable: true},
+ {title: '备注',field: 'remark',align: 'center',},
],
onEditableSave:function(field, row, oldValue, $el){
row.materialNoRmbSum = Number(row.materialNum * Number(row.materialNoRmb)).toFixed(2);
diff --git a/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/taskSczgVerify.html b/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/taskSczgVerify.html
index f9b88463..a58de0d3 100644
--- a/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/taskSczgVerify.html
+++ b/ruoyi-admin/src/main/resources/templates/system/empRequisiteOrder/taskSczgVerify.html
@@ -17,19 +17,37 @@
+
+
+
@@ -120,7 +138,7 @@
return $.table.selectDictLabel(processMethodDatas, value);
}
},
- {title: '物料的数量', field: 'materialNum',align: 'center',editable: true,},
+ {title: '物料的数量', field: 'materialNum',align: 'center',},
{title: '物料的不含税单价(RMB)',field: 'materialNoRmb',align: 'center',},
{title: '物料的含税单价(RMB)',field: 'materialRmb',align: 'center',},
{title: '物料的含税总价(RMB)',field: 'materialNoRmbSum',align: 'center',},
@@ -129,7 +147,7 @@
{title: '录入时间',field: 'createTime',align: 'center',visible: false },
{title: '更新人',field: 'updateBy',align: 'center',visible: false},
{title: '上次更新时间',field: 'updateTime',align: 'center',visible: false},
- {title: '备注',field: 'remark',align: 'center',editable: true},
+ {title: '备注',field: 'remark',align: 'center',},
],
};
console.log(options.data);