|
|
|
@ -13,67 +13,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">
|
|
|
|
@ -167,7 +167,7 @@
|
|
|
|
|
|
|
|
|
|
<div style="border: 1px solid #ebeef5;border-radius: 2px;margin-top: 15px;padding: 15px">
|
|
|
|
|
<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"
|
|
|
|
@ -182,7 +182,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"
|
|
|
|
@ -238,6 +238,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<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-descriptions title="单据信息" :column="2" border style="margin-top: 15px">
|
|
|
|
|
<el-descriptions-item label="业务单号">{{ formData.billNo }}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="发货方">{{ formData.shipperName }}</el-descriptions-item>
|
|
|
|
@ -253,41 +316,42 @@
|
|
|
|
|
|
|
|
|
|
<!-- 右侧面板 -->
|
|
|
|
|
<div class="content-right">
|
|
|
|
|
<el-tabs type="border-card" class="right-tabs" v-model="editableTabsValue">
|
|
|
|
|
<el-tab-pane label="扫码详情" name="prescribeOriginPanel">
|
|
|
|
|
<!-- <el-tabs type="border-card" class="right-tabs" v-model="editableTabsValue">-->
|
|
|
|
|
<el-card type="border-card" class="right-tabs" v-model="editableTabsValue">
|
|
|
|
|
<!-- <el-tab-pane label="扫码详情" name="prescribeOriginPanel">-->
|
|
|
|
|
<prescribeOriginPanel
|
|
|
|
|
v-if="panelALive"
|
|
|
|
|
:prescribeData="curRow"
|
|
|
|
|
:fifoSplitResult="this.fifoSplitResult"
|
|
|
|
|
></prescribeOriginPanel>
|
|
|
|
|
<!-- 在表格下方添加说明 -->
|
|
|
|
|
<el-row style="text-align: right;font-size: 12px;margin-top: 10px">
|
|
|
|
|
<el-col span="24">
|
|
|
|
|
<div style="float: right">
|
|
|
|
|
<td>
|
|
|
|
|
<div style="background-color: #F56C6C;width: 10px;height: 10px;"></div>
|
|
|
|
|
</td>
|
|
|
|
|
<td><span style="color: #6d6d6d;"><pre>未赋码 </pre></span></td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
<div style="background-color: #E6A23C;width: 10px;height: 10px;"></div>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<span style="color: #6d6d6d;"><pre>预赋码 </pre></span>
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
<div style="background-color: #67C23A;width: 10px;height: 10px;"></div>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<span style="color: #6d6d6d;"><pre>已赋码</pre></span>
|
|
|
|
|
</td>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|
<!-- <!– 在表格下方添加说明 –>-->
|
|
|
|
|
<!-- <el-row style="text-align: right;font-size: 12px;margin-top: 10px">-->
|
|
|
|
|
<!-- <el-col span="24">-->
|
|
|
|
|
<!-- <div style="float: right">-->
|
|
|
|
|
<!-- <td>-->
|
|
|
|
|
<!-- <div style="background-color: #F56C6C;width: 10px;height: 10px;"></div>-->
|
|
|
|
|
<!-- </td>-->
|
|
|
|
|
<!-- <td><span style="color: #6d6d6d;"><pre>未赋码 </pre></span></td>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <td>-->
|
|
|
|
|
<!-- <div style="background-color: #E6A23C;width: 10px;height: 10px;"></div>-->
|
|
|
|
|
<!-- </td>-->
|
|
|
|
|
<!-- <td>-->
|
|
|
|
|
<!-- <span style="color: #6d6d6d;"><pre>预赋码 </pre></span>-->
|
|
|
|
|
<!-- </td>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <td>-->
|
|
|
|
|
<!-- <div style="background-color: #67C23A;width: 10px;height: 10px;"></div>-->
|
|
|
|
|
<!-- </td>-->
|
|
|
|
|
<!-- <td>-->
|
|
|
|
|
<!-- <span style="color: #6d6d6d;"><pre>已赋码</pre></span>-->
|
|
|
|
|
<!-- </td>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<!-- </el-tab-pane>-->
|
|
|
|
|
<!-- <el-tab-pane label="扫码明细">-->
|
|
|
|
|
<!-- <PanelOrderManuTagCode-->
|
|
|
|
|
<!-- v-if="panelALive"-->
|
|
|
|
@ -317,7 +381,7 @@
|
|
|
|
|
<!-- ></PanelOrderAllDetail>-->
|
|
|
|
|
<!-- </el-tab-pane>-->
|
|
|
|
|
|
|
|
|
|
</el-tabs>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="选入业务单据"
|
|
|
|
|