Commit 6bfb531d authored by Mac's avatar Mac

1

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