cuijian
2023-10-24 7f98d8bf975e89b8ced554916d3a46739f5275d3
src/views/spare/modules/sparePartScrapRequirement/SparePartScrapRequirementForm.vue
@@ -6,7 +6,7 @@
        <a-row>
          <a-col :span="12">
            <a-form-model-item label="单据号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="num">
              <a-input v-model="model.num" placeholder="请输入单据号" :disabled="true"></a-input>
              <a-input v-model="model.num" placeholder="将由系统自动生成" :disabled="true"></a-input>
            </a-form-model-item>
          </a-col>
          <a-col :span="12">
@@ -382,7 +382,7 @@
        }, */
    initNum() {
      getAction(this.url.getNum, { type: 'SparePart', length: '4' }).then((res) => {
      getAction(this.url.getNum, { type: 'SparePartRequirement', length: '4' }).then((res) => {
        if (res.success) {
          this.model.num = res.message