diff --git a/js/accessory/accessory_store_list.js b/js/accessory/accessory_store_list.js index cd3ac4d..632f8b5 100644 --- a/js/accessory/accessory_store_list.js +++ b/js/accessory/accessory_store_list.js @@ -114,6 +114,9 @@ function initTable() { title: "成本价格(元)", unresize: true, align: "center", + templet: function (d) { + return '¥ ' + d.allPrice; + }, }, { field: "inputDay", diff --git a/js/accessory/child/accessory_return_form.js b/js/accessory/child/accessory_return_form.js index 4e15832..00a60a2 100644 --- a/js/accessory/child/accessory_return_form.js +++ b/js/accessory/child/accessory_return_form.js @@ -338,7 +338,7 @@ function setTableData(results) { function setFormInput(value, type) { let html = '