chen.lin
昨天 21a440955553e86063724958c7d0b187b0e87ccf
销售订单-隐藏未知字段
3个文件已修改
16 ■■■■■ 已修改文件
src/main/java/com/zy/asrs/controller/SaleOrderController.java 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/salesOrder/salsesOrder.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/saleOrder/saleOrder.html 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/controller/SaleOrderController.java
@@ -496,11 +496,12 @@
            // 表头
            String[] headers = { "生产单号", "业务员", "图号", "物料名称", "规格", "订单数量", "交货日期",
                    "任务单数量", "成品数量", "出货通知数", "实出数量", "对账数量", "对账单价", "对账金额",
                    "任务单数量", "成品数量", "出货通知数", /* "实出数量", */ "对账数量", "对账单价", "对账金额",
                    "包材版费", "退税资料", "开票", "内陆费", "收款", "应收款余额",
                    "对账数量残余", "对账金额残余", "任务单残余", "实出数量残余", "收款残余" };
            // 实出数量字段已隐藏,isCalc数组需要相应调整(移除一个false)
            boolean[] isCalc = { false, false, false, false, false, false, false,
                    false, false, false, false, false, false, false,
                    false, false, false, /* false, */ false, false, false,
                    false, false, false, false, false, false,
                    true, true, true, true, true };
@@ -528,7 +529,7 @@
                createNumCell(row, col++, order.getProductQty(), dataStyle);
                createNumCell(row, col++, order.getInQty(), dataStyle);
                createNumCell(row, col++, order.getIcsbeqty(), dataStyle);
                createNumCell(row, col++, order.getSeoseqty(), dataStyle);
                // createNumCell(row, col++, order.getSeoseqty(), dataStyle);
                createNumCell(row, col++, order.getOutQty(), dataStyle);
                createNumCell(row, col++, order.getOutPrice(), dataStyle);
                createNumCell(row, col++, order.getOutAmount(), dataStyle);
src/main/webapp/static/js/salesOrder/salsesOrder.js
@@ -18,7 +18,7 @@
        , { field: 'inQty', align: 'center', title: '入库数量', width: 110 }
        , { field: 'disQty', align: 'center', title: '通知单', width: 110 }
        , { field: 'icsbeqty', align: 'center', title: '出货通知数', width: 110 }
        , { field: 'seoseqty', align: 'center', title: '实出数量', width: 110 }
        // , { field: 'seoseqty', align: 'center', title: '实出数量', width: 110 }
        , { field: 'outQty', align: 'center', title: '对账数量', width: 110 }
        , { field: 'invoiceQty', align: 'center', title: '开票数量', width: 110 }
        , { field: 'unInvoiceQty', align: 'center', title: '未开票数量', width: 110 }
src/main/webapp/views/saleOrder/saleOrder.html
@@ -54,7 +54,7 @@
                <el-table-column prop="productQty" label="任务单数量" width="110"></el-table-column>
                <el-table-column prop="inQty" label="成品数量" width="100"></el-table-column>
                <el-table-column prop="icsbeqty" label="出货通知数" width="110"></el-table-column>
                <el-table-column prop="seoseqty" label="实出数量" width="100"></el-table-column>
                <!-- <el-table-column prop="seoseqty" label="实出数量" width="100"></el-table-column> -->
                <el-table-column prop="outQty" label="对账数量" width="100"></el-table-column>
                <el-table-column prop="outAmount" label="对账金额" width="100"></el-table-column>
                <el-table-column prop="outPrice" label="对账单价" width="100"></el-table-column>
@@ -156,11 +156,12 @@
                                <el-input v-model="formData.icsbeqty" disabled></el-input>
                            </el-form-item>
                        </el-col>
                        <el-col :span="8">
                        <!-- 实出数量字段已隐藏,因为ERP销售订单明细页面没有对应字段,如需恢复请取消注释 -->
                        <!-- <el-col :span="8">
                            <el-form-item label="实出数量">
                                <el-input v-model="formData.seoseqty" disabled></el-input>
                            </el-form-item>
                        </el-col>
                        </el-col> -->
                    </el-row>
                    <el-row :gutter="20">
                        <el-col :span="8">