xiongchao преди 3 години
родител
ревизия
5c4914fd0f
променени са 3 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. 5 5
      public/hitch-screen/index.html
  2. BIN
      public/hitch-screen/static/right.png
  3. 3 3
      src/views/check/checkstandard/modules/BaseForm.vue

+ 5 - 5
public/hitch-screen/index.html

@@ -36,8 +36,8 @@
 <style>
   .title-name{
     position: absolute;
-    top: 50px;
-    left: 40%;
+    top: 97px;
+    left: 26%;
     font-size: 34px;
     color: black;
     z-index: 10000;
@@ -216,13 +216,13 @@ function getSbDetail(sbNo){
       headers: getHeader(),
       success: function (response) {
         $('#monthNum').text(response.data.finishNum + "/" + response.data.monthNum);
-        $('#waitNum').text("完成:" + response.data.waitNum);
-        $('#rate').text("完成率:" + response.data.rate + "%");
+        $('#waitNum').text("完成:" + response.data.waitNum);
+        $('#rate').text("完成率:" + response.data.rate + "%");
         let weekJob = '';
         for(var i=0;i<response.data.weekList.length;i++){
            weekJob = weekJob + '  <div class=\'item\'>\n' +
                   '          <span>'+ response.data.weekList[i].sbNo + '</span>\n' +
-                  '          <span>'+ response.data.weekList[i].name.substring(0, 6) + '</span>\n' +
+                  '          <span>'+ response.data.weekList[i].requirement.substring(0, 8) + '</span>\n' +
                   '          <span>'+ response.data.weekList[i].startTime + '</span>\n' +
                   '        </div>'
         }

BIN
public/hitch-screen/static/right.png


+ 3 - 3
src/views/check/checkstandard/modules/BaseForm.vue

@@ -262,9 +262,9 @@
               v-decorator="['requirement', {rules: [{required: true, message: '检查项目不能为空'}]}]"/>
           </a-form-item>
         </row-item>
-        <!--        <row-item>
+        <row-item>
           <a-form-item
-            label="操作说明及标准"
+            label="执行标准"
             :labelCol="BaseTool.Constant.labelCol2"
             :wrapperCol="BaseTool.Constant.wrapperCol2"
           >
@@ -272,7 +272,7 @@
               :rows="4"
               v-decorator="['remark', {rules: [{required: false, message: '操作说明及标准不能为空'}]}]"/>
           </a-form-item>
-        </row-item>-->
+        </row-item>
       </row-list>
       <row-list :col="2">
         <row-item>