فهرست منبع

添加创建人

mian Boss 7 ماه پیش
والد
کامیت
566dbb8ba1
3فایلهای تغییر یافته به همراه848 افزوده شده و 634 حذف شده
  1. 509 406
      ruoyi-ui/src/views/ams/inv/locationView/index.vue
  2. 338 228
      ruoyi-ui/src/views/ams/task/index.vue
  3. 1 0
      ruoyi-ui/src/views/wms/docAsn/index.vue

+ 509 - 406
ruoyi-ui/src/views/ams/inv/locationView/index.vue

@@ -1,134 +1,237 @@
 <template>
-    <el-container>
-      <el-header style="height: 40px">
-        <div>
-          <div class="divLeft colorYellow">
-            任务中
-          </div>
-          <div class="divLeft colorWhite">
-            空
-          </div>
-          <div class="divLeft colorGreen">
-            有货
-          </div>
-          <div class="divLeft colorRed">
-            不合格
-          </div>
-<!--          <div class="divLeft">-->
-<!--            库存<icon-svg name="steel" class="site-sidebar__menu-icon"></icon-svg>-->
-<!--          </div>-->
-          <div class="divLeft">
-            【托盘】<svg-icon class-name="pallet-icon" icon-class="pallet" @click.stop="click" />
-          </div>
+  <el-container>
+    <el-header style="height: 40px">
+      <div>
+        <div class="divLeft colorYellow">任务中</div>
+        <div class="divLeft colorWhite">空</div>
+        <div class="divLeft colorGreen">有货</div>
+        <div class="divLeft colorRed">不合格</div>
+        <!--          <div class="divLeft">-->
+        <!--            库存<icon-svg name="steel" class="site-sidebar__menu-icon"></icon-svg>-->
+        <!--          </div>-->
+        <div class="divLeft">
+          【托盘】
+          <svg-icon
+            class-name="pallet-icon"
+            icon-class="pallet"
+            @click.stop="click" />
         </div>
-      </el-header>
-      <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="600px" label-position="right">
-        <el-form-item label="仓库" prop="warehouseId" v-show="false">
-          <el-select v-model="queryParams.warehouseId" placeholder="请选择所属仓库" clearable size="small" style="width: 100%" >
-            <el-option
-              v-for="dict in this.warehouseCombo"
-              :key="dict.warehouseId"
-              :label="dict.warehouseName"
-              :value="dict.warehouseId"
-            />
-          </el-select>
-        </el-form-item>
-        <el-form-item label="区域" prop="zoneId">
-          <el-select v-model="queryParams.zoneId" placeholder="请选择库区" clearable size="small" style="width: 100%">
-            <el-option
-              v-for="dict in this.locationZoneCombo"
-              :key="dict.zoneId"
-              :label="dict.zoneName"
-              :value="dict.zoneId"
-            />
-          </el-select>
-        </el-form-item>
-        <el-form-item label="刷新时间" labelWidth="80px">
-          <el-select v-model="timerValue" @change="timerChange()"  placeholder="" clearable size="small" style="width: 50%" >
-              <el-option
-                v-for="item in timerOptions"
-                :key="item.value"
-                :label="item.label"
-                :value="item.value">
-              </el-option>
-
-          </el-select>
-        </el-form-item>
-        <el-form-item>
-          <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
-          <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
-          <el-button type="primary" plain size="mini" @click="open1">打开拆包机1</el-button>
-          <el-button type="primary" plain size="mini" @click="open2">打开拆包机2</el-button>
-          <el-button type="primary" plain size="mini" @click="open3">打开拆包机3</el-button>
-          <el-button type="primary" plain size="mini" @click="open4">打开拆包机4</el-button>
-          <el-button type="primary" plain size="mini" @click="open5">打开拆包机5</el-button>
-          <el-button type="primary" plain size="mini" @click="close1">关闭拆包机1</el-button>
-          <el-button type="primary" plain size="mini" @click="close2">关闭拆包机2</el-button>
-          <el-button type="primary" plain size="mini" @click="close3">关闭拆包机3</el-button>
-          <el-button type="primary" plain size="mini" @click="close4">关闭拆包机4</el-button>
-          <el-button type="primary" plain size="mini" @click="close5">关闭拆包机5</el-button>
-        </el-form-item>
-      </el-form>
-      <el-main>
-        <el-card v-for="zone in locationZoneList" v-bind:key="zone.zoneName" class="box-card">
-          <div slot="header" class="clearfix">
-            <span style="font-weight: bold">{{zone.zoneName}}</span>
-          </div>
-          <div class="divBoxCol" v-for="col in zone.basLocationGuiColDTOS">
-            <div v-for="o in col.baseLocationGuiDTOList" v-bind:key="o.id" class="text item divBox" @click="changeLocation(o)">
-              <div class="divMinBox" v-show="o.locationNo!=null">
-                {{o.locationNo}}<!--(<font class="pointcss">{{o.agvStation}}</font>)-->
-              </div>
-              <div>
-                <div v-show="o.isEmpty=='Y'" :class="{'locDiv': true,'colorWhite': true, 'colorYellow': o.stockStatus!='00'}">
-                </div>
-                <div v-show="o.isEmpty=='N'" :class="{'locDiv': true,'colorGreen': o.isEmptyPlate != 'Y','colorRed': o.lotatt05 == 'BHG','colorYellow': o.stockStatus!='00'}">
-                  <div class="divMinFontBox" v-show="o.isEmpty=='N' && o.isEmptyPlate != 'Y' ">
-                    <div v-show="o.skuName!=null" style="color: #FFFFFF;font-size:10px;">{{o.skuName}}</div>
-                    <div style="color: #FFFFFF;font-size:10px;">{{o.lotatt01}}&nbsp;&nbsp; </div>
-<!--                    <div v-show="o.lotatt05!=null" style="color: #FFFFFF">{{o.lotatt05}}</div>-->
-<!--                    <div v-show="o.lotatt08!=null" style="color: #FFFFFF">{{o.lotatt08}}</div>-->
+      </div>
+    </el-header>
+    <el-form
+      :model="queryParams"
+      ref="queryForm"
+      :inline="true"
+      v-show="showSearch"
+      label-width="600px"
+      label-position="right">
+      <el-form-item label="仓库" prop="warehouseId" v-show="false">
+        <el-select
+          v-model="queryParams.warehouseId"
+          placeholder="请选择所属仓库"
+          clearable
+          size="small"
+          style="width: 100%">
+          <el-option
+            v-for="dict in this.warehouseCombo"
+            :key="dict.warehouseId"
+            :label="dict.warehouseName"
+            :value="dict.warehouseId" />
+        </el-select>
+      </el-form-item>
+      <el-form-item label="区域" prop="zoneId">
+        <el-select
+          v-model="queryParams.zoneId"
+          placeholder="请选择库区"
+          clearable
+          size="small"
+          style="width: 100%">
+          <el-option
+            v-for="dict in this.locationZoneCombo"
+            :key="dict.zoneId"
+            :label="dict.zoneName"
+            :value="dict.zoneId" />
+        </el-select>
+      </el-form-item>
+      <el-form-item label="刷新时间" labelWidth="80px">
+        <el-select
+          v-model="timerValue"
+          @change="timerChange()"
+          placeholder=""
+          clearable
+          size="small"
+          style="width: 50%">
+          <el-option
+            v-for="item in timerOptions"
+            :key="item.value"
+            :label="item.label"
+            :value="item.value"></el-option>
+        </el-select>
+      </el-form-item>
+      <el-form-item>
+        <el-button
+          type="primary"
+          icon="el-icon-search"
+          size="mini"
+          @click="handleQuery">
+          搜索
+        </el-button>
+        <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">
+          重置
+        </el-button>
+        <el-button type="primary" plain size="mini" @click="open1">
+          打开拆包机1
+        </el-button>
+        <el-button type="primary" plain size="mini" @click="open2">
+          打开拆包机2
+        </el-button>
+        <el-button type="primary" plain size="mini" @click="open3">
+          打开拆包机3
+        </el-button>
+        <el-button type="primary" plain size="mini" @click="open4">
+          打开拆包机4
+        </el-button>
+        <el-button type="primary" plain size="mini" @click="open5">
+          打开拆包机5
+        </el-button>
+        <el-button type="primary" plain size="mini" @click="close1">
+          关闭拆包机1
+        </el-button>
+        <el-button type="primary" plain size="mini" @click="close2">
+          关闭拆包机2
+        </el-button>
+        <el-button type="primary" plain size="mini" @click="close3">
+          关闭拆包机3
+        </el-button>
+        <el-button type="primary" plain size="mini" @click="close4">
+          关闭拆包机4
+        </el-button>
+        <el-button type="primary" plain size="mini" @click="close5">
+          关闭拆包机5
+        </el-button>
+      </el-form-item>
+    </el-form>
+    <el-main>
+      <el-card
+        v-for="zone in locationZoneList"
+        v-bind:key="zone.zoneName"
+        class="box-card">
+        <div slot="header" class="clearfix">
+          <span style="font-weight: bold">{{ zone.zoneName }}</span>
+        </div>
+        <div class="divBoxCol" v-for="col in zone.basLocationGuiColDTOS">
+          <div
+            v-for="o in col.baseLocationGuiDTOList"
+            v-bind:key="o.id"
+            class="text item divBox"
+            @click="changeLocation(o)">
+            <div class="divMinBox" v-show="o.locationNo != null">
+              <p><{{ o.locationNo }}</p>
+              <!--(<font class="pointcss">{{o.agvStation}}</font>)-->
+              <p v-show="o.isEmptyPlate != 'Y'" style="margin: 0">
+                {{ o.userdefine4 }}
+              </p>
+            </div>
+            <div>
+              <div
+                v-show="o.isEmpty == 'Y'"
+                :class="{
+                  locDiv: true,
+                  colorWhite: true,
+                  colorYellow: o.stockStatus != '00',
+                }"></div>
+              <div
+                v-show="o.isEmpty == 'N'"
+                :class="{
+                  locDiv: true,
+                  colorGreen: o.isEmptyPlate != 'Y',
+                  colorRed: o.lotatt05 == 'BHG',
+                  colorYellow: o.stockStatus != '00',
+                }">
+                <div
+                  class="divMinFontBox"
+                  v-show="o.isEmpty == 'N' && o.isEmptyPlate != 'Y'">
+                  <div
+                    v-show="o.skuName != null"
+                    style="color: #ffffff; font-size: 10px">
+                    {{ o.skuName }}
                   </div>
-                  <div class="divMinFontBoxEmptyPlate" v-show="o.isEmptyPlate == 'Y'">
-                    <svg-icon class-name="pallet-icon" icon-class="pallet" @click.stop="click" style="width: 60px;height: 35px;">{{o.id}}</svg-icon>
-                    <div style="color: #191970;font-size:12px;">{{o.skuName}}&nbsp;&nbsp;</div>
+                  <div style="color: #ffffff; font-size: 10px">
+                    {{ o.lotatt01 }}&nbsp;&nbsp;
+                  </div>
+                  <!--                    <div v-show="o.lotatt05!=null" style="color: #FFFFFF">{{o.lotatt05}}</div>-->
+                  <!--                    <div v-show="o.lotatt08!=null" style="color: #FFFFFF">{{o.lotatt08}}</div>-->
+                </div>
+                <div
+                  class="divMinFontBoxEmptyPlate"
+                  v-show="o.isEmptyPlate == 'Y'">
+                  <svg-icon
+                    class-name="pallet-icon"
+                    icon-class="pallet"
+                    @click.stop="click"
+                    style="width: 60px; height: 35px">
+                    {{ o.id }}
+                  </svg-icon>
+                  <div style="color: #191970; font-size: 12px">
+                    {{ o.skuName }}&nbsp;&nbsp;
+                    <p style="margin: 0">
+                      {{ o.userdefine4 }}
+                    </p>
                   </div>
                 </div>
               </div>
             </div>
           </div>
-        </el-card>
-      </el-main>
-      <!-- 点击库位弹出展示框做修改  -->
-      <el-dialog title="操作" :visible.sync="open" width="1000px" append-to-body>
-        <el-form>
-          <el-form-item>
-            <el-button type="primary" @click="lockLoc()">锁定/解锁</el-button>
-            <el-button type="primary" @click="occupyLoc()">有货/无货</el-button>
-            <el-button type="primary" @click="clearLoc()">清空</el-button>
-            <!--<el-button type="primary" @click="submitForm">初始化一个空托盘</el-button>-->
-          </el-form-item>
-        </el-form>
-        <el-divider content-position="center">批次属性信息</el-divider>
-        <el-table v-loading="loading" :data="form.lotattList">
-          <el-table-column label="物料" align="center" prop="sku" width="200"/>
-          <el-table-column label="物料名称" align="center" prop="skuName" width="200"/>
-          <el-table-column label="库位" align="center" prop="locationNo" width="200"/>
-          <el-table-column label="wcs任务号" align="center" prop="traceid" width="200"/>
-          <el-table-column label="库存数量" align="center" prop="qty"/>
-          <el-table-column label="已分配数量" align="center" prop="qtyallocated" width="200"/>
-          <el-table-column
-            v-for="(item, index) in itemOption"
-            :key="index_back"
-            :label="item.label"
-            align="center" :prop="item.prop" width="200">
-          </el-table-column>
-        </el-table>
-        <!--<el-descriptions title="批次属性" :column="2" border>
+        </div>
+      </el-card>
+    </el-main>
+    <!-- 点击库位弹出展示框做修改  -->
+    <el-dialog title="操作" :visible.sync="open" width="1000px" append-to-body>
+      <el-form>
+        <el-form-item>
+          <el-button type="primary" @click="lockLoc()">锁定/解锁</el-button>
+          <el-button type="primary" @click="occupyLoc()">有货/无货</el-button>
+          <el-button type="primary" @click="clearLoc()">清空</el-button>
+          <!--<el-button type="primary" @click="submitForm">初始化一个空托盘</el-button>-->
+        </el-form-item>
+      </el-form>
+      <el-divider content-position="center">批次属性信息</el-divider>
+      <el-table v-loading="loading" :data="form.lotattList">
+        <el-table-column label="物料" align="center" prop="sku" width="200" />
+        <el-table-column
+          label="物料名称"
+          align="center"
+          prop="skuName"
+          width="200" />
+        <el-table-column
+          label="库位"
+          align="center"
+          prop="locationNo"
+          width="200" />
+        <el-table-column
+          label="wcs任务号"
+          align="center"
+          prop="traceid"
+          width="200" />
+        <el-table-column label="库存数量" align="center" prop="qty" />
+        <el-table-column
+          label="已分配数量"
+          align="center"
+          prop="qtyallocated"
+          width="200" />
+        <el-table-column
+          v-for="(item, index) in itemOption"
+          :key="index_back"
+          :label="item.label"
+          align="center"
+          :prop="item.prop"
+          width="200"></el-table-column>
+      </el-table>
+      <!--<el-descriptions title="批次属性" :column="2" border>
           <el-descriptions-item v-for="(item, index) in itemOption" :label="item.label">{{form[`${item.prop}`]}}</el-descriptions-item>
         </el-descriptions>-->
-      </el-dialog>
-    </el-container>
+    </el-dialog>
+  </el-container>
 </template>
 <script>
 import {
@@ -136,8 +239,7 @@ import {
   locationInvView,
   queryLocationZoneDict,
   lockLocRequest,
-  lotattConfigList
-  ,
+  lotattConfigList,
   lotattInfo,
   occupyLocRequest,
   queryWarehouseDict,
@@ -150,280 +252,270 @@ import {
   close2,
   close3,
   close4,
-  close5
+  close5,
 } from "@/api/ams/locationView";
 
-  export default {
-    data () {
-      return {
-        timerOptions: [{
+export default {
+  data() {
+    return {
+      timerOptions: [
+        {
           value: 60000,
-          label: '1分钟'
-        }, {
+          label: "1分钟",
+        },
+        {
           value: 300000,
-          label: '5分钟'
-        }, {
+          label: "5分钟",
+        },
+        {
           value: 600000,
-          label: '10分钟'
-        }, {
-          value: 900000,
-          label: '15分钟'
-        }, {
-          value: 1200000,
-          label: '20分钟'
+          label: "10分钟",
         },
-          {
-            value: 5000,
-            label: '5秒'
-          }],
-        timerValue: 5000,
-        open: false,
-        showSearch: true,
-        dataForm: {
-          zoneId: ''
+        {
+          value: 900000,
+          label: "15分钟",
         },
-        queryParams: {
-          zoneId: '',
-          warehouseId: ''
+        {
+          value: 1200000,
+          label: "20分钟",
         },
-        locationZoneList: [],
-        locationList: {'a': [1, 2, 3]},
-        locationClearVisible: false,
-        // 表单参数
-        form: {
-          lotatt01: '',
-          lotatt02: '',
-          lotatt03: '',
-          lotatt04: '',
-          lotatt05: '',
-          lotatt06: '',
-          lotatt07: '',
-          lotatt08: '',
-          lotatt09: '',
-          lotatt10: '',
-          lotatt11: '',
-          lotatt12: '',
-          lotatt13: '',
-          lotatt14: '',
-          lotatt15: '',
-          lotatt16: '',
-          lotatt17: '',
-          lotatt18: '',
-          lotattList: null
+        {
+          value: 5000,
+          label: "5秒",
         },
-        itemOption: []
-      }
-    },
-    mounted () {
-    },
-    activated () {
-    },
-    created () {
-      // this.getWarehouseList()
-      this.getBasZoneList()
-      this.getDataList()
-      this.getItemopention()
-      this.timer = setInterval(this.getDataList, this.timerValue);
-    },
-    beforeDestroy () {
-      clearInterval(this.timer)
-    },
-    methods: {
-      handleQuery() {
-        this.getDataList();
+      ],
+      timerValue: 5000,
+      open: false,
+      showSearch: true,
+      dataForm: {
+        zoneId: "",
       },
-      open1() {
-        let that = this
-        this.$modal.confirm('是否确认要打开1号拆包机').then(function() {
-          open1(that.currentSelect).then(response => {
-            if (response.code === 200) {
-              that.$modal.msgSuccess(response.msg);
-              that.search();
-            } else {
-              that.$modal.msgError(response.msg);
-            }
-          });
-        });
+      queryParams: {
+        zoneId: "",
+        warehouseId: "",
       },
-      open2() {
-        let that = this
-        this.$modal.confirm('是否确认要打开2号拆包机').then(function() {
-          open2(that.currentSelect).then(response => {
-            if (response.code === 200) {
-              that.$modal.msgSuccess(response.msg);
-              that.search();
-            } else {
-              that.$modal.msgError(response.msg);
-            }
-          });
-        });
+      locationZoneList: [],
+      locationList: { a: [1, 2, 3] },
+      locationClearVisible: false,
+      // 表单参数
+      form: {
+        lotatt01: "",
+        lotatt02: "",
+        lotatt03: "",
+        lotatt04: "",
+        lotatt05: "",
+        lotatt06: "",
+        lotatt07: "",
+        lotatt08: "",
+        lotatt09: "",
+        lotatt10: "",
+        lotatt11: "",
+        lotatt12: "",
+        lotatt13: "",
+        lotatt14: "",
+        lotatt15: "",
+        lotatt16: "",
+        lotatt17: "",
+        lotatt18: "",
+        lotattList: null,
       },
-      open3() {
-        let that = this
-        this.$modal.confirm('是否确认要打开3号拆包机').then(function() {
-          open3(that.currentSelect).then(response => {
-            if (response.code === 200) {
-              that.$modal.msgSuccess(response.msg);
-              that.search();
-            } else {
-              that.$modal.msgError(response.msg);
-            }
-          });
+      itemOption: [],
+    };
+  },
+  mounted() {},
+  activated() {},
+  created() {
+    // this.getWarehouseList()
+    this.getBasZoneList();
+    this.getDataList();
+    this.getItemopention();
+    this.timer = setInterval(this.getDataList, this.timerValue);
+  },
+  beforeDestroy() {
+    clearInterval(this.timer);
+  },
+  methods: {
+    handleQuery() {
+      this.getDataList();
+    },
+    open1() {
+      let that = this;
+      this.$modal.confirm("是否确认要打开1号拆包机").then(function () {
+        open1(that.currentSelect).then((response) => {
+          if (response.code === 200) {
+            that.$modal.msgSuccess(response.msg);
+            that.search();
+          } else {
+            that.$modal.msgError(response.msg);
+          }
         });
-      },
-      open4() {
-        let that = this
-        this.$modal.confirm('是否确认要打开4号拆包机').then(function() {
-          open4(that.currentSelect).then(response => {
-            if (response.code === 200) {
-              that.$modal.msgSuccess(response.msg);
-              that.search();
-            } else {
-              that.$modal.msgError(response.msg);
-            }
-          });
+      });
+    },
+    open2() {
+      let that = this;
+      this.$modal.confirm("是否确认要打开2号拆包机").then(function () {
+        open2(that.currentSelect).then((response) => {
+          if (response.code === 200) {
+            that.$modal.msgSuccess(response.msg);
+            that.search();
+          } else {
+            that.$modal.msgError(response.msg);
+          }
         });
-      },
-      open5() {
-        let that = this
-        this.$modal.confirm('是否确认要打开5号拆包机').then(function() {
-          open5(that.currentSelect).then(response => {
-            if (response.code === 200) {
-              that.$modal.msgSuccess(response.msg);
-              that.search();
-            } else {
-              that.$modal.msgError(response.msg);
-            }
-          });
+      });
+    },
+    open3() {
+      let that = this;
+      this.$modal.confirm("是否确认要打开3号拆包机").then(function () {
+        open3(that.currentSelect).then((response) => {
+          if (response.code === 200) {
+            that.$modal.msgSuccess(response.msg);
+            that.search();
+          } else {
+            that.$modal.msgError(response.msg);
+          }
         });
-      },
-      close1(){
-        let that = this
-        this.$modal.confirm('是否确认要关闭1号拆包机').then(function() {
-          close1(that.currentSelect).then(response => {
-            if (response.code === 200) {
-              that.$modal.msgSuccess(response.msg);
-              that.search();
-            } else {
-              that.$modal.msgError(response.msg);
-            }
-          });
+      });
+    },
+    open4() {
+      let that = this;
+      this.$modal.confirm("是否确认要打开4号拆包机").then(function () {
+        open4(that.currentSelect).then((response) => {
+          if (response.code === 200) {
+            that.$modal.msgSuccess(response.msg);
+            that.search();
+          } else {
+            that.$modal.msgError(response.msg);
+          }
         });
-      },
-      close2(){
-        let that = this
-        this.$modal.confirm('是否确认要关闭2号拆包机').then(function() {
-          close2(that.currentSelect).then(response => {
-            if (response.code === 200) {
-              that.$modal.msgSuccess(response.msg);
-              that.search();
-            } else {
-              that.$modal.msgError(response.msg);
-            }
-          });
+      });
+    },
+    open5() {
+      let that = this;
+      this.$modal.confirm("是否确认要打开5号拆包机").then(function () {
+        open5(that.currentSelect).then((response) => {
+          if (response.code === 200) {
+            that.$modal.msgSuccess(response.msg);
+            that.search();
+          } else {
+            that.$modal.msgError(response.msg);
+          }
         });
-      },
-      close3(){
-        let that = this
-        this.$modal.confirm('是否确认要关闭3号拆包机').then(function() {
-          close3(that.currentSelect).then(response => {
-            if (response.code === 200) {
-              that.$modal.msgSuccess(response.msg);
-              that.search();
-            } else {
-              that.$modal.msgError(response.msg);
-            }
-          });
+      });
+    },
+    close1() {
+      let that = this;
+      this.$modal.confirm("是否确认要关闭1号拆包机").then(function () {
+        close1(that.currentSelect).then((response) => {
+          if (response.code === 200) {
+            that.$modal.msgSuccess(response.msg);
+            that.search();
+          } else {
+            that.$modal.msgError(response.msg);
+          }
         });
-      },
-      close4(){
-        let that = this
-        this.$modal.confirm('是否确认要关闭4号拆包机').then(function() {
-          close4(that.currentSelect).then(response => {
-            if (response.code === 200) {
-              that.$modal.msgSuccess(response.msg);
-              that.search();
-            } else {
-              that.$modal.msgError(response.msg);
-            }
-          });
+      });
+    },
+    close2() {
+      let that = this;
+      this.$modal.confirm("是否确认要关闭2号拆包机").then(function () {
+        close2(that.currentSelect).then((response) => {
+          if (response.code === 200) {
+            that.$modal.msgSuccess(response.msg);
+            that.search();
+          } else {
+            that.$modal.msgError(response.msg);
+          }
         });
-      },
-      close5(){
-        let that = this
-        this.$modal.confirm('是否确认要关闭5号拆包机').then(function() {
-          close5(that.currentSelect).then(response => {
-            if (response.code === 200) {
-              that.$modal.msgSuccess(response.msg);
-              that.search();
-            } else {
-              that.$modal.msgError(response.msg);
-            }
-          });
+      });
+    },
+    close3() {
+      let that = this;
+      this.$modal.confirm("是否确认要关闭3号拆包机").then(function () {
+        close3(that.currentSelect).then((response) => {
+          if (response.code === 200) {
+            that.$modal.msgSuccess(response.msg);
+            that.search();
+          } else {
+            that.$modal.msgError(response.msg);
+          }
         });
-      },
-      clearInterval () {
-        clearInterval(this.timer)
-      },
-      timerChange(){
-        this.clearInterval ();
-        this.timer = setInterval(this.getDataList, this.timerValue);
-      },
-      getItemopention(){
-        lotattConfigList().then(response => {
-          let data = response.data
-          for(let i=0;i<data.length;i++) {
-            let obj = new Object();
-            obj.label = data[i].lotattName
-            obj.prop = data[i].lotattId
-            this.itemOption.push(obj)
+      });
+    },
+    close4() {
+      let that = this;
+      this.$modal.confirm("是否确认要关闭4号拆包机").then(function () {
+        close4(that.currentSelect).then((response) => {
+          if (response.code === 200) {
+            that.$modal.msgSuccess(response.msg);
+            that.search();
+          } else {
+            that.$modal.msgError(response.msg);
           }
-        })
-      },
-      getDataList () {
-        this.dataListLoading = true
-        locationInvView(this.queryParams).then(response => {
-          this.locationZoneList = response.data
-        })
-        this.dataListLoading = false
-      },
-      changeLocation(o){
-        this.selected(o)
-        // alert(o.locationNo);
-      },
-      resetQuery() {//重置搜索
-        this.resetForm("queryForm");
-        this.getDataList();
-      },
-      selected(item) {
-        if (item.locationNo) {
-          this.currentSelect = parseInt(item.id)
-          this.open = true;
-          lotattInfo(this.currentSelect).then(response => {
-            this.form.lotattList = response.data
-            this.loading = false;
-          })
+        });
+      });
+    },
+    close5() {
+      let that = this;
+      this.$modal.confirm("是否确认要关闭5号拆包机").then(function () {
+        close5(that.currentSelect).then((response) => {
+          if (response.code === 200) {
+            that.$modal.msgSuccess(response.msg);
+            that.search();
+          } else {
+            that.$modal.msgError(response.msg);
+          }
+        });
+      });
+    },
+    clearInterval() {
+      clearInterval(this.timer);
+    },
+    timerChange() {
+      this.clearInterval();
+      this.timer = setInterval(this.getDataList, this.timerValue);
+    },
+    getItemopention() {
+      lotattConfigList().then((response) => {
+        let data = response.data;
+        for (let i = 0; i < data.length; i++) {
+          let obj = new Object();
+          obj.label = data[i].lotattName;
+          obj.prop = data[i].lotattId;
+          this.itemOption.push(obj);
         }
-
-      },
-      lockLoc() {
-        let that = this
-        this.$modal.confirm('是否确认要锁定/解锁?').then(function() {
-          lockLocRequest(that.currentSelect).then(response => {
-            if (response.code === 200) {
-              that.open = false;
-              that.$modal.msgSuccess(response.msg);
-              that.search();
-            } else {
-              that.$modal.msgError(response.msg);
-            }
-          });
+      });
+    },
+    getDataList() {
+      this.dataListLoading = true;
+      locationInvView(this.queryParams).then((response) => {
+        this.locationZoneList = response.data;
+      });
+      this.dataListLoading = false;
+    },
+    changeLocation(o) {
+      this.selected(o);
+      // alert(o.locationNo);
+    },
+    resetQuery() {
+      //重置搜索
+      this.resetForm("queryForm");
+      this.getDataList();
+    },
+    selected(item) {
+      if (item.locationNo) {
+        this.currentSelect = parseInt(item.id);
+        this.open = true;
+        lotattInfo(this.currentSelect).then((response) => {
+          this.form.lotattList = response.data;
+          this.loading = false;
         });
-      },
-      occupyLoc() {
-        let that = this
-        this.$modal.confirm('是否确认要修改库位状态?').then(function() {
-        occupyLocRequest(that.currentSelect).then(response => {
+      }
+    },
+    lockLoc() {
+      let that = this;
+      this.$modal.confirm("是否确认要锁定/解锁?").then(function () {
+        lockLocRequest(that.currentSelect).then((response) => {
           if (response.code === 200) {
             that.open = false;
             that.$modal.msgSuccess(response.msg);
@@ -431,40 +523,53 @@ import {
           } else {
             that.$modal.msgError(response.msg);
           }
-          });
         });
-      },
-      clearLoc() {
-        let that = this
-        this.$modal.confirm('是否确认要清空库存?').then(function() {
-          clearLocRequest(that.currentSelect).then(response => {
-            if (response.code === 200) {
-              that.open = false;
-              that.$modal.msgSuccess(response.msg);
-              that.search();
-            } else {
-              that.$modal.msgError(response.msg);
-            }
-          });
+      });
+    },
+    occupyLoc() {
+      let that = this;
+      this.$modal.confirm("是否确认要修改库位状态?").then(function () {
+        occupyLocRequest(that.currentSelect).then((response) => {
+          if (response.code === 200) {
+            that.open = false;
+            that.$modal.msgSuccess(response.msg);
+            that.search();
+          } else {
+            that.$modal.msgError(response.msg);
+          }
         });
-      },
-      getBasZoneList() {
-        queryLocationZoneDict().then(response => {
-          this.locationZoneCombo = response.data
-        })
-      },
-      getWarehouseList() {
-        queryWarehouseDict().then(response => {
-          this.warehouseCombo = response.data
+      });
+    },
+    clearLoc() {
+      let that = this;
+      this.$modal.confirm("是否确认要清空库存?").then(function () {
+        clearLocRequest(that.currentSelect).then((response) => {
+          if (response.code === 200) {
+            that.open = false;
+            that.$modal.msgSuccess(response.msg);
+            that.search();
+          } else {
+            that.$modal.msgError(response.msg);
+          }
         });
-      },
-    }
-  }
+      });
+    },
+    getBasZoneList() {
+      queryLocationZoneDict().then((response) => {
+        this.locationZoneCombo = response.data;
+      });
+    },
+    getWarehouseList() {
+      queryWarehouseDict().then((response) => {
+        this.warehouseCombo = response.data;
+      });
+    },
+  },
+};
 </script>
 
 <style>
-
-.pointcss{
+.pointcss {
   color: hotpink;
 }
 
@@ -537,11 +642,9 @@ import {
   padding-top: 5px;
 }
 
-.box-card{
+.box-card {
   width: 100%;
-  display:inline-block;
+  display: inline-block;
   overflow: hidden;
 }
 </style>
-
-

+ 338 - 228
ruoyi-ui/src/views/ams/task/index.vue

@@ -1,14 +1,18 @@
 <template>
   <div class="app-container">
-    <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px">
+    <el-form
+      :model="queryParams"
+      ref="queryForm"
+      :inline="true"
+      v-show="showSearch"
+      label-width="68px">
       <el-form-item label="任务编号" prop="taskNo">
         <el-input
           v-model="queryParams.taskNo"
           placeholder="请输入任务编号"
           clearable
           size="small"
-          @keyup.enter.native="handleQuery"
-        />
+          @keyup.enter.native="handleQuery" />
       </el-form-item>
 
       <el-form-item label="起始区域" prop="areaFrom">
@@ -19,26 +23,28 @@
         <!--          size="small"-->
         <!--          @keyup.enter.native="handleQuery"-->
         <!--        />-->
-        <el-select v-model="queryParams.areaFrom" @change="locationZoneFromChange" placeholder="请选择起始区域" clearable
-                   size="small" style="width: 100%">
+        <el-select
+          v-model="queryParams.areaFrom"
+          @change="locationZoneFromChange"
+          placeholder="请选择起始区域"
+          clearable
+          size="small"
+          style="width: 100%">
           <el-option
             v-for="dict in this.locationZoneCombo"
             :key="dict.zoneId"
             :label="dict.zoneName"
-            :value="dict.zoneId"
-          />
+            :value="dict.zoneId" />
         </el-select>
       </el-form-item>
 
-
       <el-form-item label="起始点位" prop="locationFrom">
         <el-input
           v-model="queryParams.locationFrom"
           placeholder="请输入起始点位"
           clearable
           size="small"
-          @keyup.enter.native="handleQuery"
-        />
+          @keyup.enter.native="handleQuery" />
       </el-form-item>
 
       <el-form-item label="终点点位" prop="locationTo">
@@ -47,8 +53,7 @@
           placeholder="请输入终点点位"
           clearable
           size="small"
-          @keyup.enter.native="handleQuery"
-        />
+          @keyup.enter.native="handleQuery" />
       </el-form-item>
       <el-form-item label="终点区域" prop="areaTo">
         <!--        <el-input-->
@@ -58,31 +63,34 @@
         <!--          size="small"-->
         <!--          @keyup.enter.native="handleQuery"-->
         <!--        />-->
-        <el-select v-model="queryParams.areaTo" @change="locationZoneToChange" placeholder="请选择终点区域" clearable
-                   size="small" style="width: 100%">
+        <el-select
+          v-model="queryParams.areaTo"
+          @change="locationZoneToChange"
+          placeholder="请选择终点区域"
+          clearable
+          size="small"
+          style="width: 100%">
           <el-option
             v-for="dict in this.locationZoneCombo"
             :key="dict.zoneId"
             :label="dict.zoneName"
-            :value="dict.zoneId"
-          />
+            :value="dict.zoneId" />
         </el-select>
       </el-form-item>
       <el-form-item label="ִ状态" prop="state">
-<!--        <el-input-->
-<!--          v-model="queryParams.state"-->
-<!--          placeholder="请输入ִ状态"-->
-<!--          clearable-->
-<!--          size="small"-->
-<!--          @keyup.enter.native="handleQuery"-->
-<!--        />-->
+        <!--        <el-input-->
+        <!--          v-model="queryParams.state"-->
+        <!--          placeholder="请输入ִ状态"-->
+        <!--          clearable-->
+        <!--          size="small"-->
+        <!--          @keyup.enter.native="handleQuery"-->
+        <!--        />-->
         <el-select v-model="queryParams.state" clearable placeholder="请选择">
           <el-option
             v-for="item in options"
             :key="item.value"
             :label="item.label"
-            :value="item.value">
-          </el-option>
+            :value="item.value"></el-option>
         </el-select>
       </el-form-item>
       <!--      <el-form-item label="创建人" prop="createUser">-->
@@ -103,8 +111,7 @@
           type="daterange"
           range-separator="-"
           start-placeholder="开始日期"
-          end-placeholder="结束日期"
-        ></el-date-picker>
+          end-placeholder="结束日期"></el-date-picker>
       </el-form-item>
       <!--      <el-form-item label="仓库" prop="shopId">-->
       <!--        <el-input-->
@@ -115,25 +122,33 @@
       <!--          @keyup.enter.native="handleQuery"-->
       <!--        />-->
       <!--      </el-form-item>-->
-<!--      <el-form-item label="任务开始时间" prop="startTime">-->
-<!--        <el-date-picker clearable size="small"-->
-<!--                        v-model="queryParams.startTime"-->
-<!--                        type="date"-->
-<!--                        value-format="yyyy-MM-dd"-->
-<!--                        placeholder="选择任务开始时间">-->
-<!--        </el-date-picker>-->
-<!--      </el-form-item>-->
-<!--      <el-form-item label="任务结束时间" prop="endTime">-->
-<!--        <el-date-picker clearable size="small"-->
-<!--                        v-model="queryParams.endTime"-->
-<!--                        type="date"-->
-<!--                        value-format="yyyy-MM-dd"-->
-<!--                        placeholder="选择任务结束时间">-->
-<!--        </el-date-picker>-->
-<!--      </el-form-item>-->
+      <!--      <el-form-item label="任务开始时间" prop="startTime">-->
+      <!--        <el-date-picker clearable size="small"-->
+      <!--                        v-model="queryParams.startTime"-->
+      <!--                        type="date"-->
+      <!--                        value-format="yyyy-MM-dd"-->
+      <!--                        placeholder="选择任务开始时间">-->
+      <!--        </el-date-picker>-->
+      <!--      </el-form-item>-->
+      <!--      <el-form-item label="任务结束时间" prop="endTime">-->
+      <!--        <el-date-picker clearable size="small"-->
+      <!--                        v-model="queryParams.endTime"-->
+      <!--                        type="date"-->
+      <!--                        value-format="yyyy-MM-dd"-->
+      <!--                        placeholder="选择任务结束时间">-->
+      <!--        </el-date-picker>-->
+      <!--      </el-form-item>-->
       <el-form-item>
-        <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
-        <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
+        <el-button
+          type="primary"
+          icon="el-icon-search"
+          size="mini"
+          @click="handleQuery">
+          搜索
+        </el-button>
+        <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">
+          重置
+        </el-button>
       </el-form-item>
     </el-form>
 
@@ -145,8 +160,9 @@
           icon="el-icon-plus"
           size="mini"
           @click="handleAdd"
-          v-hasPermi="['ams:wcsTask:add']"
-        >新增</el-button>
+          v-hasPermi="['ams:wcsTask:add']">
+          新增
+        </el-button>
       </el-col>
       <el-col :span="1.5">
         <el-button
@@ -154,8 +170,9 @@
           plain
           icon="el-icon-plus"
           size="mini"
-          @click="handleCharge"
-        >充电任务</el-button>
+          @click="handleCharge">
+          充电任务
+        </el-button>
       </el-col>
       <!--<el-col :span="1.5">
         <el-button
@@ -189,12 +206,21 @@
           v-hasPermi="['ams:wcsTask:export']"
         >导出</el-button>
       </el-col>-->
-      <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
+      <right-toolbar
+        :showSearch.sync="showSearch"
+        @queryTable="getList"></right-toolbar>
     </el-row>
 
-    <el-table v-loading="loading" :data="wcsTaskList" @selection-change="handleSelectionChange">
+    <el-table
+      v-loading="loading"
+      :data="wcsTaskList"
+      @selection-change="handleSelectionChange">
       <el-table-column type="selection" width="55" align="center" />
-      <el-table-column label="任务编号" align="center" prop="taskNo"  width="180"/>
+      <el-table-column
+        label="任务编号"
+        align="center"
+        prop="taskNo"
+        width="180" />
       <!--<el-table-column label="仓库" align="center" prop="shopId" />-->
       <!--<el-table-column label="调用系统名称" align="center" prop="sysName" />-->
       <!--<el-table-column label="调用设备名称" align="center" prop="deviceName" />-->
@@ -206,8 +232,8 @@
       <el-table-column label="wms单号" align="center" prop="ext1" />
       <el-table-column label="托盘号" align="center" prop="ext2" />
       <el-table-column label="wcs任务号" align="center" prop="ext3" />
-<!--      <el-table-column label="AGV站点" align="center" prop="agvStation" />-->
-      <el-table-column label="ִ状态" align="center" prop="state" >
+      <!--      <el-table-column label="AGV站点" align="center" prop="agvStation" />-->
+      <el-table-column label="ִ状态" align="center" prop="state">
         <template slot-scope="scope">
           <div v-if="scope.row.state === 1">开始</div>
           <div v-if="scope.row.state === 2">完成</div>
@@ -226,29 +252,49 @@
         </template>
       </el-table-column>
       <el-table-column label="备注" align="center" prop="remark" />
-      <!--<el-table-column label="创建人" align="center" prop="createUser" />-->
-      <el-table-column label="创建时间" align="center" prop="createDate" width="200"/>
+      <el-table-column label="创建人" align="center" prop="createUser" />
+      <el-table-column
+        label="创建时间"
+        align="center"
+        prop="createDate"
+        width="200" />
       <!--<el-table-column label="任务类型" align="center" prop="taskType" />-->
-      <el-table-column label="任务开始时间" align="center" prop="startTime"/>
-      <el-table-column label="任务结束时间" align="center" prop="endTime"/>
+      <el-table-column label="任务开始时间" align="center" prop="startTime" />
+      <el-table-column label="任务结束时间" align="center" prop="endTime" />
       <!--<el-table-column label="父任务单号" align="center" prop="parentTask" />-->
       <!--<el-table-column label="AGV接收车号" align="center" prop="agvNo" />-->
-      <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
+      <el-table-column
+        label="操作"
+        align="center"
+        class-name="small-padding fixed-width">
         <template slot-scope="scope">
           <el-button
-            v-if="scope.row.state !== 7 && scope.row.state !== 2 && scope.row.state !== 11 && scope.row.state !== 12"
+            v-if="
+              scope.row.state !== 7 &&
+              scope.row.state !== 2 &&
+              scope.row.state !== 11 &&
+              scope.row.state !== 12
+            "
             size="mini"
             type="text"
             icon="el-icon-edit"
-            @click="handleComplete(scope.row)">完成</el-button>
+            @click="handleComplete(scope.row)">
+            完成
+          </el-button>
           <el-button
-            v-if="scope.row.state !== 7 && scope.row.state !== 2 && scope.row.state !== 11 && scope.row.state !== 12"
+            v-if="
+              scope.row.state !== 7 &&
+              scope.row.state !== 2 &&
+              scope.row.state !== 11 &&
+              scope.row.state !== 12
+            "
             size="mini"
             type="text"
             icon="el-icon-delete"
             @click="handleCancel(scope.row)"
-            v-hasPermi="['ams:wcsTask:remove']"
-          >取消</el-button>
+            v-hasPermi="['ams:wcsTask:remove']">
+            取消
+          </el-button>
           <!--          <el-button size="mini" type="text" v-if="scope.row.state === 7" @click="handleDisposition(scope.row, 'disFrom')">归于起点</el-button>-->
           <!--          <el-button size="mini" type="text" v-if="scope.row.state === 7" @click="handleDisposition(scope.row, 'disTo')">归于终点</el-button>-->
         </template>
@@ -256,76 +302,99 @@
     </el-table>
 
     <pagination
-      v-show="total>0"
+      v-show="total > 0"
       :total="total"
       :page.sync="queryParams.pageNum"
       :limit.sync="queryParams.pageSize"
-      @pagination="getList"
-    />
+      @pagination="getList" />
 
     <!-- 添加或修改AGV任务对话框 -->
     <el-dialog :title="title" :visible.sync="open" width="500px" append-to-body>
       <el-form ref="form" :model="form" :rules="rules" label-width="80px">
         <el-form-item label="任务类型" prop="businessType">
-          <el-select v-model="form.businessType" placeholder="请选择任务类型" clearable size="small" style="width: 100%">
+          <el-select
+            v-model="form.businessType"
+            placeholder="请选择任务类型"
+            clearable
+            size="small"
+            style="width: 100%">
             <el-option
               v-for="dict in businessTypeCombo"
               :key="dict.value"
               :label="dict.label"
-              :value="dict.value"
-            ></el-option>
+              :value="dict.value"></el-option>
           </el-select>
         </el-form-item>
         <el-form-item label="是否转发" prop="businessType">
-          <el-select v-model="form.taskType" placeholder="请选择" clearable size="small" style="width: 100%">
+          <el-select
+            v-model="form.taskType"
+            placeholder="请选择"
+            clearable
+            size="small"
+            style="width: 100%">
             <el-option
               v-for="dict in taskTypeCombo"
               :key="dict.value"
               :label="dict.label"
-              :value="dict.value"
-            ></el-option>
+              :value="dict.value"></el-option>
           </el-select>
         </el-form-item>
         <el-form-item label="起始区域" prop="areaFrom">
-          <el-select v-model="form.areaFrom" @change="locationZoneFromChange" placeholder="请选择库区" clearable
-                     size="small" style="width: 100%">
+          <el-select
+            v-model="form.areaFrom"
+            @change="locationZoneFromChange"
+            placeholder="请选择库区"
+            clearable
+            size="small"
+            style="width: 100%">
             <el-option
               v-for="dict in this.locationZoneCombo"
               :key="dict.zoneId"
               :label="dict.zoneName"
-              :value="dict.zoneId"
-            />
+              :value="dict.zoneId" />
           </el-select>
         </el-form-item>
         <el-form-item label="起始点位" prop="locationFrom">
-          <el-select v-model="form.locationFrom" placeholder="请选择库位" clearable size="small" style="width: 100%">
+          <el-select
+            v-model="form.locationFrom"
+            placeholder="请选择库位"
+            clearable
+            size="small"
+            style="width: 100%">
             <el-option
               v-for="dict in locationFromCombo"
               :key="dict.id"
               :label="dict.locationNo"
-              :value="dict.id"
-            ></el-option>
+              :value="dict.id"></el-option>
           </el-select>
         </el-form-item>
         <el-form-item label="目标区域" prop="areaTo">
-          <el-select v-model="form.areaTo" @change="locationZoneToChange" placeholder="请选择库区" clearable
-                     size="small" style="width: 100%">
+          <el-select
+            v-model="form.areaTo"
+            @change="locationZoneToChange"
+            placeholder="请选择库区"
+            clearable
+            size="small"
+            style="width: 100%">
             <el-option
               v-for="dict in this.locationZoneCombo"
               :key="dict.zoneId"
               :label="dict.zoneName"
-              :value="dict.zoneId"
-            />
+              :value="dict.zoneId" />
           </el-select>
         </el-form-item>
         <el-form-item label="终点点位" prop="locationTo">
-          <el-select v-model="form.locationTo" placeholder="请选择库位" clearable size="small" style="width: 100%">
+          <el-select
+            v-model="form.locationTo"
+            placeholder="请选择库位"
+            clearable
+            size="small"
+            style="width: 100%">
             <el-option
               v-for="dict in locationToCombo"
               :key="dict.id"
               :label="dict.locationNo"
-              :value="dict.id"
-            ></el-option>
+              :value="dict.id"></el-option>
           </el-select>
         </el-form-item>
         <!--
@@ -425,16 +494,24 @@
       </div>
     </el-dialog>
     <!--充电-->
-    <el-dialog :title="title" :visible.sync="chaegeOpen" width="500px" append-to-body>
+    <el-dialog
+      :title="title"
+      :visible.sync="chaegeOpen"
+      width="500px"
+      append-to-body>
       <el-form ref="form" :model="form" :rules="rules" label-width="80px">
         <el-form-item label="车号" prop="businessType">
-          <el-select v-model="form.agvNo" placeholder="请选择车辆" clearable size="small" style="width: 100%">
+          <el-select
+            v-model="form.agvNo"
+            placeholder="请选择车辆"
+            clearable
+            size="small"
+            style="width: 100%">
             <el-option
               v-for="dict in chargeCombo"
               :key="dict.value"
               :label="dict.label"
-              :value="dict.value"
-            ></el-option>
+              :value="dict.value"></el-option>
           </el-select>
         </el-form-item>
       </el-form>
@@ -442,7 +519,6 @@
         <el-button type="primary" @click="submitChargeForm">确 定</el-button>
       </div>
     </el-dialog>
-
   </div>
 </template>
 
@@ -457,10 +533,10 @@ import {
   completeWcsTask,
   taskCancel,
   invDisposition,
-  addChargeTask
+  addChargeTask,
 } from "@/api/ams/wcsTask";
 import { queryLocationDict } from "@/api/base/locationInfo";
-import { queryLocationZoneDict } from "@/api/base/locationZone"
+import { queryLocationZoneDict } from "@/api/base/locationZone";
 
 export default {
   name: "WcsTask",
@@ -487,7 +563,7 @@ export default {
       // 是否显示弹出层
       open: false,
       // 充电弹窗
-      chaegeOpen:false,
+      chaegeOpen: false,
       // 查询参数
       queryParams: {
         pageNum: 1,
@@ -505,71 +581,84 @@ export default {
         startTime: null,
         endTime: null,
         parentTask: null,
-        agvNo: null
+        agvNo: null,
       },
       // 表单参数
       form: {},
       // 表单校验
-      rules: {
-      },
-      businessTypeCombo: [
-        {'label':'普通任务','value':'01'}
-      ],
+      rules: {},
+      businessTypeCombo: [{ label: "普通任务", value: "01" }],
       chargeCombo: [
-        {'label':'迷你堆垛A','value':'1'},
-        {'label':'迷你堆垛B','value':'2'},
-        {'label':'三向车','value':'3'}
+        { label: "一号堆垛车", value: "1" },
+        { label: "二号堆垛车", value: "2" },
+        // {'label':'三向车','value':'3'}
       ],
       taskTypeCombo: [
-        {'label':'是','value':'Y'},
-        {'label':'否','value':'N'}
+        { label: "是", value: "Y" },
+        { label: "否", value: "N" },
       ],
       locationFromCombo: [],
       locationToCombo: [],
       locationZoneCombo: [],
-     options: [{//状态栏下拉选项
-       value: '1',
-       label: '开始'
-     }, {
-       value: '2',
-       label: '完成'
-     }, {
-       value: '3',
-       label: '开始取货'
-     }, {
-       value: '4',
-       label: '取货完成'
-     }, {
-       value: '5',
-       label: '开始卸货'
-     },{
-       value: '6',
-       label: '卸货完成'
-     },{
-       value: '7',
-       label: '取消'
-     },{
-       value: '8',
-       label: '异常'
-     },{
-       value: '9',
-       label: '待下发'
-     },{
-       value: '10',
-       label: '已下发'
-     },{
-       value: '11',
-       label: '取消并归于起点'
-     },{
-       value: '12',
-       label: '取消并归于终点'
-     },{
-       value: '13',
-       label: '取货待确认'
-     },{
-       value: '14',
-       label: '卸货待确认'
-     }],
+      options: [
+        {
+          //状态栏下拉选项
+          value: "1",
+          label: "开始",
+        },
+        {
+          value: "2",
+          label: "完成",
+        },
+        {
+          value: "3",
+          label: "开始取货",
+        },
+        {
+          value: "4",
+          label: "取货完成",
+        },
+        {
+          value: "5",
+          label: "开始卸货",
+        },
+        {
+          value: "6",
+          label: "卸货完成",
+        },
+        {
+          value: "7",
+          label: "取消",
+        },
+        {
+          value: "8",
+          label: "异常",
+        },
+        {
+          value: "9",
+          label: "待下发",
+        },
+        {
+          value: "10",
+          label: "已下发",
+        },
+        {
+          value: "11",
+          label: "取消并归于起点",
+        },
+        {
+          value: "12",
+          label: "取消并归于终点",
+        },
+        {
+          value: "13",
+          label: "取货待确认",
+        },
+        {
+          value: "14",
+          label: "卸货待确认",
+        },
+      ],
     };
   },
   created() {
@@ -578,14 +667,19 @@ export default {
   },
   methods: {
     initData() {
-      queryLocationZoneDict().then(response => {
-        this.locationZoneCombo = response.data
-      })
+      queryLocationZoneDict().then((response) => {
+        this.locationZoneCombo = response.data;
+      });
     },
     /** 查询AGV任务列表 */
     getList() {
       this.loading = true;
-      listWcsTask(/*this.queryParams,*/this.addDateRange(this.queryParams, this.dateRange)).then(response => {
+      listWcsTask(
+        /*this.queryParams,*/ this.addDateRange(
+          this.queryParams,
+          this.dateRange
+        )
+      ).then((response) => {
         this.wcsTaskList = response.rows;
         this.total = response.total;
         this.loading = false;
@@ -635,7 +729,7 @@ export default {
         ext7: null,
         ext8: null,
         agvNo: null,
-        beforeTask: null
+        beforeTask: null,
       };
       this.resetForm("form");
     },
@@ -651,9 +745,9 @@ export default {
     },
     // 多选框选中数据
     handleSelectionChange(selection) {
-      this.ids = selection.map(item => item.taskNo)
-      this.single = selection.length!==1
-      this.multiple = !selection.length
+      this.ids = selection.map((item) => item.taskNo);
+      this.single = selection.length !== 1;
+      this.multiple = !selection.length;
     },
     /** 新增按钮操作 */
     handleAdd() {
@@ -670,8 +764,8 @@ export default {
     /** 修改按钮操作 */
     handleUpdate(row) {
       this.reset();
-      const taskNo = row.taskNo || this.ids
-      getWcsTask(taskNo).then(response => {
+      const taskNo = row.taskNo || this.ids;
+      getWcsTask(taskNo).then((response) => {
         this.form = response.data;
         this.open = true;
         this.title = "修改AGV任务";
@@ -679,101 +773,117 @@ export default {
     },
     /** 提交按钮 */
     submitForm() {
-      this.$refs["form"].validate(valid => {
+      this.$refs["form"].validate((valid) => {
         if (valid) {
-          addTestTask(this.form).then(
-            response => {
-              this.getList();
-              this.$modal.msgSuccess("添加成功");
-              this.open = false;
-            }
-          );
+          addTestTask(this.form).then((response) => {
+            this.getList();
+            this.$modal.msgSuccess("添加成功");
+            this.open = false;
+          });
         }
       });
     },
     /** 提交按钮 */
     submitChargeForm() {
-      this.$refs["form"].validate(valid => {
+      this.$refs["form"].validate((valid) => {
         if (valid) {
-          addChargeTask(this.form).then(
-            response => {
-              this.getList();
-              this.$modal.msgSuccess("添加成功");
-              this.open = false;
-            }
-          );
+          addChargeTask(this.form).then((response) => {
+            this.getList();
+            this.$modal.msgSuccess("添加成功");
+            this.open = false;
+          });
         }
       });
     },
     /** 删除按钮操作 */
     handleDelete(row) {
       const taskNos = row.taskNo || this.ids;
-      this.$modal.confirm('是否确认删除AGV任务编号为"' + taskNos + '"的数据项?').then(function() {
-        return delWcsTask(taskNos);
-      }).then(() => {
-        this.getList();
-        this.$modal.msgSuccess("删除成功");
-      }).catch(() => {});
+      this.$modal
+        .confirm('是否确认删除AGV任务编号为"' + taskNos + '"的数据项?')
+        .then(function () {
+          return delWcsTask(taskNos);
+        })
+        .then(() => {
+          this.getList();
+          this.$modal.msgSuccess("删除成功");
+        })
+        .catch(() => {});
     },
     /** 导出按钮操作 */
     handleExport() {
-      this.download('ams/wcsTask/export', {
-        ...this.queryParams
-      }, `wcsTask_${new Date().getTime()}.xlsx`)
+      this.download(
+        "ams/wcsTask/export",
+        {
+          ...this.queryParams,
+        },
+        `wcsTask_${new Date().getTime()}.xlsx`
+      );
     },
-    handleComplete (row) {
-      const taskNos = row.taskNo
-      this.$modal.confirm('是否确认要完成"' + taskNos + '"的任务?').then(function() {
-        return completeWcsTask(taskNos);
-      }).then(() => {
-        this.getList();
-        this.$modal.msgSuccess("执行成功");
-      }).catch(() => {});
+    handleComplete(row) {
+      const taskNos = row.taskNo;
+      this.$modal
+        .confirm('是否确认要完成"' + taskNos + '"的任务?')
+        .then(function () {
+          return completeWcsTask(taskNos);
+        })
+        .then(() => {
+          this.getList();
+          this.$modal.msgSuccess("执行成功");
+        })
+        .catch(() => {});
     },
-    handleCancel (row) {
-      const taskNos = row.taskNo
-      this.$modal.confirm('是否确认要取消"' + taskNos + '"的任务?').then(function() {
-        return taskCancel(taskNos);
-      }).then(() => {
-        this.getList();
-        this.$modal.msgSuccess("执行成功");
-      }).catch(() => {});
+    handleCancel(row) {
+      const taskNos = row.taskNo;
+      this.$modal
+        .confirm('是否确认要取消"' + taskNos + '"的任务?')
+        .then(function () {
+          return taskCancel(taskNos);
+        })
+        .then(() => {
+          this.getList();
+          this.$modal.msgSuccess("执行成功");
+        })
+        .catch(() => {});
     },
-    handleDisposition (row, result) {
-      const taskNos = row.taskNo
-      let resultMsg = ''
-      if (result === 'disFrom') {
-        resultMsg = '归于起点'
-      } else if (result === 'disTo') {
-        resultMsg = '归于终点'
+    handleDisposition(row, result) {
+      const taskNos = row.taskNo;
+      let resultMsg = "";
+      if (result === "disFrom") {
+        resultMsg = "归于起点";
+      } else if (result === "disTo") {
+        resultMsg = "归于终点";
       } else {
-        resultMsg = '清空库存'
+        resultMsg = "清空库存";
       }
-      this.$modal.confirm('确认要进行"' + resultMsg + '"的操作?').then(function() {
-        return invDisposition(taskNos, result);
-      }).then(() => {
-        this.getList();
-        this.$modal.msgSuccess("执行成功");
-      }).catch(() => {});
+      this.$modal
+        .confirm('确认要进行"' + resultMsg + '"的操作?')
+        .then(function () {
+          return invDisposition(taskNos, result);
+        })
+        .then(() => {
+          this.getList();
+          this.$modal.msgSuccess("执行成功");
+        })
+        .catch(() => {});
     },
     locationZoneFromChange: function (value) {
-      let param = 0
-      if (value != '') {
-        param = value
+      let param = 0;
+      if (value != "") {
+        param = value;
       }
-      queryLocationDict(param).then(response => {
-        this.locationFromCombo = response.data
-      })
+      queryLocationDict(param).then((response) => {
+        this.locationFromCombo = response.data;
+      });
     },
     locationZoneToChange: function (value) {
-      let param = 0
-      if (value != '') {
-        param = value
+      let param = 0;
+      if (value != "") {
+        param = value;
       }
-      queryLocationDict(param).then(response => {
-        this.locationToCombo = response.data
-      })
-    }
-  }
+      queryLocationDict(param).then((response) => {
+        this.locationToCombo = response.data;
+      });
+    },
+  },
 };
 </script>

+ 1 - 0
ruoyi-ui/src/views/wms/docAsn/index.vue

@@ -159,6 +159,7 @@
 <!--          <span>{{ parseTime(scope.row.expectedArriveTime, '{y}-{m}-{d}') }}</span>-->
 <!--        </template>-->
 <!--      </el-table-column>-->
+          <el-table-column label="创建人" align="center" prop="createBy"/>
       <el-table-column label="创建时间" align="center" prop="createTime" width="180">
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>