chencc 1 rok temu
rodzic
commit
c9145e84e8

Plik diff jest za duży
+ 17070 - 1
package-lock.json


+ 12 - 1
src/views/ledgerAssets/components/equipmentTag.vue

@@ -9,7 +9,7 @@
           size="medium"
           border
           style="edit"
-          :label-style="labelStyle"
+          :label-style="labelStyle"W
      
           class="descriptions"
         >
@@ -136,6 +136,17 @@
             </el-form-item>
           </el-descriptions-item>
 
+          <el-descriptions-item>
+            <template slot="label">  烧结设备</template>
+            <el-form-item label-width="0">
+              <el-radio v-model="tagInfo.equipmentLabelJson[0].SJSB" label="1"
+                >是</el-radio
+              >
+              <el-radio v-model="tagInfo.equipmentLabelJson[0].SJSB" label="2"
+                >否</el-radio
+              >
+            </el-form-item>
+          </el-descriptions-item>
         </el-descriptions>
       </div>
     </el-form>

+ 2 - 0
src/views/ledgerAssets/equipment/edit.vue

@@ -24,7 +24,9 @@
       >
         <div class="content">
           <basicInfoVue ref="basicInfoVueRef" />
+          <!-- 设备标签 -->
           <equipmentTag :form="form" ref="equipmentTagRef" />
+          
           <businessInformation ref="businessInformationRef" :form="form" />
           <assetInformation ref="assetInformationRef" :form="form" />
           <!-- <warehouseConfigVue ref="warehouseConfigRef" class="ims" /> -->

+ 1 - 1
vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
         // target: 'http://124.71.68.31:50001',
         // target: 'http://192.168.1.139:18086', // 粟
         // target: 'http://192.168.1.132:18086', // 徐
-        target: 'http://192.168.1.116:18086', //本
+        target: 'http://192.168.1.125:18086', //本
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {
           '^/api': ''

Plik diff jest za duży
+ 704 - 754
yarn.lock


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików