未符合项新增编辑修改

This commit is contained in:
shenyanpei
2021-11-30 10:39:47 +08:00
parent a2c4aa9309
commit 652ad0bc3d
2 changed files with 137 additions and 152 deletions
+4 -2
View File
@@ -63,12 +63,13 @@ export function meetingByMonth(params) {
//未符合项模块新增
export function addUn(
closeState, standSerialNumber, standName,
closeState,standId, standSerialNumber, standName,
itemsNum, itemsName, productType,
productLine, productName, reason, responsibleUnit,
dutyEngineer, authEngineer, qaEngineer, planCloseTime) {
const data = {
closeState,
standId,
standSerialNumber, //标准号
standName, //标准名称
itemsNum, //条款号
@@ -92,12 +93,13 @@ export function addUn(
//未符合项模块编辑
export function editUn(
closeState, standSerialNumber, standName,
closeState, standId, standSerialNumber, standName,
itemsNum, itemsName, productType,
productLine, productName, reason, responsibleUnit,
dutyEngineer, authEngineer, qaEngineer, planCloseTime, id) {
const data = {
closeState,
standId,
standSerialNumber, //标准号
standName, //标准名称
itemsNum, //条款号