未符合项新增编辑修改
This commit is contained in:
@@ -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, //条款号
|
||||
|
||||
Reference in New Issue
Block a user