3/18 logo优化1.1

20240912_adapter
wangwei 4 months ago
parent 2eb7a3a544
commit be8dba78f6

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

@ -539,8 +539,8 @@ export default {
.user-avatar { .user-avatar {
cursor: pointer; cursor: pointer;
width: 20px; width: 18px;
height: 20px; height: 18px;
border-radius: 3px; border-radius: 3px;
} }

@ -71,9 +71,9 @@ export default {
width: 100%; width: 100%;
& .sidebar-logo { & .sidebar-logo {
width: 100px; width: 80px;
height: 60px; height: 40px;
margin-top: 23px; margin-top: 26px;
vertical-align: middle; vertical-align: middle;
margin-right: 12px; margin-right: 12px;
} }

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

@ -797,13 +797,11 @@
:close-on-click-modal="false" :close-on-click-modal="false"
:close-on-press-escape="false" :close-on-press-escape="false"
v-if="checkInvoice" v-if="checkInvoice"
@close="closecheckInvoice"
> >
<checkInvoice <checkInvoice
:closeDialog="closecheckInvoice" :closeDialog="closecheckInvoice"
:input="inputInv" :input="inputInv"
:getOrderDetails="getOrderDetails" :getOrderDetails="getOrderDetails"
:invoiceRow="detailList"
></checkInvoice> ></checkInvoice>
</el-dialog> </el-dialog>
@ -1100,13 +1098,11 @@ export default {
this.getList(); this.getList();
}, },
InvoiceRegister1(_this,row) { InvoiceRegister1(_this,row) {
_this.savebillno = _this.currentRow.billNo _this.savebillno = row.billNo
_this.inputInv = row; _this.inputInv = row;
_this.detailList.push(row)
_this.checkInvoice = true; _this.checkInvoice = true;
}, },
closecheckInvoice() { closecheckInvoice() {
this.detailList = []
this.checkInvoice = false; this.checkInvoice = false;
this.getList(); this.getList();
this.currentRow.billNo = this.savebillno; this.currentRow.billNo = this.savebillno;

@ -18,7 +18,7 @@
<el-card class="box-card"> <el-card class="box-card">
<div style="text-align: center; margin-top: 10px"> <div style="text-align: center; margin-top: 10px">
<div v-if="webLogo == ''"> <div v-if="webLogo == ''">
<img alt="element-logo" src="@/assets/logo/wyLogo.png" width="160" height="80"> <img alt="element-logo" src="@/assets/logo/wyLogo.png" width="120" height="60">
</div> </div>
<div v-else> <div v-else>
<img alt="element-logo" :src="webLogo"> <img alt="element-logo" :src="webLogo">
@ -142,7 +142,7 @@
color: white; color: white;
" "
> >
开发单位厦门高立新鹏软件科技有限公司 技术支持13459286066 开发单位厦门维衍科技有限公司 技术支持17705920868
</div> </div>
</div> </div>
</template> </template>

Loading…
Cancel
Save