ysy před 2 roky
rodič
revize
20743272d0

+ 1 - 3
src/layout/components/password-modal.vue

@@ -116,9 +116,7 @@
                 this.loading = false;
                 // this.$message.error(e.message);
               });
-          } else {
-            return false;
-          }
+          } 
         });
       },
       /* 关闭回调 */

+ 9 - 0
src/views/technology/production/components/user-edit.vue

@@ -40,6 +40,14 @@
           </el-form-item>
         </el-col>
 
+
+        <el-col :span="8">
+          <el-form-item label="排序:" prop="sort">
+            <el-input  v-model="form.sort"  />
+          </el-form-item>
+        </el-col>
+
+
       </el-row>
 
       <header-title title="工序节拍时间"></header-title>
@@ -212,6 +220,7 @@ export default {
         workCenterId: '',
         workCenterName: '',
         timeUnit: '',
+        sort: null,
         intervalTime: {
           nextShortPreTime: '', // 时间单位转换后的下一个短周期的时间,格式为YYYY-MM-DDTHH'
           nextStandardPreTime: '', // 时间单位转换后的下一个正式的周期的时间,格式为YYYY-MM-DD'

+ 6 - 0
src/views/technology/production/index.vue

@@ -116,6 +116,12 @@ export default {
           minWidth: 110
         },
 
+        {
+          prop: 'sort',
+          label: '排序',
+          align: 'center',
+        },
+
         {
           columnKey: 'action',
           label: '操作',

+ 1 - 1
vue.config.js

@@ -33,7 +33,7 @@ module.exports = {
       '/api': {
         // target: 'http://124.71.68.31:50001',
         // target: 'http://192.168.1.147:18086',
-        target: 'http://192.168.1.110:18086',
+        target: 'http://192.168.1.125:18086',
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {
           '^/api': ''