Commit c8a02697 by 刘泽奇

123

parent 7a2327c6
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -524,5 +524,5 @@
width: 66%;
}
.jdindentdetail-drawer .selftmreg_main .el-form-item{
margin-bottom: 10px !important;
margin-bottom: 20px !important;
}
......@@ -575,9 +575,9 @@
</el-form-item>
<div style="clear:both;"></div>
<el-drawer title="" :visible.sync="toViewImgType" center width="72%" append-to-body>
<el-dialog title="" :visible.sync="toViewImgType" center width="72%" append-to-body>
<img :src="toViewImgSrc" style="max-width:100%;display: block;margin: 0 auto;" alt="">
</el-drawer>
</el-dialog>
</div>
</div>
......@@ -873,7 +873,7 @@
</el-drawer>
<div style="text-align:center;">
<span class="dialog-footer" style="margin-top:15px;">
<span class="dialog-footer" style="margin-top:5px;">
<el-button @click="submitEdit(headerInfo)"
style="width:140px;height:36px;background:rgba(38,146,255,1);border-radius:4px;color:#fff;">
提交</el-button>
......
......@@ -310,7 +310,9 @@
nclIndex: "",
editNcl: {},
editDeliveryInfo: {},
editApply: {},
editApply: {
customerType:'ent',
},
message: {
info: "",
show: false,
......
......@@ -177,13 +177,13 @@
</gsb-upload>
</div>
</div>
<!-- <div class="upload-img" @mouseover="mouseOverDemo(1)" @mouseleave="mouseLeaveDemo(1)">
<div class="upload-img" @mouseover="mouseOverDemo(1)" @mouseleave="mouseLeaveDemo(1)">
<img
:src="applyInfo.customerType == \'ent\' ? \'/imgs/sbzc/yyzz1.png\' : \'imgs/sbzc/yyzz.png\'" />
:src="stuff.customerType == \'ent\' ? \'/imgs/sbzc/yyzz1.png\' : \'imgs/sbzc/yyzz.png\'" />
<div v-if="toViewImgKey == 1" class="toViewImg"
@click="toViewImg(applyInfo.customerType == \'ent\' ? \'/imgs/sbzc/yyzzD1.png\' : \'imgs/sbzc/yyzzD.png\')">
查看大图</div>
</div> -->
</div>
</el-form-item>
<el-form-item class="gsb_items" v-if="stuff.customerType==\'person\'" label="">
......@@ -290,9 +290,9 @@
</el-form-item>
<div style="clear:both;"></div>
<el-drawer title="" :visible.sync="toViewImgType" center width="72%" append-to-body>
<el-dialog title="" :visible.sync="toViewImgType" center width="72%" append-to-body>
<img :src="toViewImgSrc" style="max-width:100%;display: block;margin: 0 auto;" alt="">
</el-drawer>
</el-dialog>
</div>
</div>
......
......@@ -217,7 +217,7 @@
index: 0,
orderId: "",
stuff: {},
showUploadStuff: 0,
showUploadStuff: 1,
currentOrderNo: "",
currentOrderType: "",
navActive:'first',
......
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