族蚂建站,百度一下百度官网,浙江百度代理公司,wordpress插件一键安装教程发票信息下拉框联动#xff0c;更具不同的发票类型#xff0c;显示不同的税率
专票 普票 下拉框选择事件
function onSelectType(rec){//选中值if (rec2){//普通发票对应税率pmsPlanList.pmsInvoiceTaxRatepmsPlanList.pmsInvoiceTaxRateT}else {//专用发票对应税率pmsPlan…发票信息下拉框联动更具不同的发票类型显示不同的税率
专票 普票 下拉框选择事件
function onSelectType(rec){//选中值if (rec2){//普通发票对应税率pmsPlanList.pmsInvoiceTaxRatepmsPlanList.pmsInvoiceTaxRateT}else {//专用发票对应税率pmsPlanList.pmsInvoiceTaxRatepmsPlanList.pmsInvoiceTaxRateP}var row $(#dgPmsPlanList).datagrid(getSelected);//获取行号var rowIndex $(#dgPmsPlanList).datagrid(getRowIndex,row);var target $(#dgPmsPlanList).datagrid(getEditor, {index:rowIndex,field:taxRate}).target;//清除原来的数据target.combobox(clear);//加载新下拉数据target.combobox(loadData,pmsPlanList.pmsInvoiceTaxRate);}
table iddgPmsPlanListdata-optionsfit: true,border: false,rownumbers: true,animate: true,collapsible: false,fitColumns: true,autoRowHeight: false,toolbar:#toolbarPmsPlanList,idField :id,singleSelect: true,checkOnSelect: true,selectOnCheck: false,pagination:false,onDblClickRow:onDbClickRowEvent,pageSize:dataOptions.pageSize,pageList:dataOptions.pageList,showFooter:true,striped:truethead
tr
th data-optionsfield:pmsInvoiceType, halign:center width70 editor{type:combobox,options:{required:true,panelHeight:auto,onSelect: onSelectType}}span stylecolor: red;*/span发票类型/th
th data-optionsfield:taxRate, halign:center width70 editor{type:combobox,options:{panelHeight:auto,editable:false}}span stylecolor: red;*/span税率/th
/tr