diff --git a/hb_client/src/views/inm/product.vue b/hb_client/src/views/inm/product.vue
index f31e3e6..fed1966 100644
--- a/hb_client/src/views/inm/product.vue
+++ b/hb_client/src/views/inm/product.vue
@@ -257,7 +257,7 @@ export default {
_this.mtmId.push(item.material_.id);
_this.materialshow.push(item);
});
- this.ordershow = _this.materialshow[0].number;
+ this.ordershow = _this.materialshow[0].to_order_.number;
this.customershow=_this.materialshow[0].order_.customer_.name;
this.contractshow=_this.materialshow[0].order_.contract_.name;
getOrderList({ page: 0, material: _this.mtmId[0], tag:'not_done' }).then(
diff --git a/hb_client/src/views/personnel/attendance.vue b/hb_client/src/views/personnel/attendance.vue
index e986619..a04152b 100644
--- a/hb_client/src/views/personnel/attendance.vue
+++ b/hb_client/src/views/personnel/attendance.vue
@@ -53,7 +53,7 @@
type="month"
placeholder="选择年月">
- 主要按钮
+ 查询
已审核
-
+
+ {{ scope.row.create_time }}
+