master
cmj 6 days ago
parent 0019c2ad1c
commit 1bc4fa9952

@ -28534,7 +28534,7 @@ select @Id";
var sql = @"
if(@id>0)
begin
update TemuShopGoodPrice set Shopid=@shopid ,spuid=@spuid,SKU=@sku,SalePrice=@salePrice,PostPrice=@PostPrice where id=@id
update TemuShopGoodPrice set Shopid=@shopid,spuid=@spuid,SKU=@sku,SalePrice=@salePrice,PostPrice=@PostPrice where id=@id
end
else
begin

@ -114,7 +114,7 @@
Array.add(datagrid1.Columns, col);
col = new nblf.ui.DataGridColumn();
col.HeaderText = "SPUID";
col.HeaderText = "SKUID";
col.CellTemplate = "<a>{Bind SPUID}</a>";
Array.add(datagrid1.Columns, col);
@ -227,7 +227,7 @@
return;
}
if ($("#addspuid").val() == "") {
alert("SPUID不能为空");
alert("SKUID不能为空");
return;
}
if ($("#addPostPrice").val() == "") {
@ -332,7 +332,7 @@
<tr>
<td style="width: 110px;" class="f1">
<font color="red" style="font-weight: bolder">*</font>SPUID
<font color="red" style="font-weight: bolder">*</font>SKUID
</td>
<td>
<input id="addspuid" class="editTextbox" style="width: 120px;" type="text" autocomplete="off" />
@ -376,7 +376,7 @@
<td class="f1" width="13%">店铺:</td>
<td><select id="select_shops" class="selectClass" style="width: 120px" name="D2"></select></td>
<td class="f1" width="13%">SKU/SPUID</td>
<td class="f1" width="13%">SKU/SKUID</td>
<td><input id="searchTxt" class="editTextbox" style="width: 120px;" type="text" autocomplete="off" /></td>
<td><input id="btn_sch" class="btnClass btnClassFind" type="button" value="查询" /></td>

Loading…
Cancel
Save