yibo 7 years ago
parent
commit
af8a493abe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      B3ClientService.Web/Pages/B3ClientService/BaseInfos/ClientGoodsSet_/ClientGoodsSetEdit.cs

+ 1
- 1
B3ClientService.Web/Pages/B3ClientService/BaseInfos/ClientGoodsSet_/ClientGoodsSetEdit.cs View File

@ -92,7 +92,7 @@ namespace BWP.Web.Pages.B3ClientService.BaseInfos.ClientGoodsSet_
var standard = hPanel.Add(new DFTextBox() { Width = Unit.Pixel(50) });
hPanel.Add(new SimpleLabel("标准上限"));
var up = hPanel.Add(new DFTextBox() { Width = Unit.Pixel(50) });
hPanel.Add(new SimpleLabel("标准限"));
hPanel.Add(new SimpleLabel("标准限"));
var dw = hPanel.Add(new DFTextBox() { Width = Unit.Pixel(50) });
hPanel.Add(new TSButton("更新上下限", delegate
{


Loading…
Cancel
Save