zhuzhuanzhuan
2023-07-18 4c31f76a8db1f1d503f50cf4f367786882b18d62
src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModelEdit.vue
@@ -53,7 +53,7 @@
          </a-col>
          <a-col :span="12">
            <a-form-item label='加工数量' :labelCol="labelCol" :wrapperCol="wrapperCol">
              <a-input :disabled="disableSubmit"  placeholder="请输入加工数量"  v-decorator="['processQuantity', validatorRules.processQuantity]"></a-input>
              <a-input-number :min="0" :disabled="disableSubmit"  placeholder="请输入加工数量"  v-decorator="['processQuantity', validatorRules.processQuantity]"></a-input-number>
            </a-form-item>
          </a-col>
        </a-row>
@@ -335,7 +335,7 @@
  }
</script>
<style scoped>
<style scoped lang="less">
  .ant-btn {
    padding: 0 10px;
    margin-left: 3px;
@@ -354,4 +354,7 @@
  .ant-tabs-content .ant-form-item {
    margin-bottom: 0px;
  }
  /deep/ .ant-input-number{
    width: 100%!important;
  }
</style>