소스 검색

fix: 提货新增工程登录编号

zh 2 년 전
부모
커밋
4f2f088bd2
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      src/views/supply/pickup/components/pickup_form.vue

+ 16 - 0
src/views/supply/pickup/components/pickup_form.vue

@@ -304,6 +304,22 @@
               {{ scope.row.orderTime | dateToDayFilter }}
             </template>
           </el-table-column>
+          <el-table-column
+            align="left"
+            label="工程登录编号"
+            prop="refEnginRecordNo"
+            min-width="160"
+            show-overflow-tooltip
+          >
+            <template v-if="scope.row" slot-scope="scope">
+              <CopyButton
+                :copy-text="scope.row.refEnginRecordNo"
+              />
+              <span>{{
+                scope.row.refEnginRecordNo
+              }}</span>
+            </template>
+          </el-table-column>
           <el-table-column align="left" label="销售订单号" min-width="160" show-overflow-tooltip>
             <template v-if="scope.row" slot-scope="scope">
               <CopyButton