自动化立体仓库 - WMS系统
#
1
14 小时以前 371af76976cec152184123fac0073efcba2b5a70
src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
@@ -250,7 +250,7 @@
                  ></el-input-number>
               </template>
            </el-table-column>
            <el-table-column prop="erpAnfme" label="erp下发数量" min-width="80" align="center"></el-table-column>
            <el-table-column prop="anfme" label="erp下发数量" min-width="80" align="center"></el-table-column>
            <el-table-column prop="sortingAnfme" label="待下发数量" min-width="80" align="center"></el-table-column>
<!--            <el-table-column prop="status" label="状态" min-width="100" align="center" :formatter="formatStatusB"></el-table-column>-->
            <el-table-column prop="inspect" label="状态" min-width="100" align="center" :formatter="formatStatusC"></el-table-column>
@@ -544,7 +544,7 @@
            }
            // 验证ERP下发数量
            if (row.erpAnfme && newValue > parseInt(row.erpAnfme)) {
            if (row.anfme && newValue > parseInt(row.anfme)) {
               this.$message.warning('修改数量不能大于ERP下架数量');
               this.$set(row, 'anfme', oldValue);
               this.modifiedQuantities[itemKey] = oldValue;