|
|
|
@ -200,6 +200,7 @@ export default {
|
|
|
|
|
checkPc: null,
|
|
|
|
|
checkWebNew: null,
|
|
|
|
|
checkChange: null,
|
|
|
|
|
checkCopy: null,
|
|
|
|
|
secCheckUdims: null,
|
|
|
|
|
secCheckPdaEd: null,
|
|
|
|
|
secCheckPdaUn: null,
|
|
|
|
@ -211,6 +212,7 @@ export default {
|
|
|
|
|
checkSp: null,
|
|
|
|
|
checkBalacne: null,
|
|
|
|
|
secCheckBalacne: null,
|
|
|
|
|
secCheckCopy: null,
|
|
|
|
|
corpType: null,
|
|
|
|
|
storageCode: null,
|
|
|
|
|
supplementOrderType: null,
|
|
|
|
@ -409,6 +411,8 @@ export default {
|
|
|
|
|
defaultSubInv: row.defaultSubInv,
|
|
|
|
|
defaultInv: row.defaultInv,
|
|
|
|
|
orderVisibleType: row.orderVisibleType,
|
|
|
|
|
checkCopy: row.checkCopy,
|
|
|
|
|
secCheckCopy: row.secCheckCopy,
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
this.modifyDialogVisible = true;
|
|
|
|
|