Browse Source

成本 分配表-查询人查询时间

jbb 1 year ago
parent
commit
ff97107e69
1 changed files with 19 additions and 5 deletions
  1. 19 5
      src/views/reportForms/cost-allocation-table.vue

+ 19 - 5
src/views/reportForms/cost-allocation-table.vue

@@ -177,11 +177,7 @@
                 {{detailsPlanNum.shuiemoney }}
               </a-form-model-item>
             </a-col>
-            <a-col :md="6" :sm="8">
-              <a-form-model-item label="制单人" prop="maker">
-                {{ detailsPlanNum.preparedBy }}
-              </a-form-model-item>
-            </a-col>
+            
             <!-- <a-col :md="6" :sm="8">
               <a-form-model-item label="供应商事故单($)" prop="salesrrdersOriginaltotal">
                 {{ detailsPlanNum.supperAccidentUsdamount, }}
@@ -252,6 +248,21 @@
                 {{  }}
               </a-form-model-item>
             </a-col> -->
+            <a-col :md="6" :sm="8">
+              <a-form-model-item label="制单人" prop="maker">
+                {{ detailsPlanNum.preparedBy }}
+              </a-form-model-item>
+            </a-col>
+            <a-col :md="6" :sm="8">
+              <a-form-model-item label="查询人" prop="queryBy">
+                {{ detailsPlanNum.queryBy  }}
+              </a-form-model-item>
+            </a-col>
+            <a-col :md="6" :sm="8">
+              <a-form-model-item label="查询时间" prop="queryTime">
+                {{ detailsPlanNum.queryTime  }}
+              </a-form-model-item>
+            </a-col>
             <a-col :md="6" :sm="8" class="noprint">
               <a-form-model-item label="" prop="" >
               <h4 style="color:red;" v-if="color1<0">
@@ -932,6 +943,9 @@ export default {
       this.$refs.mainTableExpenseUSDModal.mainTableExpenseUSDData = this.costPayData
       this.$refs.mainTableExpenseUSDModal.fixedData = this.costPayData
     },
+    orderDataChange(data){
+      this.detailsPlanNum.queryTime = moment(data).format('yyyy-MM-DD')
+    },
 
     // 事故单 单号 弹框
     accidentListCustomCell(record) {