Ver Fonte

凯和修改需求

lichao há 3 anos atrás
pai
commit
0642c06975

+ 2 - 1
src/views/kaihe/containerNews/historyBoxNews/index.vue

@@ -194,7 +194,8 @@
           <span v-if="item.label == 'ownerName'">{{scope.row.ownerName}}</span>
           <span v-if="item.label == 'fVsl'">{{scope.row.fVsl}}</span>
           <span v-if="item.label == 'fVoy'">{{scope.row.fVoy}}</span>
-          <span v-if="item.label == 'fUpdatetime'">{{ parseTime(scope.row.fUpdatetime, '{y}-{m}-{d}') }}</span>
+<!--          <span v-if="item.label == 'fUpdatetime'">{{  parseTime(scope.row.fUpdatetime, '{y}-{m}-{d}') }}</span>-->
+          <span v-if="item.label == 'fUpdatetime'">{{ scope.row.fUpdatetime }}</span>
           <span v-if="item.label == 'addressName'">{{scope.row.addressName}}</span>
           <span v-if="item.label == 'updateEFName'">{{scope.row.updateEFName}}</span>
           <span v-if="item.label == 'cntrstatusName'">{{scope.row.cntrstatusName}}</span>

+ 4 - 2
src/views/kaihe/singleVoyageShip/indexItem.vue

@@ -4,8 +4,8 @@
       <el-date-picker
         type="datetime"
         placeholder="选择离港时间"
-        format="yyyy-MM-dd HH:mm"
-        value-format="yyyy-MM-dd HH:mm"
+        format="yyyy-MM-dd HH:mm:ss"
+        value-format="yyyy-MM-dd HH:mm:ss"
         size="mini"
         v-model="departure"
         style="margin-right: 10px"
@@ -190,6 +190,8 @@ export default {
         fUpdatetime: this.arrival,
         fUpdateaddress: this.fLoadportid,
         updateStatus: "2",
+        fVsl:this.selecList[0].vslName,
+        fVoy:this.selecList[0].voyNo
       };
       cargoStatus(data).then((response) => {
         this.$emit("refresh");