|
@@ -171,7 +171,7 @@
|
|
<div class="upLoad">
|
|
<div class="upLoad">
|
|
<el-upload class="avatar-uploader" action="https://www.zthymaoyi.com/upload/admin" :show-file-list="false"
|
|
<el-upload class="avatar-uploader" action="https://www.zthymaoyi.com/upload/admin" :show-file-list="false"
|
|
:on-success="handleAvatarSuccess">
|
|
:on-success="handleAvatarSuccess">
|
|
-
|
|
|
|
|
|
+
|
|
<div v-if='imageUrl.length>0'>
|
|
<div v-if='imageUrl.length>0'>
|
|
<div style='display:inline-block;' v-for='item in imageUrl'>
|
|
<div style='display:inline-block;' v-for='item in imageUrl'>
|
|
<img :src="item" class="avatar" />
|
|
<img :src="item" class="avatar" />
|
|
@@ -205,7 +205,7 @@
|
|
<el-upload class="avatar-uploader" action="https://www.zthymaoyi.com/upload/admin" :show-file-list="false"
|
|
<el-upload class="avatar-uploader" action="https://www.zthymaoyi.com/upload/admin" :show-file-list="false"
|
|
:on-success="handleAvatarSuccess">
|
|
:on-success="handleAvatarSuccess">
|
|
<!-- <img v-if="imageUrl" :src="imageUrl" class="avatar" />
|
|
<!-- <img v-if="imageUrl" :src="imageUrl" class="avatar" />
|
|
- <i v-else class="el-icon-plus avatar-uploader-icon"></i> -->
|
|
|
|
|
|
+ <i v-else class="el-icon-plus avatar-uploader-icon"></i> -->
|
|
<div v-if='imageUrl.length>0'>
|
|
<div v-if='imageUrl.length>0'>
|
|
<div style='display:inline-block;' v-for='item in imageUrl'>
|
|
<div style='display:inline-block;' v-for='item in imageUrl'>
|
|
<img :src="item" class="avatar" />
|
|
<img :src="item" class="avatar" />
|
|
@@ -222,42 +222,6 @@
|
|
</ws-form>
|
|
</ws-form>
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
- <!-- 付款截图 -->
|
|
|
|
- <!-- <el-dialog width="50%" :visible.sync="showPayImgs" :append-to-body="true" title="付款截图">
|
|
|
|
- <el-upload action="https://www.zthymaoyi.com/upload/admin" list-type="picture-card"
|
|
|
|
- :on-success="handleAvatarSuccess1" :file-list='payImg' :limit='1'>
|
|
|
|
- <i slot="default" class="el-icon-plus"></i>
|
|
|
|
- <div slot="file" slot-scope="{file}">
|
|
|
|
- <img class="el-upload-list__item-thumbnail" :src="file.url" alt="">
|
|
|
|
-
|
|
|
|
- <span class="el-upload-list__item-actions">
|
|
|
|
- <span class="el-upload-list__item-preview" @click="handlePictureCardPreview(file)">
|
|
|
|
- <i class="el-icon-zoom-in"></i>
|
|
|
|
- </span>
|
|
|
|
- <span v-if="!disabled" class="el-upload-list__item-delete" @click="_handleRemove(file)">
|
|
|
|
- <i class="el-icon-delete"></i>
|
|
|
|
- </span>
|
|
|
|
- </span>
|
|
|
|
- </div>
|
|
|
|
- </el-upload>
|
|
|
|
- <div style="text-align: center; margin: 10px auto">
|
|
|
|
- <el-button @click="showPayImgs = false" type="primary">关闭</el-button>
|
|
|
|
- </div>
|
|
|
|
- </el-dialog> -->
|
|
|
|
- <!-- <div style="text-align: center">
|
|
|
|
- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
|
|
|
|
- :page-sizes="[10, 30, 50, 100, 500, 1000, 9999]" layout="total, sizes, prev, pager, next, jumper"
|
|
|
|
- :total="deptBudgetTotal"></el-pagination>
|
|
|
|
- <el-dialog width="70%" class="table-content" center :visible.sync="isShowPrint"
|
|
|
|
- :title="printData.compName + '结算凭证'">
|
|
|
|
- <paymentPrint :printData="printData" :customerInfo="customerList" :showType="ruleForm.type"></paymentPrint>
|
|
|
|
- <div style="text-align: center">
|
|
|
|
- <el-button type="primary" @click="isShowPrint = false">关闭</el-button>
|
|
|
|
- <el-button type="primary" @click="printSmall">打印小票</el-button>
|
|
|
|
- <el-button type="primary" @click="printBig">打印单据</el-button>
|
|
|
|
- </div>
|
|
|
|
- </el-dialog>
|
|
|
|
- </div> -->
|
|
|
|
<el-dialog :visible.sync="dialogVisible">
|
|
<el-dialog :visible.sync="dialogVisible">
|
|
<img width="100%" :src="dialogImageUrl" alt="">
|
|
<img width="100%" :src="dialogImageUrl" alt="">
|
|
</el-dialog>
|
|
</el-dialog>
|
|
@@ -1268,9 +1232,10 @@
|
|
if (this.modification.length == 0) {
|
|
if (this.modification.length == 0) {
|
|
this.$message.warning('请选择要驳回的条目')
|
|
this.$message.warning('请选择要驳回的条目')
|
|
} else {
|
|
} else {
|
|
|
|
+
|
|
for (let i = 0; i < this.modification.length; i++) {
|
|
for (let i = 0; i < this.modification.length; i++) {
|
|
if (!this.modification[i].taskId) {
|
|
if (!this.modification[i].taskId) {
|
|
- this.$message.warning('序号第' + (i + 1) + '条数据无需审核,请重新勾选审核数据!')
|
|
|
|
|
|
+ this.$message.warning('勾选数据中存在超出账号权限的审核条目,请重新勾选!')
|
|
return
|
|
return
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1326,7 +1291,7 @@
|
|
} else {
|
|
} else {
|
|
for (let i = 0; i < this.modification.length; i++) {
|
|
for (let i = 0; i < this.modification.length; i++) {
|
|
if (!this.modification[i].taskId) {
|
|
if (!this.modification[i].taskId) {
|
|
- this.$message.warning('序号第' + (i + 1) + '条数据无需审核,请重新勾选审核数据!')
|
|
|
|
|
|
+ this.$message.warning('勾选数据中存在超出账号权限的审核条目,请重新勾选!')
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (this.modification[i].num > this.modification[i].grainDelivery) {
|
|
if (this.modification[i].num > this.modification[i].grainDelivery) {
|