Explorar o código

feat: 销售订单增加发货数量列,发票详情数量不能修改

liujt hai 9 meses
pai
achega
b863461e48

+ 3 - 2
src/views/financialManage/invoiceManage/components/tableInfo.vue

@@ -36,8 +36,9 @@
               trigger: 'blur'
             }
           ]"
-        >
-          <el-input v-model="scope.row.totalCount" type="number" @input="updateTotalPrice(scope.row)"></el-input>
+        > 
+          <span v-if="dialogType === 'view'">{{ scope.row.totalCount }}</span>
+          <el-input v-else v-model="scope.row.totalCount" type="number" @input="updateTotalPrice(scope.row)"></el-input>
         </el-form-item>
       </template>
 

+ 7 - 0
src/views/saleManage/saleOrder/index.vue

@@ -665,6 +665,13 @@
             showOverflowTooltip: true,
             minWidth: 140
           },
+          {
+            prop: 'sendTotalCount',
+            label: '发货数量',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 140
+          },
           {
             prop: 'inventoryQuantity',
             label: '库存状态',