Browse Source

森语-搬运工对账单

jbb 2 years ago
parent
commit
e40f504f91
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/views/oa/modules/SyCarryModal.vue

+ 5 - 3
src/views/oa/modules/SyCarryModal.vue

@@ -107,6 +107,8 @@
                 <a-date-picker
                     placeholder="请选择"
                     v-model="record.orderDate"
+                    format="YYYY-MM-DD"
+                    show-time
                   />
           </span>
           <!-- 总件数 -->
@@ -242,7 +244,7 @@
             // title: '日期',
             align: "center",
             dataIndex: 'orderDate',
-            width: '6%',
+            width: '10%',
             ellipsis: true,
             scopedSlots: { customRender: 'orderDate' },
             slots:{title:'orderDateTitle'}
@@ -615,9 +617,9 @@
          this.formState = res.result
          this.syCarryBTable.dataSource = res.result.syCarryBList
          this.syCarryBTable.dataSource.map(item=>{
-          item.orderDate = moment(item.orderDate).format('YYYY-MM-DD');
+          item.orderDate = moment(item.orderDate)
          })
-         this.handleChangePrice()
+        //  this.handleChangePrice()
           this.$message.success('导入成功')
           // this.
         }else{