| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="10"> |
| | | <el-col :span="15"> |
| | | <el-col :span="14"> |
| | | <el-form-item label="计划时间" prop="localDateTimes"> |
| | | <el-date-picker :class="tattimest ? 'sed' : ''" v-model="dataForm.localDateTimes" |
| | | type="datetimerange" range-separator="至" start-placeholder="开始" end-placeholder="结束" |
| | |
| | | workCenter: [ |
| | | { required: true, message: '工作中心不能为空', trigger: 'change' } |
| | | ], |
| | | workstations: [ |
| | | workstationId: [ |
| | | { required: true, message: '工作站不能为空', trigger: 'change' } |
| | | ], |
| | | plannedQuantity: [ |
| | |
| | | <!-- <el-button class="tracking-out-revoke-btn" type="primary" icon="tracking-btn-out" |
| | | :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" >交班 |
| | | </el-button> --> |
| | | <!-- <el-button class="submit-out-btn" type="primary" |
| | | <el-button class="submit-out-btn" type="primary" |
| | | :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" @click="submitList()" |
| | | :loading="submitLoading">提交 |
| | | </el-button> --> |
| | | </el-button> |
| | | <el-button class="batch-out-del-btn" type="primary" |
| | | :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" @click="deleteList()">删除 |
| | | </el-button> |
| | |
| | | // render: { fun: this.addOrUpdateHandle } |
| | | } |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'state', |
| | | label: '状态', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'select', |
| | | formatter: this.formatInsState, |
| | | optList: () => { |
| | | return this.StateList |
| | | } |
| | | }, |
| | | // 检验编号 |
| | | { |
| | | minWidth: '140', |
| | |
| | | searchInfoType: 'datetimerange', |
| | | formatter: this.formatDateTime, |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'state', |
| | | label: '状态', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'select', |
| | | formatter: this.formatInsState, |
| | | optList: () => { |
| | | return this.StateList |
| | | } |
| | | }, |
| | | |
| | | // { |
| | | // minWidth: '120', |
| | | // prop: '', |
| | |
| | | |
| | | |
| | | // const url = 'https://ztms-mes.chinaztt.cn/' |
| | | // const url = 'http://localhost:9999' |
| | | const url = 'http://192.168.32.45:9999' |
| | | const url = 'http://localhost:9999' |
| | | //const url = 'http://192.168.32.45:9999' |
| | | |
| | | |
| | | const localUrl = 'http://localhost:8089' |