| | |
| | | table.list .col_Fixture_Model_No_F__c {width:100px;} |
| | | table.list .col_Fixture_Model_Name_F__c {width:100px;} |
| | | table.list .col_Fixture_Arrival_Process__c {width:100px;} |
| | | table.list .col_Fixture_Arrival_Product__c {width:100px;} |
| | | table.list .col_Fixture_Arrival_Product__c {width:200px;} |
| | | table.list .col_Internal_Asset_number_key__c {width:100px;} |
| | | table.list .col_SerialNumber_Origin__c {width:100px;} |
| | | table.list .col_SerialNumber__c {width:100px;} |
| | |
| | | table.list .col_Packing_list_Fixture_F__c {width:100px;} |
| | | table.list .col_RND_Status__c {width:100px;} |
| | | table.list .col_Asset_loaner_category_F__c {width:100px;} |
| | | table.list .col_EquipmentSet_Managment_Code__c {width:200px;} |
| | | table.list .col_EquipmentSet_Managment_Code__c {width:100px;} |
| | | table.list .col_Salesdepartment__c {width:100px;} |
| | | table.list .col_SalesProvince__c {width:100px;} |
| | | table.list .col_Product_category__c {width:100px;} |
| | |
| | | result = sforce.connection.update([es]); |
| | | // 存在qr时,绑到清单上 |
| | | } else { |
| | | |
| | | var records = record.getArray("records"); |
| | | var version = new sforce.SObject("ContentVersion"); |
| | | version = sforce.connection.query("select Id,ContentDocumentId from ContentVersion where ContentDocumentId = \'" + records[0].id + "\'"); |
| | | version = version.getArray("records"); |
| | | |
| | | var es = new sforce.SObject("ReceivingNote__c"); |
| | | es.Id = "{!pageB.rn.Id}"; |
| | | es.QRId__c = records[0].Id; |
| | | es.QRId__c = versionResult[0].id; |
| | | result = sforce.connection.update([es]); |
| | | |
| | | |
| | | // var records = record.getArray("records"); |
| | | // var es = new sforce.SObject("ReceivingNote__c"); |
| | | // es.Id = "{!pageB.rn.Id}"; |
| | | // es.QRId__c = records[0].Id; |
| | | // result = sforce.connection.update([es]); |
| | | } |
| | | |
| | | } |
| | |
| | | </apex:outputPanel> |
| | | |
| | | <!-- <apex:inputField value="{!var.rnd[info.value]}" onchange="setChangeFlg('{!var.lineNo}')" rendered="{!info.value != 'Asset_loaner_category__c' || var.haveAsset }" style="{!IF('Fixture_Arrival_Product__c' == info.value, 'width:70%;', '')}"/> --> |
| | | <apex:inputField value="{!var.rnd[info.value]}" onchange="setChangeFlg('{!var.lineNo}')" rendered="{!(info.value != 'Asset_loaner_category__c' || var.haveAsset) && ((var.rnd['Asset_loaner_category_F__c'] =='固定资产' && info.value != 'unknow_serial_NO_product__c' && info.value != 'Manage_type__c') || var.rnd['Asset_loaner_category_F__c'] !='固定资产')}" style="{!IF('Fixture_Arrival_Product__c' == info.value, 'width:70%;', '')}"/> |
| | | <apex:inputField value="{!var.rnd[info.value]}" onchange="setChangeFlg('{!var.lineNo}')" rendered="{!(info.value != 'Asset_loaner_category__c' || var.haveAsset) && ((var.rnd['Asset_loaner_category_F__c'] =='固定资产' && info.value != 'unknow_serial_NO_product__c' && info.value != 'Manage_type__c') || var.rnd['Asset_loaner_category_F__c'] !='固定资产')}" style="{!IF('Fixture_Arrival_Product__c' == info.value || 'EquipmentSet_Managment_Code__c' == info.value, 'width:90%;', '')}"/> |
| | | <!-- 20210804 ljh add id --> |
| | | <!-- update by rentx 20210727 end 新品收货_集中备品_建立数据逻辑限制 --> |
| | | </apex:outputPanel> |