1
陈雯静
2024-02-28 fda28cff8d6ed7ce1acf878f3a23f8e77ecd53cf
WebTM/views/³µ¼ä¹ÜÀí/¹¤ÐòÁ÷ת¿¨/Sc_ProcessSendWorkEdit.html
@@ -650,7 +650,7 @@
            //表头
            columns = [ //表头
                { type: 'checkbox', totalRowText: '合计行' }
                , { type: 'numbers', title: '序号', totalRow: true }
                , { type: 'numbers', title: '序号' }
                , { field: 'HMainID', title: '派工单主ID', hide: true }// ç”¨äºŽæ‰“印时获取数据
                , { field: 'HEntryID', title: '派工单子ID', hide: true }// ç”¨äºŽæ‰“印时获取数据
                , { field: 'HSourceInterID', title: '流转卡ID', hide: true }
@@ -659,8 +659,8 @@
                , { field: 'HSourceBillType', title: '单据类型', hide: true }
                , { field: 'HProcNo', title: '流水号' }
                , { field: 'HProcName', title: '工序名称' }
                , { field: 'HPlanQty', title: '流转卡数量' }
                , { field: 'HQty', title: '派工数量', edit: 'text'}
                , { field: 'HPlanQty', title: '流转卡数量',totalRow: true }
                , { field: 'HQty', title: '派工数量', totalRow: true, edit: 'text'}
                , { field: 'HPlanBeginDate', title: '要求开工日期', width: 120, templet: "<div>{{d.HPlanBeginDate ==null ?'':layui.util.toDateString(d.HPlanBeginDate, 'yyyy-MM-dd')}}</div>", event: 'HPlanBeginDate' }
                , { field: 'HPlanEndDate', title: '要求完工日期', width: 120, templet: "<div>{{d.HPlanEndDate ==null ?'':layui.util.toDateString(d.HPlanEndDate, 'yyyy-MM-dd')}}</div>", event: 'HPlanEndDate' }
                , { field: 'HMaterID', title: '产品ID', hide: true }
@@ -690,6 +690,7 @@
                , elem: '#mainTable'
                , toolbar: '#toolbarDemo'
                , page: false
                , totalRow: true
                , cellMinWidth: 120
                , height: 400
                , cols: [columns]