确认取货板面调整

20240912_adapter
yewj 5 months ago
parent 0248ca7160
commit 004bda3db5

@ -13,16 +13,16 @@
<el-row :gutter="0" style="margin-top: 15px"> <el-row :gutter="0" style="margin-top: 15px">
<el-col :span="24" align="right"> <el-col :span="24" align="right">
<el-button-group> <el-button-group>
<el-button type="primary" @click.native="deleteCode" <!-- <el-button type="primary" @click.native="deleteCode"-->
v-if="labelName == 1" <!-- v-if="labelName == 1"-->
:disabled="formData.billNo == null" <!-- :disabled="formData.billNo == null"-->
>扫码剔除 <!-- >扫码剔除-->
</el-button> <!-- </el-button>-->
<el-button size="mini" type="primary" <!-- <el-button size="mini" type="primary"-->
v-if="labelName == 2" <!-- v-if="labelName == 2"-->
@click.native="overdeleteCode" <!-- @click.native="overdeleteCode"-->
>结束剔除 <!-- >结束剔除-->
</el-button> <!-- </el-button>-->
<el-button <el-button
type="primary" type="primary"
:disabled="formData.billNo || (this.formDataVisible != null && this.formDataVisible.scanType == 1)" :disabled="formData.billNo || (this.formDataVisible != null && this.formDataVisible.scanType == 1)"
@ -35,18 +35,18 @@
@click.native="selectPrescribe()" @click.native="selectPrescribe()"
>选单 >选单
</el-button> </el-button>
<el-button <!-- <el-button-->
type="primary" <!-- type="primary"-->
:disabled="!formData.billNo" <!-- :disabled="!formData.billNo"-->
@click.native="saveDraftOrder()" <!-- @click.native="saveDraftOrder()"-->
>挂起 <!-- >挂起-->
</el-button> <!-- </el-button>-->
<el-button <!-- <el-button-->
type="primary" <!-- type="primary"-->
:disabled="!formData.billNo" <!-- :disabled="!formData.billNo"-->
@click.native="cancelOrder()" <!-- @click.native="cancelOrder()"-->
>放弃 <!-- >放弃-->
</el-button> <!-- </el-button>-->
<el-button <el-button
type="primary" type="primary"
:disabled="!formData.billNo" :disabled="!formData.billNo"
@ -162,79 +162,79 @@
</el-row> </el-row>
<div style="border: 1px solid #ebeef5;border-radius: 2px;margin-top: 15px;padding: 15px"> <!-- <div style="border: 1px solid #ebeef5;border-radius: 2px;margin-top: 15px;padding: 15px">-->
<el-row :gutter="0" style="margin-top: 5px"> <!-- <el-row :gutter="0" style="margin-top: 5px">-->
<el-col :span="20"> <!-- <el-col :span="20">-->
<el-form-item prop="code" :label="scanTip" label-width="80px"> <!-- <el-form-item prop="code" :label="scanTip" label-width="80px">-->
<el-input <!-- <el-input-->
id="inputer" <!-- id="inputer"-->
@focus="getInputFocus($event)" <!-- @focus="getInputFocus($event)"-->
@keypress.enter.native="enterKey($event)" <!-- @keypress.enter.native="enterKey($event)"-->
ref="inputRef" <!-- ref="inputRef"-->
style="ime-mode: disabled" <!-- style="ime-mode: disabled"-->
type="tel" <!-- type="tel"-->
:placeholder="this.placeholder" <!-- :placeholder="this.placeholder"-->
v-model="scanCode" <!-- v-model="scanCode"-->
></el-input> <!-- ></el-input>-->
<!-- :disabled="scanDisabled"--> <!-- &lt;!&ndash; :disabled="scanDisabled"&ndash;&gt;-->
</el-form-item> <!-- </el-form-item>-->
</el-col> <!-- </el-col>-->
<el-col :span="4"> <!-- <el-col :span="4">-->
<el-button-group style="display: flex;"> <!-- <el-button-group style="display: flex;">-->
<el-button <!-- <el-button-->
type="primary" <!-- type="primary"-->
size="mini" <!-- size="mini"-->
icon="el-icon-search" <!-- icon="el-icon-search"-->
@click.native.stop="addCode()" <!-- @click.native.stop="addCode()"-->
style="margin-left: 15px" <!-- style="margin-left: 15px"-->
> <!-- >-->
</el-button> <!-- </el-button>-->
<!-- :disabled="!formData.billNo || (this.formDataVisible != null && this.formDataVisible.scanType == 1)"--> <!-- &lt;!&ndash; :disabled="!formData.billNo || (this.formDataVisible != null && this.formDataVisible.scanType == 1)"&ndash;&gt;-->
<el-button type="primary" <!-- <el-button type="primary"-->
@click="addGs">ALT+29 <!-- @click="addGs">ALT+29-->
</el-button> <!-- </el-button>-->
<el-button <!-- <el-button-->
type="primary" <!-- type="primary"-->
size="mini" <!-- size="mini"-->
icon="el-icon-delete" <!-- icon="el-icon-delete"-->
@click.native.stop="clearCode()" <!-- @click.native.stop="clearCode()"-->
>清空 <!-- >清空-->
</el-button> <!-- </el-button>-->
</el-button-group> <!-- </el-button-group>-->
</el-col> <!-- </el-col>-->
</el-row> <!-- </el-row>-->
<el-row :gutter="0"> <!-- <el-row :gutter="0">-->
<el-col :span="20" style="margin-top: 0px;margin-bottom: 10px;margin-left: 80px"> <!-- <el-col :span="20" style="margin-top: 0px;margin-bottom: 10px;margin-left: 80px">-->
<el-checkbox v-model="checked" v-if="!this.formData.billNo && this.formDataVisible.scanType != 1"> <!-- <el-checkbox v-model="checked" v-if="!this.formData.billNo && this.formDataVisible.scanType != 1">-->
</el-checkbox> <!-- </el-checkbox>-->
</el-col> <!-- </el-col>-->
</el-row> <!-- </el-row>-->
<el-alert <!-- <el-alert-->
:title="scanTitle" <!-- :title="scanTitle"-->
:type="scanResultType" <!-- :type="scanResultType"-->
:closable="false" <!-- :closable="false"-->
:dangerouslyUseHTMLString="true" <!-- :dangerouslyUseHTMLString="true"-->
:description="result"> <!-- :description="result">-->
</el-alert> <!-- </el-alert>-->
<el-alert <!-- <el-alert-->
v-if="warnVisible" <!-- v-if="warnVisible"-->
title="警告信息:" <!-- title="警告信息:"-->
type="warning" <!-- type="warning"-->
:closable="true" <!-- :closable="true"-->
:dangerouslyUseHTMLString="true" <!-- :dangerouslyUseHTMLString="true"-->
:description="warnResult"> <!-- :description="warnResult">-->
</el-alert> <!-- </el-alert>-->
<el-alert <!-- <el-alert-->
v-if="errVisible" <!-- v-if="errVisible"-->
title="错误信息:" <!-- title="错误信息:"-->
type="warning" <!-- type="warning"-->
:closable="true" <!-- :closable="true"-->
:dangerouslyUseHTMLString="true" <!-- :dangerouslyUseHTMLString="true"-->
:description="errResult"> <!-- :description="errResult">-->
</el-alert> <!-- </el-alert>-->
</div> <!-- </div>-->
<el-descriptions title="单据信息" :column="4" border style="margin-top: 15px"> <el-descriptions title="单据信息" :column="4" border style="margin-top: 15px">
<el-descriptions-item label="业务单号">{{ formData.billNo }}</el-descriptions-item> <el-descriptions-item label="业务单号">{{ formData.billNo }}</el-descriptions-item>
<el-descriptions-item label="发货方">{{ formData.shipperName }}</el-descriptions-item> <el-descriptions-item label="发货方">{{ formData.shipperName }}</el-descriptions-item>
@ -1302,29 +1302,29 @@ export default {
vailOrderFinish() { vailOrderFinish() {
if (!this.autoFinishOrderFlag) { // if (!this.autoFinishOrderFlag) {
return // return
} // }
vailOrderFinish(this.formData).then(res => { // vailOrderFinish(this.formData).then(res => {
this.loading = false // this.loading = false
if (res.code == 20000) { // if (res.code == 20000) {
if (res.data) { // if (res.data) {
this.$confirm("单据已赋码或可自动赋码,是否立即完成单据?", '提示', { // this.$confirm("", '', {
confirmButtonText: '立即提交', // confirmButtonText: '',
cancelButtonText: '手动扫码', // cancelButtonText: '',
type: 'warning' // type: 'warning'
}).then(() => { // }).then(() => {
this.finishOrder(); // this.finishOrder();
}).catch(() => { // }).catch(() => {
this.autoFinishOrderFlag = false // this.autoFinishOrderFlag = false
}); // });
} // }
} else { // } else {
//
} // }
}).catch(() => { // }).catch(() => {
this.loading = false // this.loading = false
}) // })
}, },

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<el-row> <el-row>
<el-col v-for="(info, index) in preDetailList" :key="index" :xs="12" :sm="6" :md="6" :lg="6" > <el-col v-for="(info, index) in preDetailList" :key="index" :xs="12" :sm="6" :md="6" :lg="8" >
<el-card :body-style="{margin:'20px'}" <el-card :body-style="{margin:'20px'}"
style="margin:20px 20px 20px 20px;;background-color: #e1f3fb;border-radius: 12px; position: relative;"> style="margin:20px 20px 20px 20px;;background-color: #e1f3fb;border-radius: 12px; position: relative;">
<div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" > <div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" >

Loading…
Cancel
Save