|
|
@ -59,7 +59,7 @@ |
|
|
<el-button type="success" plain :loading="syncNpiLoading" @click="syncToNpi()">同步项目物料到NPI</el-button> |
|
|
<el-button type="success" plain :loading="syncNpiLoading" @click="syncToNpi()">同步项目物料到NPI</el-button> |
|
|
<el-button type="success" plain :loading="syncProofLoading" @click="syncProofToNpi()">同步打样到NPI</el-button> |
|
|
<el-button type="success" plain :loading="syncProofLoading" @click="syncProofToNpi()">同步打样到NPI</el-button> |
|
|
<el-button type="info" v-if="isAuth('833001005:set')" plain @click="openBuProcessConfigDialog">事业部进度设置</el-button> |
|
|
<el-button type="info" v-if="isAuth('833001005:set')" plain @click="openBuProcessConfigDialog">事业部进度设置</el-button> |
|
|
<el-button type="info" v-if="isAuth('833001005:set')" plain @click="openDefaultProcessConfigDialog">默认进度设置</el-button> |
|
|
|
|
|
|
|
|
<el-button type="info" v-if="isAuth('833001005:set2')" plain @click="openDefaultProcessConfigDialog">默认进度设置</el-button> |
|
|
</el-row> |
|
|
</el-row> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-form> |
|
|
</el-form> |
|
|
@ -3314,7 +3314,7 @@ export default { |
|
|
startDate: '', |
|
|
startDate: '', |
|
|
endDate: '', |
|
|
endDate: '', |
|
|
page: 1, |
|
|
page: 1, |
|
|
limit: 300 |
|
|
|
|
|
|
|
|
limit: 1000 |
|
|
} |
|
|
} |
|
|
return eamProjectInfoSearch(inData).then(({ data }) => { |
|
|
return eamProjectInfoSearch(inData).then(({ data }) => { |
|
|
if (!(data && data.code === 0)) { |
|
|
if (!(data && data.code === 0)) { |
|
|
@ -3375,7 +3375,7 @@ export default { |
|
|
massProductionEndDate: '', |
|
|
massProductionEndDate: '', |
|
|
feedingFlag: '0', |
|
|
feedingFlag: '0', |
|
|
page: 1, |
|
|
page: 1, |
|
|
limit: 300 |
|
|
|
|
|
|
|
|
limit: 1000 |
|
|
} |
|
|
} |
|
|
return eamProjectPartSearch(inData).then(({ data }) => { |
|
|
return eamProjectPartSearch(inData).then(({ data }) => { |
|
|
if (!(data && data.code === 0)) { |
|
|
if (!(data && data.code === 0)) { |
|
|
|