Merge remote-tracking branch 'origin/master'
| | |
| | | id="myiframe" |
| | | >你的浏览器不支持该iframe标签</iframe |
| | | > --> |
| | | <!-- <iframe |
| | | src="http://124.221.177.11/#/home" |
| | | width="100%" |
| | | height="100%" |
| | | style="border: none;" |
| | | id="myiframe" |
| | | >你的浏览器不支持该iframe标签</iframe |
| | | > --> |
| | | <!-- <el-image :src="url" style="width:100%;height:100%;"></el-image> --> |
| | | <el-row style="width: 100%; height: 100%;background-color: white;"> |
| | | <!-- <el-row style="width: 100%; height: 100%;background-color: white;"> |
| | | <span>暂未开发。。。。。。</span> |
| | | </el-row> |
| | | </el-row> --> |
| | | </div> |
| | | </template> |
| | | <style scoped="scoped" lang="scss"> |
| | |
| | | <template> |
| | | <div class="mod-config"> |
| | | <basic-container> |
| | | <!-- <ttable |
| | | <ttable |
| | | :table="table" |
| | | :isShowHide="true" |
| | | :ajaxFun="ajaxFun" |
| | | :prelang="prelang" |
| | | :options="options" |
| | | ref="processconfiguration" |
| | | > --> |
| | | <!-- <template #toolbar></template> |
| | | </ttable> --> |
| | | <div>开发中。。。</div> |
| | | > |
| | | <template #toolbar> |
| | | <el-button type="primary" |
| | | @click="">新增</el-button> |
| | | <!-- <el-dropdown style="margin-left: 20px;" @command="handleCommand"> |
| | | <el-button > |
| | | 状态变更<i class="el-icon-arrow-down el-icon--right"></i> |
| | | </el-button> |
| | | <el-dropdown-menu slot="dropdown"> |
| | | <el-dropdown-item :key="index" |
| | | :command="item.label" |
| | | v-for="(item,index) in taskTypeArr" |
| | | >{{ item.label }}</el-dropdown-item |
| | | > |
| | | </el-dropdown-menu> |
| | | </el-dropdown> --> |
| | | </template> |
| | | </ttable> |
| | | </basic-container> |
| | | </div> |
| | | </template> |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'packageNo', |
| | | label: '包装编号', |
| | | label: '设备', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | },{ |
| | | minWidth: '140', |
| | | prop: 'outBatchNo', |
| | | label: '批次号', |
| | | label: '模具编号', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'partNo', |
| | | label: '产品编号', |
| | | label: '模具名称', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'partName', |
| | | label: '产品名称', |
| | | label: '工序', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'specs', |
| | | label: '规格型号', |
| | | label: '工步', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'unit', |
| | | label: '单位', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '140', |
| | | prop: 'number', |
| | | label: '数量', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '130', |
| | | prop: 'createTime', |
| | | label: '入库时间', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'datetimerange', |
| | | formatter: this.formatDateTime, |
| | | }, |
| | | { |
| | | minWidth: '130', |
| | | prop: 'createUser', |
| | | label: '创建人', |
| | | sort: true, |
| | | label: '寿命转换系数', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | ], |
| | | toolbar: [], |
| | | // operator: [], |
| | | // operatorConfig: {} |
| | | operator: [{ |
| | | text: '删除', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.deleteHandle |
| | | }], |
| | | operatorConfig: { |
| | | fixed: 'right', |
| | | label: '操作', |
| | | width: 100, |
| | | minWidth: 100 |
| | | }, |
| | | }, |
| | | } |
| | | }, |
| | | // computed: { |
| | | // ...mapGetters(['permissions']) |
| | | // }, |
| | | components: { |
| | | ttable |
| | | }, |
| | |
| | | <template> |
| | | <div class="mod-config"> |
| | | <basic-container> |
| | | <!-- <ttable |
| | | <ttable |
| | | :table="table" |
| | | :isShowHide="true" |
| | | :ajaxFun="ajaxFun" |
| | |
| | | :options="options" |
| | | ref="processconfiguration" |
| | | > |
| | | <template #toolbar></template> |
| | | </ttable> --> |
| | | <div>开发中。。。</div> |
| | | <template #toolbar> |
| | | |
| | | </template> |
| | | </ttable> |
| | | </basic-container> |
| | | </div> |
| | | </template> |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'packageNo', |
| | | label: '包装编号', |
| | | label: '设备', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | },{ |
| | | minWidth: '140', |
| | | prop: 'outBatchNo', |
| | | label: '批次号', |
| | | label: '模具编号', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'partNo', |
| | | label: '产品编号', |
| | | label: '模具名称', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'partName', |
| | | label: '产品名称', |
| | | label: '工序', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'specs', |
| | | label: '规格型号', |
| | | label: '工步', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'unit', |
| | | label: '单位', |
| | | label: '批号', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'number', |
| | | label: '数量', |
| | | label: '产量', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '140', |
| | | prop: 'number', |
| | | label: '寿命转换系数', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '140', |
| | | prop: 'number', |
| | | label: '使用量', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '140', |
| | | prop: 'number', |
| | | label: '报工单号', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '130', |
| | | prop: 'createTime', |
| | | label: '入库时间', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'datetimerange', |
| | | formatter: this.formatDateTime, |
| | | }, |
| | | { |
| | | minWidth: '130', |
| | | prop: 'createUser', |
| | | label: '创建人', |
| | | label: '状态', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | |
| | | }, |
| | | } |
| | | }, |
| | | |
| | | // computed: { |
| | | // ...mapGetters(['permissions']) |
| | | // }, |
| | | components: { |
| | | ttable |
| | | }, |
| | |
| | | <el-col :span="8"> |
| | | <span>标准参数</span> |
| | | </el-col> |
| | | <el-col :span="8" :offset="4"> |
| | | <!-- <el-col :span="8" :offset="4"> |
| | | <el-button |
| | | v-if="permissions.quality_teststandard_layout" |
| | | style="float: right; padding: 3px 0" |
| | |
| | | > |
| | | 布局 |
| | | </el-button> |
| | | </el-col> |
| | | <el-col :span="2"> |
| | | </el-col> --> |
| | | <el-col :span="14"> |
| | | <el-button |
| | | style="float: right; padding: 3px 0" |
| | | type="text" |