|
|
@@ -73,6 +73,13 @@
|
|
|
<h4>{{d.store_name}}</h4>
|
|
|
<p>价格:<font color="red">{{d.price}}</font></p>
|
|
|
</script>
|
|
|
+
|
|
|
+ <script type="text/html" id="status">
|
|
|
+ <h4>{{d.status}}</h4>
|
|
|
+ {{# if(d.status != '已通过'){ }}
|
|
|
+ <p>驳回原因:{{d.refuse_msg}}</font></p>
|
|
|
+ {{# } }}
|
|
|
+ </script>
|
|
|
<script type="text/html" id="in_stock">
|
|
|
{{# if(d.type == 1){ }}
|
|
|
<b style="color: #00aa00">+{{d.in_stock}}</b>
|
|
|
@@ -113,7 +120,7 @@
|
|
|
{field: 'store_name', title: '商品名称', templet: '#store_name', width: '15%'},
|
|
|
{field: 'in_stock', title: '入库', width: '8%', templet: '#in_stock'},
|
|
|
{field: 'add_time', title: '入库时间', width: '8%'},
|
|
|
- {field: 'status', title: '状态', templet: "#checkboxstatus", width: '8%'},
|
|
|
+ {field: 'status', title: '状态', templet: "#status", width: '8%'},
|
|
|
{field: 'info', title: '增减缘由'},
|
|
|
{field: 'right', title: '操作', align: 'center', toolbar: '#act', width: '14%'},
|
|
|
];
|