| | |
| | | <text>鿱忮ï¼</text> |
| | | <text>{{ orderDetails.requirementDoc }}</text> |
| | | </view> |
| | | <view class="order-details-column"> |
| | | <!-- <view class="order-details-column"> |
| | | <text>æ¨èå
è£
æ°ï¼</text> |
| | | <text>{{ orderDetails.bzsl }}</text> |
| | | </view> --> |
| | | <view class="order-details-column"> |
| | | <text>å·¥åç¶æï¼</text> |
| | | <text>{{ orderDetails.gdzt }}</text> |
| | | </view> |
| | | </view> |
| | | <view class="order-details-row"> |
| | |
| | | <view class="header-item" id="tm">æå°æ¡ç </view> |
| | | <view class="header-item" id="sl">æå°æ°é</view> |
| | | <view class="header-item" id="sj">æå°æ¶é´</view> |
| | | <view class="header-item" id="ry">æå°äºº</view> |
| | | <view class="header-item" id="ry">æ¥å·¥äºº</view> |
| | | </view> |
| | | |
| | | <!-- è¡¨æ ¼å
容 --> |
| | |
| | | orderQuantity: '', // è®¢åæ°é |
| | | producedQuantity: '', // å·²çäº§æ° |
| | | bzsl: '', // æ¨èå
è£
æ° |
| | | gdzt:'', |
| | | itemId: '', // ç©æID |
| | | itemNo: '', // ç©æç¼ç |
| | | itemname: '', // ç©æåç§° |
| | |
| | | itemBarcode: record.itemBarcode || 'æªç¥æ¡ç ', // ç¡®ä¿è§£æå段 |
| | | quantity: record.quantity || 'æªç¥æ°é', // æå°æ°éåæ®µ |
| | | printDate: record.printDate || 'æªç¥æ¶é´', // æå°æ¶é´ |
| | | printedBy: record.printedBy || 'æªç¥ç¨æ·' // æå°äºº |
| | | printedBy: record.printedBy || '' // æ¥å·¥äºº |
| | | })); |
| | | console.log('History records loaded:', this.historyList); |
| | | } else { |
| | |
| | | productionOrder: '', // ç产订å |
| | | orderQuantity: '', // è®¢åæ°é |
| | | bzsl: '', // æ¨èå
è£
æ° |
| | | gdzt:'', |
| | | producedQuantity: '', // å·²çäº§æ° |
| | | itemId: '', // ç©æID |
| | | itemNo: '', // ç©æç¼ç |
| | |
| | | productionOrder: res.data.productionOrder, // ç产订å |
| | | orderQuantity: res.data.orderQuantity, // è®¢åæ°é |
| | | bzsl: res.data.bzsl, // æ¨èå
è£
æ° |
| | | gdzt: res.data.gdzt, // å·¥åç¶æ |
| | | producedQuantity: res.data.producedQuantity, // å·²çäº§æ° |
| | | itemId: res.data.itemId, // ç©æID |
| | | itemNo: res.data.itemNO, // ç©æç¼ç |
| | |
| | | // 第åé¨åï¼æ°éä¸éæ±åæ®å· |
| | | command.setText(20, 340, "TSS24.BF2", 1, 1, "æ°é: "); |
| | | command.setText(120, 340, "TSS24.BF2", 1, 1, this.reportedQuantity); |
| | | command.setText(200, 340, "TSS24.BF2", 1, 1, "æå°äºº: "); |
| | | command.setText(200, 340, "TSS24.BF2", 1, 1, "æ¥å·¥äºº: "); |
| | | command.setText(290, 340, "TSS24.BF2", 1, 1, this.selectedPerson); |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | this.oldbgs = this.reportedQuantity; |
| | | this.bgr= |
| | | //仿°å·æ°å·¥åä¿¡æ¯ |
| | | loadOrderDetails(); |
| | | //仿°å·æ°åå²è®°å½ |
| | |
| | | }); |
| | | } |
| | | }); |
| | | |
| | | this.selectedPerson = this.lastRequestData.printedBy; |
| | | // è¡¥æä¸ä¸å¼ è®°å½ |
| | | this.fetchHistoryRecords(this.orderNo); |
| | | if (!this.lastRequestData) { |
| | |
| | | }); |
| | | return; |
| | | } |
| | | //20250507 æ°å èµå¼å岿¡ç æ¥å·¥äºº |
| | | this.selectedPerson = this.lastRequestData.printedBy; |
| | | console.log("èæ¡ç ", this.oldbgs); |
| | | // éæ°æå°ä¸ä¸å¼ è®°å½ |
| | | // async reprintLast() { |