WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξ߹ÜÀí/Gy_MaterialMouldBillMain.html
@@ -494,14 +494,17 @@
                    "HMouldID": 0,
                    "HMouldNumber": "",
                    "HMouldName": "",
                    "HMouldType": "",
                    "HModel2": "",
                    "HQty": "1",
                    "HMouldQty": "",
                    "HRate": "",
                    "HSourceBillNo": "0",
                    "HSourceBillType": "0",
                    "HSourceEntryID": "0",
                    "HSourceInterID": "0"
                    "HSourceInterID": "0",
                    "HMouldType": "",
                    "HMouldPriority": "0",
                    "HCubicleQty": "0",
                };
                switch (obj.event) {
                    case 'btn-AddLine':
@@ -574,10 +577,13 @@
                        , { field: 'HMouldID', title: 'HMouldID', hide: true, style: 'background-color: #f9f9f9;' }
                        , { field: 'HMouldNumber', title: '器具编码', edit: 'text', event: "HMouldNumber" }     //f7
                        , { field: 'HMouldName', title: '器具名称' }
                        , { field: 'HMouldType', title: '器具型号' }
                        , { field: 'HModel2', title: '器具型号' }
                        , { field: 'HQty', title: '数量', edit: 'text', totalRow: true }
                        , { field: 'HMouldQty', title: '模穴数', edit: 'text', totalRow: true }
                        , { field: 'HRate', title: '占比', edit: 'text', totalRow: true }
                        , { field: 'HMouldType', title: '器具类别', edit: 'text' }
                        , { field: 'HMouldPriority', title: '优先级', edit: 'text' }
                        , { field: 'HCubicleQty', title: '工位数', edit: 'text', totalRow: true }
                        , { fixed: 'right', title: '操作', toolbar: '#barDemo' }
                    ]]
                }
@@ -827,7 +833,7 @@
                                        "HMouldID": checkStatus.data[0].hmainid,
                                        "HMouldNumber": checkStatus.data[0].模具编号,
                                        "HMouldName": checkStatus.data[0].模具名称,
                                        "HMouldType": checkStatus.data[0].模具型号,
                                        "HModel2": checkStatus.data[0].模具型号,
                                        "HMouldQty": checkStatus.data[0].穴数,
                                        "HSourceInterID": checkStatus.data[0].hmainid,
                                        "HSourceEntryID": checkStatus.data[0].hsubid,