liqianyi %!s(int64=3) %!d(string=hai) anos
pai
achega
8862eb2078
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/modules/warehouse/template-delivery-add.vue

+ 2 - 1
src/views/modules/warehouse/template-delivery-add.vue

@@ -84,9 +84,10 @@
             prop="planCntUser"
             header-align="center"
             align="center"
+            width="160"
             label="请选择数量">
             <template slot-scope="scope">
-              <el-input-number v-model="scope.row.planCntUser" :min="1" style="width: 140px;"/>
+              <el-input-number v-model="scope.row.planCntUser" :min="0" :max="Number(scope.row.undeliveredCnt)" style="width: 140px;"/>
             </template>
           </el-table-column>
           <el-table-column