自动排产
This commit is contained in:
@@ -19,13 +19,13 @@ const versionRequirements = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
if (shell.which('npm')) {
|
// if (shell.which('npm')) {
|
||||||
versionRequirements.push({
|
// versionRequirements.push({
|
||||||
name: 'npm',
|
// name: 'npm',
|
||||||
currentVersion: exec('npm --version'),
|
// currentVersion: exec('npm --version'),
|
||||||
versionRequirement: packageConfig.engines.npm
|
// versionRequirement: packageConfig.engines.npm
|
||||||
})
|
// })
|
||||||
}
|
// }
|
||||||
|
|
||||||
module.exports = function() {
|
module.exports = function() {
|
||||||
const warnings = []
|
const warnings = []
|
||||||
|
|||||||
1930
src/views/ManufacturingCenter/AutomaticScheduling/index.vue
Normal file
1930
src/views/ManufacturingCenter/AutomaticScheduling/index.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user