This commit is contained in:
JIAL 2024-06-24 17:12:11 +08:00
parent ccfe9f6477
commit 3542e24e5a
4 changed files with 3 additions and 14 deletions

View File

@ -1,11 +0,0 @@
#for tests only !
#Mon Jun 24 09:46:12 CST 2024
jco.destination.pool_capacity=10
jco.client.lang=ZH
jco.client.ashost=172.19.0.125
jco.client.saprouter=
jco.client.user=RFC
jco.client.sysnr=00
jco.destination.peak_limit=10
jco.client.passwd=tY,yLKQSRITn/ly{TR1Q}|2,VW%w,IlHZqUivqRPS*zTX0NJ
jco.client.client=800

View File

@ -1,7 +1,7 @@
<template>
<el-dialog
:width="width || '900px'"
height="350px"
:height="height || '400px'"
:visible.sync="open"
:show-close="false" append-to-body>
<div slot="title" style="margin: 0px; padding: 0px">

View File

@ -46,7 +46,7 @@
<div style="padding: 10px">
<el-card class="box-card">
<div slot="header" class="clearfix">
<span>{{quote.quotCode}}</span>
<span @click="handleEdit(quote)">{{quote.quotCode}}</span>
<el-button style="float: right; padding: 3px; " type="text" @click="handleEdit(quote)">编辑</el-button>
</div>
<div class="text item">

View File

@ -183,7 +183,7 @@
</el-form-item>
</el-form>
<CustomerSelect :width="100 + '%'" ref="customerSelect" :open="customerOpen" @submit="submitCustomer" @cancel="customerOpen=false"></CustomerSelect>
<CustomerSelect :width="100 + '%'" :height="100 + '%'" ref="customerSelect" :open="customerOpen" @submit="submitCustomer" @cancel="customerOpen=false"></CustomerSelect>
<!-- 产品导入对话框 -->
<el-dialog :title="productUpload.title" :visible.sync="productUpload.open" width="400px" append-to-body>
<el-upload