| | |
| | | //æ¿æ¢æ°å¢formåè¡¨å±æ§ |
| | | string attrString = ""; |
| | | List<ColumnModel> newColumnNameList = ListHelper.RemoveAttrForUpdateMode(param.ColumnNameList); |
| | | attrString += StructStrHelper.GetVueFormOptionsStrForPageAddFormAttributes(param.ColumnNameList, param); |
| | | str = str.Replace("$PageAddFormAttributes$", attrString); |
| | | attrString += StructStrHelper.GetVueFormOptionsStrForPageAddFormAttributes_formItems(newColumnNameList, param); |
| | | str = str.Replace("$PageAddFormAttributes_formItems$", attrString); |
| | | |
| | | attrString = ""; |
| | | attrString += StructStrHelper.GetVueFormOptionsStrForSave_PageAddFormAttributes(param.ColumnNameList,param); |
| | | attrString += StructStrHelper.GetVueFormOptionsStrForSave_PageAddFormAttributes(newColumnNameList, param); |
| | | str = str.Replace("$Save_PageAddFormAttributes$", attrString); |
| | | |
| | | attrString = ""; |
| | |
| | | str = str.Replace("$CommonQueryEnumForFrom$", attrString); |
| | | |
| | | attrString = ""; |
| | | attrString += StructStrHelper.GetVueFormOptionsStrForPageAddFormAttributesByOpen(param.ColumnNameList, param); |
| | | attrString += StructStrHelper.GetVueFormOptionsStrForPageAddFormAttributesByOpen(newColumnNameList, param); |
| | | str = str.Replace("$PageAddFormAttributesByOpen$", attrString); |
| | | |
| | | |