|
@@ -838,15 +838,15 @@ request
|
|
|
const d = res.data.result
|
|
|
if (res.status === 200 && res.data.code === 1) {
|
|
|
soData.value = d
|
|
|
- if (d.Package_not_complate === true) {
|
|
|
- ElNotification({
|
|
|
- duration: 0,
|
|
|
- type: 'error',
|
|
|
- title: '出错啦!',
|
|
|
- message: 'Please confirm current package before a create a new one',
|
|
|
- })
|
|
|
- return false
|
|
|
- }
|
|
|
+ // if (d.Package_not_complate === true) {
|
|
|
+ // ElNotification({
|
|
|
+ // duration: 0,
|
|
|
+ // type: 'error',
|
|
|
+ // title: '出错啦!',
|
|
|
+ // message: 'Please confirm current package before a create a new one',
|
|
|
+ // })
|
|
|
+ // return false
|
|
|
+ // }
|
|
|
firstName.value = (route.query.firstName as string) || ''
|
|
|
form.value.creator_userid = (route.query.userName as string) || ''
|
|
|
form.value.job_name = d.Contract_Title
|