copy from Code/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_agv.vue
copy to Code/WMS/WIDESEA_WMSClient/src/views/taskinfo/agvTask_hty.vue
| Îļþ´Ó Code/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_agv.vue ¸´ÖÆ |
| | |
| | | </view-grid>
|
| | | </template>
|
| | | <script>
|
| | | import extend from "@/extension/taskinfo/agvTask.jsx";
|
| | | import extend from "@/extension/taskinfo/agvTask_hty.jsx";
|
| | | import { ref, defineComponent } from "vue";
|
| | | export default defineComponent({
|
| | | setup() {
|
| | | const table = ref({
|
| | | key: "taskId",
|
| | | footer: "Foots",
|
| | | cnName: "ä»»å¡ä¿¡æ¯",
|
| | | name: "task",
|
| | | url: "/Task/",
|
| | | sortName: "CreateDate",
|
| | | cnName: "æå·åºåå²ä¿¡æ¯",
|
| | | name: "task_hty",
|
| | | url: "/Task_Hty/",
|
| | | sortName: "taskId",
|
| | | });
|
| | | const editFormFields = ref({});
|
| | | const editFormOptions = ref([]);
|
| | |
| | | { title: "å建人", field: "creater", type: "like" },
|
| | | ],
|
| | | [
|
| | | { title: "ä»»å¡ç±»å",field: "taskType",type: "selectList",dataKey: "taskTypeEnum",data: [],},
|
| | | { title: "ä»»å¡ç±»å",field: "taskType",type: "selectList",dataKey: "taskType",data: [],},
|
| | | { title: "ä»»å¡ç¶æ",field: "taskStatus",type: "selectList",dataKey: "taskStatusEnum",data: [],},
|
| | | { title: "å··éå·", field: "roadway", type: "like" },
|
| | | ],
|
| | |
| | | type: "string",
|
| | | width: 120,
|
| | | align: "left",
|
| | | },{
|
| | | field: "operateType",
|
| | | title: "æä½ç±»å",
|
| | | type: "string",
|
| | | width: 120,
|
| | | align: "left"
|
| | | },
|
| | | {
|
| | | field: "taskType",
|
| | |
| | | width: 120,
|
| | | align: "left",
|
| | | },
|
| | | {
|
| | | field: "currentAddress",
|
| | | title: "å½åä½ç½®",
|
| | | type: "string",
|
| | | width: 120,
|
| | | align: "left",
|
| | | },
|
| | | {
|
| | | field: "nextAddress",
|
| | | title: "ä¸ä¸ä½ç½®",
|
| | | type: "string",
|
| | | width: 120,
|
| | | align: "left",
|
| | | },
|
| | | // {
|
| | | // field: "currentAddress",
|
| | | // title: "å½åä½ç½®",
|
| | | // type: "string",
|
| | | // width: 120,
|
| | | // align: "left",
|
| | | // },
|
| | | // {
|
| | | // field: "nextAddress",
|
| | | // title: "ä¸ä¸ä½ç½®",
|
| | | // type: "string",
|
| | | // width: 120,
|
| | | // align: "left",
|
| | | // },
|
| | | {
|
| | | field: "exceptionMessage",
|
| | | title: "å¼å¸¸ä¿¡æ¯",
|
| | | type: "string",
|
| | | width: 90,
|
| | | align: "left",
|
| | | hidden: true,
|
| | | },
|
| | | // {
|
| | | // field: "grade",
|
| | |
| | | field: "dispatchertime",
|
| | | title: "ä»»å¡ä¸åæ¶é´",
|
| | | type: "datetime",
|
| | | width: 160,
|
| | | width: 150,
|
| | | align: "left",
|
| | | // hidden:true,
|
| | | },
|
| | | {
|
| | | field: "wMSId",
|