Jay413191

Results 22 issues of Jay413191

请问大大,下拉框绑定设置中有[是否启用]的选项,可是没有作用, 如果设否USER还是可以选的到 ![image](https://user-images.githubusercontent.com/81396265/180342461-d46b2490-2cfc-4dcb-9837-43b12a6087ec.png)

如下,DeleteWithKeys的第一个参数要如何写?? List invHis = _inventoryHistoryRepository.FindAsIQueryable(x => x.ApplyNo == inv.ApplyNo ).ToList(); inventoryHistoryRepository.DeleteWithKeys(invHis[0].InventoryHistoryKey, true);

程序及table结构如下, 新增后SetCreateDefaultVal()没有作用, Create相关栏位没有写值进去 invAdd.SetCreateDefaultVal(); _inventoryRepository.Add(invAdd, true); ![image](https://user-images.githubusercontent.com/81396265/177703557-9f628648-edb1-401b-a0ff-4a201bd45d6e.png)

请教一下,如图,子档的排序如何设定?? 有试着如下写在loadBefore,但是程序不会调用里? loadBefore(param, callBack) {       param.sort = "SNo";       param.order = "ASC";       callBack(true);     }, ![image](https://user-images.githubusercontent.com/81396265/169736332-fa5522a0-bb3a-4e68-8cf0-d444a5aaf400.png)

请教大大,参考网上的段子做了一个泛型,但泛型约束使用Entity.DomainModels但确出现讯息[Entity.DomainModels是命名空间,但确当成类型使用]. 请教在VOL要如何指定泛型约束?(限定只可用在有定义的TABLE) public T FindWookSheetNo(string NoType) where T : Entity.DomainModels;

后台代碼生成有設置select選項, 画面生成後卻沒有?? [后台代碼生成] ![image](https://user-images.githubusercontent.com/81396265/174008576-601ffe71-ecc1-4aa9-a3d0-27713e34196d.png) [画面生成] ![image](https://user-images.githubusercontent.com/81396265/174008805-20f441e7-8229-4115-a1b8-48924af54e57.png)

如图, 销货单是由订单转过来的, 如何在销货单的画面,点订单连结回订单的编辑画面?? ![image](https://user-images.githubusercontent.com/81396265/173791161-4372718b-a2c1-4769-9c31-2b2885040971.png)

请问大大一些前端公用的function可以写在common.js, 如果是后端共享的功能要写在那里?

如图, 自定义按钮可以加入Vue权限管理中做设定吗? ![image](https://user-images.githubusercontent.com/81396265/171121296-21bc0706-499c-4550-867b-0e1bb059c6c0.png)

请教在主从表中, 如何写程序调用[保存]的功能? ![image](https://user-images.githubusercontent.com/81396265/171125774-e7af1ce4-f3d0-42c1-bc96-fcc5676d4f92.png)