3/17 logo更新1.0

dev_drug
wangwei 3 weeks ago
parent cbba6a46e5
commit 85aad9778c

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

@ -532,9 +532,9 @@ export default {
.user-avatar {
cursor: pointer;
width: 40px;
height: 40px;
border-radius: 10px;
width: 18px;
height: 18px;
border-radius: 3px;
}
.el-icon-caret-bottom {

@ -19,7 +19,7 @@
</template>
<script>
import logoImg from '@/assets/logo/logoDm.png'
import logoImg from '@/assets/logo/logo.png'
import variables from '@/assets/styles/variables.scss'
export default {
@ -71,9 +71,9 @@ export default {
width: 100%;
& .sidebar-logo {
width: 100px;
height: 100px;
margin-top: 12px;
width: 80px;
height: 53px;
margin-top: 24px;
vertical-align: middle;
margin-right: 12px;
}

@ -103,7 +103,7 @@ const user = {
const user = res.data;
const avatar =
user.avatar == "" || user.avatar == null
? require("@/assets/logo/logoDm.png")
? require("@/assets/logo/logo.png")
: user.avatar;
if (res.data.roles && res.data.roles.length > 0) {
// 验证返回的roles是否是一个非空数组

@ -155,99 +155,99 @@
</el-card>
</el-form>
<!--<el-tabs type="border-card" style="margin: 15px">-->
<!-- &lt;!&ndash;单据业务详情&ndash;&gt;-->
<!-- <el-tab-pane>-->
<!-- <span slot="label">单据 {{ input.billNo }}-单据详情</span>-->
<!-- <el-table-->
<!-- v-loading="bizDetailLoading"-->
<!-- :data="codeDetailList"-->
<!-- style="width: 100%"-->
<!-- border-->
<!-- @current-change="BizDetailInv"-->
<!-- @selection-change="handleSelectionUdiChange"-->
<!-- row-key="id"-->
<!-- highlight-current-row-->
<!-- >-->
<!-- <el-table-column type="selection" width="55"></el-table-column>-->
<!-- <el-table-column label="序号" type="index"></el-table-column>-->
<!-- <el-table-column-->
<!-- label="发票编码"-->
<!-- prop="invoiceCodes"-->
<!-- show-overflow-tooltip-->
<!-- ></el-table-column>-->
<!-- <el-table-column-->
<!-- label="物资名称"-->
<!-- prop="coName"-->
<!-- width="150"-->
<!-- show-overflow-tooltip-->
<!-- ></el-table-column>-->
<!-- <el-table-column-->
<!-- label="规格型号"-->
<!-- width="150"-->
<!-- prop="spec"-->
<!-- ></el-table-column>-->
<!-- <el-table-column-->
<!-- label="批次号"-->
<!-- width="100"-->
<!-- prop="batchNo"-->
<!-- ></el-table-column>-->
<!-- <el-table-column-->
<!-- label="数量"-->
<!-- prop="count"-->
<!-- width="100"-->
<!-- ></el-table-column>-->
<!-- <el-table-column-->
<!-- label="扫码数量"-->
<!-- prop="reCount"-->
<!-- width="100"-->
<!-- ></el-table-column>-->
<!-- <el-table-column-->
<!-- label="价格"-->
<!-- prop="price"-->
<!-- width="100"-->
<!-- ></el-table-column>-->
<el-tabs type="border-card" style="margin: 15px">
<!--单据业务详情-->
<el-tab-pane>
<span slot="label">单据 {{ input.billNo }}-单据详情</span>
<el-table
v-loading="bizDetailLoading"
:data="codeDetailList"
style="width: 100%"
border
@current-change="BizDetailInv"
@selection-change="handleSelectionUdiChange"
row-key="id"
highlight-current-row
>
<el-table-column type="selection" width="55"></el-table-column>
<el-table-column label="序号" type="index"></el-table-column>
<el-table-column
label="发票编码"
prop="invoiceCodes"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="物资名称"
prop="coName"
width="150"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="规格型号"
width="150"
prop="spec"
></el-table-column>
<el-table-column
label="批次号"
width="100"
prop="batchNo"
></el-table-column>
<el-table-column
label="数量"
prop="count"
width="100"
></el-table-column>
<el-table-column
label="扫码数量"
prop="reCount"
width="100"
></el-table-column>
<el-table-column
label="价格"
prop="price"
width="100"
></el-table-column>
<!-- <el-table-column-->
<!-- label="金额"-->
<!-- prop="amount"-->
<!-- width="100"-->
<!-- ></el-table-column>-->
<el-table-column
label="金额"
prop="amount"
width="100"
></el-table-column>
<!-- <el-table-column-->
<!-- label="生产日期"-->
<!-- prop="productDate"-->
<!-- width="100"-->
<!-- ></el-table-column>-->
<!-- <el-table-column-->
<!-- label="失效日期"-->
<!-- prop="expireDate"-->
<!-- width="100"-->
<!-- ></el-table-column>-->
<!-- <el-table-column width="100" label="计量单位" prop="measname">-->
<!-- </el-table-column>-->
<!-- <el-table-column-->
<!-- label="生产企业"-->
<!-- prop="manufacturer"-->
<!-- width="160"-->
<!-- show-overflow-tooltip-->
<!-- ></el-table-column>-->
<!-- <el-table-column-->
<!-- label="注册/备案号"-->
<!-- width="160"-->
<!-- prop="certCode"-->
<!-- show-overflow-tooltip-->
<!-- ></el-table-column>-->
<!-- </el-table>-->
<!-- <pagination-->
<!-- v-show="codeTotal > 0"-->
<!-- :total="codeTotal"-->
<!-- :page.sync="codeQuery.page"-->
<!-- :limit.sync="codeQuery.limit"-->
<!-- @pagination="getCodeDetailLists"-->
<!-- />-->
<!-- </el-tab-pane>-->
<!--</el-tabs>-->
<el-table-column
label="生产日期"
prop="productDate"
width="100"
></el-table-column>
<el-table-column
label="失效日期"
prop="expireDate"
width="100"
></el-table-column>
<el-table-column width="100" label="计量单位" prop="measname">
</el-table-column>
<el-table-column
label="生产企业"
prop="manufacturer"
width="160"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="注册/备案号"
width="160"
prop="certCode"
show-overflow-tooltip
></el-table-column>
</el-table>
<pagination
v-show="codeTotal > 0"
:total="codeTotal"
:page.sync="codeQuery.page"
:limit.sync="codeQuery.limit"
@pagination="getCodeDetailLists"
/>
</el-tab-pane>
</el-tabs>
<el-image-viewer
v-if="imgViewerVisible"
style="z-index: 9999"
@ -306,7 +306,7 @@ export default {
data() {
return {
idList: [],
// invoiceRow: [],
invoiceRow: [],
statusCode: null,
choiceFile: "选取文件",
fileList: [],
@ -482,10 +482,10 @@ export default {
components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer},
methods: {
onSubmit() {
// if (this.invoiceRow == null|| this.invoiceRow.length === 0) {
// this.$message.error("! ");
// return false;
// }
if (this.invoiceRow == null|| this.invoiceRow.length === 0) {
this.$message.error("请选择要登记的物资! ");
return false;
}
if (this.$isBlank(this.inputQuery.invoiceEncode)) {
this.$message.error("发票编码不能为空!");
return;
@ -519,8 +519,6 @@ export default {
} else {
this.postInvoice();
}
},
postInvoice() {

@ -794,13 +794,11 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
v-if="checkInvoice"
@close="closecheckInvoice"
>
<checkInvoice
:closeDialog="closecheckInvoice"
:input="inputInv"
:getOrderDetails="getOrderDetails"
:invoiceRow="detailList"
></checkInvoice>
</el-dialog>
@ -1063,7 +1061,6 @@ export default {
acceptQuery: null,
acceptOrderVisible: false,
subRow: null,
detailList:[],
};
},
components: {AcceptOrder, DialogInvoice, InvoiceRegister, ElImageViewer, InvoiceRegistrationDetermine, checkInvoice},
@ -1093,13 +1090,11 @@ export default {
this.getList();
},
InvoiceRegister1(_this,row) {
_this.savebillno = _this.currentRow.billNo
_this.savebillno = row.billNo
_this.inputInv = row;
_this.detailList.push(row)
_this.checkInvoice = true;
},
closecheckInvoice() {
this.detailList = []
this.checkInvoice = false;
this.getList();
this.currentRow.billNo = this.savebillno;

@ -21,7 +21,7 @@
>
<el-card class="box-card">
<div style="text-align: center; margin-top: 10px; margin-bottom: 15px">
<img alt="element-logo" src="@/assets/logo/logoDm.png"/>
<img alt="element-logo" src="@/assets/logo/logo.png" width="120" height="60"/>
</div>
<h3 class="title">用户登录</h3>
<el-form-item prop="username" class="item" style="margin-top: -20px">
@ -135,7 +135,7 @@
target="_blank"
style="margin-left: 20px; font-size: 12px"
>
开发单位厦门高立新鹏软件科技有限公司 技术支持400-990-9112
开发单位厦门维衍科技有限公司 技术支持17705920868
</a>
</div>
</div>

@ -15,7 +15,7 @@
<img
alt="element-logo"
style="width: 10%"
src="../assets/logo/logoDm.png"
src="../assets/logo/logo.png"
/>
</div>
<h3 class="title">医院供应商自助平台用户注册</h3>
@ -444,7 +444,7 @@
</el-card>
<div style="color: #2d3a4b; text-align: center">
<a href="http://www.xmglxp.com" style="color: #000000; font-size: 12px"
>厦门高立新鹏软件科技有限公司 &nbsp;13459286066</a
> 开发单位厦门维衍科技有限公司 &nbsp;17705920868</a
>
</div>
<div style="color: #2d3a4b; text-align: center">

@ -147,7 +147,7 @@ import { makeUpHtml, vueTemplate, vueScript, cssStyle } from '@/utils/generator/
import { makeUpJs } from '@/utils/generator/js'
import { makeUpCss } from '@/utils/generator/css'
import drawingDefault from '@/utils/generator/drawingDefault'
import logo from '@/assets/logo/logoDm.png'
import logo from '@/assets/logo/logo.png'
import CodeTypeDialog from './CodeTypeDialog'
import DraggableItem from './DraggableItem'

Loading…
Cancel
Save