Commit d23d8f9a authored by 李晓兵's avatar 李晓兵

'附件上传'

parent fcbd9d23
...@@ -568,6 +568,7 @@ export default { ...@@ -568,6 +568,7 @@ export default {
'pkvalue': check_id, 'pkvalue': check_id,
'source_type': 'PRJ_CDD_ITEM_CHECK', 'source_type': 'PRJ_CDD_ITEM_CHECK',
'picture': '', 'picture': '',
'check_id': check_id,
'filePath': '', 'filePath': '',
'attachment_id': '', 'attachment_id': '',
'user_id': 1, 'user_id': 1,
...@@ -600,6 +601,7 @@ export default { ...@@ -600,6 +601,7 @@ export default {
'pkvalue': check_id, 'pkvalue': check_id,
'source_type': 'PRJ_CDD_ITEM_CHECK', 'source_type': 'PRJ_CDD_ITEM_CHECK',
'picture': '', 'picture': '',
'check_id': check_id,
'filePath': '', 'filePath': '',
'attachment_id': '', 'attachment_id': '',
'user_id': 1, 'user_id': 1,
...@@ -608,7 +610,6 @@ export default { ...@@ -608,7 +610,6 @@ export default {
obj.filePath = imgUrl[i] obj.filePath = imgUrl[i]
list.push(obj) list.push(obj)
} }
// 拍完一张立马执行保存图片逻辑
vm.save_picture(list) vm.save_picture(list)
} }
let error = function () { let error = function () {
...@@ -1245,10 +1246,10 @@ export default { ...@@ -1245,10 +1246,10 @@ export default {
margin-left: 12px; margin-left: 12px;
float: left; float: left;
.close { .close {
position: absolute; position: relative;
color: #F96F68; color: #F96F68;
margin-top: -12%; margin-top: -100%;
margin-left: 12%; margin-left: -10%;
img{ img{
width: 14px; width: 14px;
height: 14px; height: 14px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment