Commit 6bfb531d authored by Mac's avatar Mac

1

parent 2cf13b70
...@@ -438,6 +438,7 @@ ...@@ -438,6 +438,7 @@
<script> <script>
import moment from "moment" import moment from "moment"
import {getSchoolPage} from '../../../api/school/index' import {getSchoolPage} from '../../../api/school/index'
import {UploadSelfFile} from '../../../api/common/common'
export default { export default {
data(){ data(){
...@@ -1107,13 +1108,13 @@ ...@@ -1107,13 +1108,13 @@
newArr.push(file.file) newArr.push(file.file)
let path = "/Upload/Temporary/" let path = "/Upload/Temporary/"
this.$message.info('上传中...') this.$message.info('上传中...')
this.UploadSelfFileT(path, newArr, x => { UploadSelfFile('Temporary', file.file, x => {
let fileSize = file.file.size<1024? file.file.size:(file.file.size / 1024).toFixed(0); let fileSize = file.file.size<1024? file.file.size:(file.file.size / 1024).toFixed(0);
this.saveMsg.push({ this.saveMsg.push({
Content: x.data.FilePath, Content: x.FileUrl,
ID:0, ID:0,
Type:fileTypeNumber, Type:fileTypeNumber,
Url: this.domainManager().ViittoFileUrl + x.data.FilePath, Url: x.FileUrl,
}) })
this.addMsg.vorcherInos = this.saveMsg; this.addMsg.vorcherInos = this.saveMsg;
this.Success('上传成功'); this.Success('上传成功');
......
...@@ -152,7 +152,7 @@ export default { ...@@ -152,7 +152,7 @@ export default {
delegateContent:'', delegateContent:'',
InitiatorEmpId: 0 InitiatorEmpId: 0
}, },
delegateContent:[], delegateContent:[2],
transactionDate:[], transactionDate:[],
loading:false, loading:false,
searchList:[], searchList:[],
......
...@@ -670,7 +670,7 @@ ...@@ -670,7 +670,7 @@
</p> </p>
</template> </template>
<p> <p>
{{$t('visa.v_yewuyuan')}}<span class="_r_name _jump_page">{{emplyeeName}}</span> 集团名称<span class="_r_name _jump_page">{{emplyeeName}}</span>
</p> </p>
</div> </div>
<div class="_explain"> <div class="_explain">
......
...@@ -572,7 +572,7 @@ ...@@ -572,7 +572,7 @@
</p> </p>
</template> </template>
<p> <p>
{{$t('visa.v_yewuyuan')}}<span class="_r_name _jump_page">{{emplyeeName}}</span> 集团名称<span class="_r_name _jump_page">{{emplyeeName}}</span>
</p> </p>
</div> </div>
<div class="_explain"> <div class="_explain">
......
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