查询优化
This commit is contained in:
		
							parent
							
								
									f93891ea26
								
							
						
					
					
						commit
						ed10e4a8ab
					
				| 
						 | 
					@ -67,8 +67,8 @@
 | 
				
			||||||
                    <uni-forms-item label="服务工程次数:" name="serviceNum">
 | 
					                    <uni-forms-item label="服务工程次数:" name="serviceNum">
 | 
				
			||||||
                        <text class="form-view">{{formData?.serviceNum ?? ''}}</text>
 | 
					                        <text class="form-view">{{formData?.serviceNum ?? ''}}</text>
 | 
				
			||||||
                    </uni-forms-item>
 | 
					                    </uni-forms-item>
 | 
				
			||||||
                    <uni-forms-item label="检验次数:" name="checkNum">
 | 
					                    <uni-forms-item label="检验次数:" name="serviceNum">
 | 
				
			||||||
                        <text class="form-view">{{formData?.checkNum ?? ''}}</text>
 | 
					                        <text class="form-view">{{formData?.serviceNum ?? ''}}</text>
 | 
				
			||||||
                    </uni-forms-item>
 | 
					                    </uni-forms-item>
 | 
				
			||||||
                    <uni-forms-item label="更换配件次数:" name="checkNum">
 | 
					                    <uni-forms-item label="更换配件次数:" name="checkNum">
 | 
				
			||||||
                        <text class="form-view">{{formData?.checkNum ?? ''}}</text>
 | 
					                        <text class="form-view">{{formData?.checkNum ?? ''}}</text>
 | 
				
			||||||
| 
						 | 
					@ -76,8 +76,8 @@
 | 
				
			||||||
                    <uni-forms-item label="报废:" name="scrapTime">
 | 
					                    <uni-forms-item label="报废:" name="scrapTime">
 | 
				
			||||||
                        <text class="form-view">{{formData?.scrapTime ?? ''}}</text>
 | 
					                        <text class="form-view">{{formData?.scrapTime ?? ''}}</text>
 | 
				
			||||||
                    </uni-forms-item>
 | 
					                    </uni-forms-item>
 | 
				
			||||||
                    <uni-forms-item label="生产厂家:" name="statusName">
 | 
					                    <uni-forms-item label="生产厂家:" name="maVender">
 | 
				
			||||||
                        <text class="form-view">{{}}</text>
 | 
					                        <text class="form-view">{{formData.maVender}}</text>
 | 
				
			||||||
                    </uni-forms-item>
 | 
					                    </uni-forms-item>
 | 
				
			||||||
                    <uni-forms-item label="领料单位:" name="leaseUnit">
 | 
					                    <uni-forms-item label="领料单位:" name="leaseUnit">
 | 
				
			||||||
                        <text class="form-view">{{formData?.leaseUnit ?? ''}}</text>
 | 
					                        <text class="form-view">{{formData?.leaseUnit ?? ''}}</text>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -75,8 +75,8 @@
 | 
				
			||||||
          <uni-forms-item label="报废:" name="scrapTime">
 | 
					          <uni-forms-item label="报废:" name="scrapTime">
 | 
				
			||||||
            <text style="height: 100%;display: flex;align-items: center;">{{ codeData.scrapTime }}</text>
 | 
					            <text style="height: 100%;display: flex;align-items: center;">{{ codeData.scrapTime }}</text>
 | 
				
			||||||
          </uni-forms-item>
 | 
					          </uni-forms-item>
 | 
				
			||||||
          <uni-forms-item label="生产厂家:" name="statusName">
 | 
					          <uni-forms-item label="生产厂家:" name="maVender">
 | 
				
			||||||
            <text style="height: 100%;display: flex;align-items: center;">{{}}</text>
 | 
					            <text style="height: 100%;display: flex;align-items: center;">{{ codeData.maVender }}</text>
 | 
				
			||||||
          </uni-forms-item>
 | 
					          </uni-forms-item>
 | 
				
			||||||
          <uni-forms-item label="领料单位:" name="leaseUnit">
 | 
					          <uni-forms-item label="领料单位:" name="leaseUnit">
 | 
				
			||||||
            <text style="height: 100%;display: flex;align-items: center;">{{ codeData.leaseUnit }}</text>
 | 
					            <text style="height: 100%;display: flex;align-items: center;">{{ codeData.leaseUnit }}</text>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -49,7 +49,7 @@
 | 
				
			||||||
					<uni-forms-item label="报废:" name="scrapTime">
 | 
										<uni-forms-item label="报废:" name="scrapTime">
 | 
				
			||||||
						<text class="form-view">{{codeData.scrapTime}}</text>
 | 
											<text class="form-view">{{codeData.scrapTime}}</text>
 | 
				
			||||||
					</uni-forms-item>
 | 
										</uni-forms-item>
 | 
				
			||||||
					<uni-forms-item label="生产厂家:" name="statusName">
 | 
										<uni-forms-item label="生产厂家:" name="maVender">
 | 
				
			||||||
						<text class="form-view">{{codeData.maVender}}</text>
 | 
											<text class="form-view">{{codeData.maVender}}</text>
 | 
				
			||||||
					</uni-forms-item>
 | 
										</uni-forms-item>
 | 
				
			||||||
					<uni-forms-item label="领料单位:" name="leaseUnit">
 | 
										<uni-forms-item label="领料单位:" name="leaseUnit">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue