guarantee-lsq 2 tahun lalu
induk
melakukan
a2b237781d

+ 10 - 6
src/views/repair/application-form/modules/TicketForm.vue

@@ -270,12 +270,15 @@
             <td colspan="29" >
               <div style="display:flex;justify-content:space-around;align-items: center;">
                 <div style="flex:1">委修人:{{ model.caller }}</div>
-                <div style="flex:1">委修主管: <span>
+                <div style="flex:1">允许开工人: <span>
                   {{ model.trustDeptManager }}
                 </span>
-                  <a-button v-if="(!model.trustDeptManager||model.trustDeptManager==='')" size="small" @click="handleSign('trustDeptManager')">
-                    签字
-                  </a-button>
+                  <operation-button
+                    v-if="(!model.trustDeptManager ||model.trustDeptManager ==='')"
+                    :type="2"
+                    :showDivider="false"
+                    title="确定签字?"
+                    @confirm="handleSign('trustDeptManager')">签字</operation-button>
                 </div>
                 <div style="flex:1">特殊作业监护人:<a-input style="width:150px" placeholder="属地监护 " /></div>
                 <div style="flex:1">确认完工: <span>
@@ -366,9 +369,10 @@
                   <span style="position:relative"><a-icon class="checks" v-show="value10.includes(4)" type="check" />使用寿命</span>
                 </a-checkbox>
                 <a-checkbox :value="5" >
-                  <span style="position:relative"><a-icon class="checks" style="top:1px" v-show="value10.includes(5)" type="check" />需分析(<a-input style="width:200px" v-model="model.exceptionStr" placeholder="派工工程师填写" />)</span>
+                  <span style="position:relative"><a-icon class="checks" style="top:1px" v-show="value10.includes(5)" type="check" />需分析</span>
                 </a-checkbox >
-              </a-checkbox-group>
+              </a-checkbox-group><br />
+              <a-textarea style="resize:none;border:none;width:100%;" v-model="model.exceptionStr" placeholder="派工工程师填写" />
             </td>
           </tr>
           <tr>

+ 4 - 1
src/views/store/outstoreform/modules/TicketForm.vue

@@ -30,12 +30,15 @@
       <div class="tables" >
         <table>
           <tr>
-            <td colspan="3" style="text-align:left;">
+            <td colspan="1" style="text-align:left;">
               {{ type? '领库':'退库' }}单位或个人:{{ model.createdUserName }}
             </td>
             <td colspan="3" style="text-align:left;">
               用途:{{ model.remark }}
             </td>
+            <td colspan="2" style="text-align:left;">
+              成本归属:{{ model.remark }}
+            </td>
           </tr>
           <tr>
             <td colspan="1">物料编码</td>