|
|
|
@ -10,67 +10,67 @@
|
|
|
|
|
<!-- type="warning">-->
|
|
|
|
|
<!--</el-alert>-->
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="0" style="margin-top: 15px">
|
|
|
|
|
<el-col :span="24" align="right">
|
|
|
|
|
<el-button-group>
|
|
|
|
|
<!-- <el-button type="primary" @click.native="deleteCode"-->
|
|
|
|
|
<!-- v-if="labelName == 1"-->
|
|
|
|
|
<!-- :disabled="formData.billNo == null"-->
|
|
|
|
|
<!-- >扫码剔除-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-button size="mini" type="primary"-->
|
|
|
|
|
<!-- v-if="labelName == 2"-->
|
|
|
|
|
<!-- @click.native="overdeleteCode"-->
|
|
|
|
|
<!-- >结束剔除-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
:disabled="formData.billNo || (this.formDataVisible != null && this.formDataVisible.scanType == 1)"
|
|
|
|
|
@click.native="nextCollectOrder()"
|
|
|
|
|
>下一单
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
:disabled="formData.billNo ||(this.formDataVisible != null && this.formDataVisible.scanType == 1)"
|
|
|
|
|
@click.native="selectPrescribe()"
|
|
|
|
|
>选单
|
|
|
|
|
</el-button>
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="primary"-->
|
|
|
|
|
<!-- :disabled="!formData.billNo"-->
|
|
|
|
|
<!-- @click.native="saveDraftOrder()"-->
|
|
|
|
|
<!-- >挂起-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="primary"-->
|
|
|
|
|
<!-- :disabled="!formData.billNo"-->
|
|
|
|
|
<!-- @click.native="cancelOrder()"-->
|
|
|
|
|
<!-- >放弃-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
:disabled="!formData.billNo"
|
|
|
|
|
@click.native="confirmFinishOrder()"
|
|
|
|
|
>完成
|
|
|
|
|
</el-button>
|
|
|
|
|
|
|
|
|
|
<!-- <el-dropdown @command="handleCommand">-->
|
|
|
|
|
<!-- <el-button type="primary">-->
|
|
|
|
|
<!-- 更多功能<i class="el-icon-arrow-down el-icon--right"></i>-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-dropdown-menu slot="dropdown">-->
|
|
|
|
|
<!-- <el-dropdown-item divided @click.native="handleClickOut('IoCreateOrderBlank')">工位上货</el-dropdown-item>-->
|
|
|
|
|
<!-- <el-dropdown-item divided @click.native="handleClickReturn('IoCreateOrderBlank')">工位退货-->
|
|
|
|
|
<!-- </el-dropdown-item>-->
|
|
|
|
|
<!-- <el-dropdown-item divided @click.native="handleClick('ioSplitFifoCodeBlank')">工位存量</el-dropdown-item>-->
|
|
|
|
|
<!-- <el-dropdown-item divided @click.native="handleClick('CollectOrderAllotBlank')">待处理单-->
|
|
|
|
|
<!-- </el-dropdown-item>-->
|
|
|
|
|
<!-- <el-dropdown-item divided @click.native="handleClick('CollectOrderEndBlank')">已完成单</el-dropdown-item>-->
|
|
|
|
|
<!-- </el-dropdown-menu>-->
|
|
|
|
|
<!-- </el-dropdown>-->
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<!-- <el-row :gutter="0" style="margin-top: 15px">-->
|
|
|
|
|
<!-- <el-col :span="24" align="right">-->
|
|
|
|
|
<!-- <el-button-group>-->
|
|
|
|
|
<!-- <!– <el-button type="primary" @click.native="deleteCode"–>-->
|
|
|
|
|
<!-- <!– v-if="labelName == 1"–>-->
|
|
|
|
|
<!-- <!– :disabled="formData.billNo == null"–>-->
|
|
|
|
|
<!-- <!– >扫码剔除–>-->
|
|
|
|
|
<!-- <!– </el-button>–>-->
|
|
|
|
|
<!-- <!– <el-button size="mini" type="primary"–>-->
|
|
|
|
|
<!-- <!– v-if="labelName == 2"–>-->
|
|
|
|
|
<!-- <!– @click.native="overdeleteCode"–>-->
|
|
|
|
|
<!-- <!– >结束剔除–>-->
|
|
|
|
|
<!-- <!– </el-button>–>-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="primary"-->
|
|
|
|
|
<!-- :disabled="formData.billNo || (this.formDataVisible != null && this.formDataVisible.scanType == 1)"-->
|
|
|
|
|
<!-- @click.native="nextCollectOrder()"-->
|
|
|
|
|
<!-- >下一单-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="primary"-->
|
|
|
|
|
<!-- :disabled="formData.billNo ||(this.formDataVisible != null && this.formDataVisible.scanType == 1)"-->
|
|
|
|
|
<!-- @click.native="selectPrescribe()"-->
|
|
|
|
|
<!-- >选单-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <!– <el-button–>-->
|
|
|
|
|
<!-- <!– type="primary"–>-->
|
|
|
|
|
<!-- <!– :disabled="!formData.billNo"–>-->
|
|
|
|
|
<!-- <!– @click.native="saveDraftOrder()"–>-->
|
|
|
|
|
<!-- <!– >挂起–>-->
|
|
|
|
|
<!-- <!– </el-button>–>-->
|
|
|
|
|
<!-- <!– <el-button–>-->
|
|
|
|
|
<!-- <!– type="primary"–>-->
|
|
|
|
|
<!-- <!– :disabled="!formData.billNo"–>-->
|
|
|
|
|
<!-- <!– @click.native="cancelOrder()"–>-->
|
|
|
|
|
<!-- <!– >放弃–>-->
|
|
|
|
|
<!-- <!– </el-button>–>-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="primary"-->
|
|
|
|
|
<!-- :disabled="!formData.billNo"-->
|
|
|
|
|
<!-- @click.native="confirmFinishOrder()"-->
|
|
|
|
|
<!-- >完成-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
|
|
|
|
|
<!-- <!– <el-dropdown @command="handleCommand">–>-->
|
|
|
|
|
<!-- <!– <el-button type="primary">–>-->
|
|
|
|
|
<!-- <!– 更多功能<i class="el-icon-arrow-down el-icon--right"></i>–>-->
|
|
|
|
|
<!-- <!– </el-button>–>-->
|
|
|
|
|
<!-- <!– <el-dropdown-menu slot="dropdown">–>-->
|
|
|
|
|
<!-- <!– <el-dropdown-item divided @click.native="handleClickOut('IoCreateOrderBlank')">工位上货</el-dropdown-item>–>-->
|
|
|
|
|
<!-- <!– <el-dropdown-item divided @click.native="handleClickReturn('IoCreateOrderBlank')">工位退货–>-->
|
|
|
|
|
<!-- <!– </el-dropdown-item>–>-->
|
|
|
|
|
<!-- <!– <el-dropdown-item divided @click.native="handleClick('ioSplitFifoCodeBlank')">工位存量</el-dropdown-item>–>-->
|
|
|
|
|
<!-- <!– <el-dropdown-item divided @click.native="handleClick('CollectOrderAllotBlank')">待处理单–>-->
|
|
|
|
|
<!-- <!– </el-dropdown-item>–>-->
|
|
|
|
|
<!-- <!– <el-dropdown-item divided @click.native="handleClick('CollectOrderEndBlank')">已完成单</el-dropdown-item>–>-->
|
|
|
|
|
<!-- <!– </el-dropdown-menu>–>-->
|
|
|
|
|
<!-- <!– </el-dropdown>–>-->
|
|
|
|
|
<!-- </el-button-group>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
|
|
|
|
|
<el-row style="margin-top: 6px;margin-bottom: -6px;"
|
|
|
|
|
v-if="this.formDataVisible != null && this.formDataVisible.scanType == 1">
|
|
|
|
@ -162,9 +162,9 @@
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<div style="border: 1px solid #ebeef5;border-radius: 2px;margin-top: 15px;padding: 15px">
|
|
|
|
|
<div style="margin-top: 1px;padding: 5px">
|
|
|
|
|
<el-row :gutter="0" style="margin-top: 5px">
|
|
|
|
|
<el-col :span="20">
|
|
|
|
|
<el-col :span="16">
|
|
|
|
|
<el-form-item prop="code" :label="scanTip" label-width="80px">
|
|
|
|
|
<el-input
|
|
|
|
|
id="inputer"
|
|
|
|
@ -179,7 +179,7 @@
|
|
|
|
|
<!-- :disabled="scanDisabled"-->
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4">
|
|
|
|
|
<el-col :span="8">
|
|
|
|
|
<el-button-group style="display: flex;">
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
@ -200,6 +200,24 @@
|
|
|
|
|
@click.native.stop="clearCode()"
|
|
|
|
|
>清空
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
:disabled="formData.billNo || (this.formDataVisible != null && this.formDataVisible.scanType == 1)"
|
|
|
|
|
@click.native="nextCollectOrder()"
|
|
|
|
|
>下一单
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
:disabled="formData.billNo ||(this.formDataVisible != null && this.formDataVisible.scanType == 1)"
|
|
|
|
|
@click.native="selectPrescribe()"
|
|
|
|
|
>选单
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
:disabled="!formData.billNo"
|
|
|
|
|
@click.native="confirmFinishOrder()"
|
|
|
|
|
>完成
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
@ -235,24 +253,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<el-descriptions title="单据信息" :column="4" border style="margin-top: 15px">
|
|
|
|
|
<el-descriptions :column="4" border style="margin-top: 5px">
|
|
|
|
|
<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>-->
|
|
|
|
|
<el-descriptions-item label="收货方">{{ formData.fromCorpName }}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="单据类型">{{ formData.busTypeName }}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="来源系统">{{ formData.fromType }}</el-descriptions-item>
|
|
|
|
|
<!-- <el-descriptions-item label="单据类型">{{ formData.busTypeName }}</el-descriptions-item>-->
|
|
|
|
|
<!-- <el-descriptions-item label="来源系统">{{ formData.fromType }}</el-descriptions-item>-->
|
|
|
|
|
<el-descriptions-item label="单据时间">{{ formData.billTime }}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="单据备注">{{ formData.remark }}</el-descriptions-item>
|
|
|
|
|
<!-- <el-descriptions-item label="单据备注">{{ formData.remark }}</el-descriptions-item>-->
|
|
|
|
|
<el-descriptions-item label="灯组信息">灯组信息</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<el-tabs type="border-card" style="margin: 15px" v-model="editableTabsValue">
|
|
|
|
|
<el-tab-pane label="扫码详情" name="prescribeOriginPanel">
|
|
|
|
|
<div style="margin-top: 18px">
|
|
|
|
|
<prescribeOriginPanel
|
|
|
|
|
v-if="panelALive"
|
|
|
|
|
:prescribeData="curRow"
|
|
|
|
|
:fifoSplitResult="this.fifoSplitResult"
|
|
|
|
|
></prescribeOriginPanel>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<!-- <el-card type="border-card" style="margin: 15px" v-model="editableTabsValue && formData.billNo">-->
|
|
|
|
|
<!-- <el-tab-pane label="详情" name="prescribeOriginPanel">-->
|
|
|
|
|
|
|
|
|
|
<!-- 在表格下方添加说明 -->
|
|
|
|
|
<!-- <el-row style="text-align: right;font-size: 12px;margin-top: 10px">-->
|
|
|
|
|
<!-- <el-col span="24">-->
|
|
|
|
@ -280,7 +304,7 @@
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|
<!-- </el-tab-pane>-->
|
|
|
|
|
<!-- <el-tab-pane label="扫码明细">-->
|
|
|
|
|
<!-- <PanelOrderManuTagCode-->
|
|
|
|
|
<!-- v-if="panelALive"-->
|
|
|
|
@ -310,7 +334,7 @@
|
|
|
|
|
<!-- ></PanelOrderAllDetail>-->
|
|
|
|
|
<!-- </el-tab-pane>-->
|
|
|
|
|
|
|
|
|
|
</el-tabs>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="选入业务单据"
|
|
|
|
|