zss
2024-03-22 c51167b62fea2831abba53ba9c05bc13646340cf
src/views/equipment/mould/index.vue
@@ -4,6 +4,7 @@
        <ttable
        @handleSelectionChange="handleSelectionChange"
        :table="table"
        :uploadInfo="uploadInfo"
        :ajaxFun="ajaxFun"
        :prelang="prelang"
        :options="options"
@@ -23,6 +24,9 @@
                </el-form-item>
                <el-form-item prop="name" label="模具名称">
                    <el-input v-model="editRow.name" placeholder="请输入模具名称"></el-input>
                </el-form-item>
                <el-form-item prop="drawingNo" label="模具图号">
                    <el-input v-model="editRow.drawingNo" placeholder="请输入模具图号"></el-input>
                </el-form-item>
            </el-form>
        <span slot="footer" class="dialog-footer">
@@ -49,6 +53,13 @@
          editRow: {
            code: null,
            name: null,
          },
          uploadInfo: {
            // 是否展示上传EXCEL以及对应的url
            isShow: true,
            url: '/mes/mould/upload',
            download: true,
            fileName: '模具统计表'
          },
          dialogVisible: false,
          ajaxFun: fetchList,
@@ -95,6 +106,14 @@
                },
                {
                  minWidth: '140px',
                  prop: 'drawingNo',
                  label: '模具图号',
                  isTrue: true,
                  isSearch: true,
                  searchInfoType: 'text',
                },
                {
                  minWidth: '140px',
                  prop: 'createUser',
                  label: '责任人',
                  isTrue: true,