Browse Source

打样模板调整

lxf 2 years ago
parent
commit
8efcedf3c5

+ 3 - 3
src/views/shengde/productionSystem/productionOperation/proofing/index.vue

@@ -2,7 +2,7 @@
   <el-card class="box-card">
     <el-card style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 30vw; height: 40vh">
       <div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)">
-        <el-form ref="ruleForm" :model="form" :rules="formRules" label-width="74px">
+        <el-form ref="ruleForm" :model="form" :rules="formRules" label-width="100px">
           <div style="padding: 0 8px; border: 1px solid lightskyblue; border-radius: 1px; background-color: #e9f5fb; line-height: 40px">
             <span style="color: #666666">图稿文件名请重命名成 1.ez3</span>
           </div>
@@ -65,8 +65,8 @@ export default {
   created() {},
   mounted() {
     API.getLaserDetail({}).then((res) => {
-      this.form.long = res.data.data.long
-      this.form.wide = res.data.data.wide
+      this.form.long = res.data.data.productColorId
+      this.form.wide = res.data.data.productId
     })
   },
   methods: {