Browse Source

20250214

dev
qiezi 11 months ago
parent
commit
a8a452a42e
  1. 2
      src/printFormat/alphaHardTagPrintFormat.js
  2. 2
      src/views/modules/factory/tblbasedata.vue
  3. 4
      src/views/modules/part/external.vue

2
src/printFormat/alphaHardTagPrintFormat.js

@ -149,7 +149,7 @@ const printCartonLabel = (LODOP,row,icons,hz) => {
LODOP.SET_PRINT_STYLEA(0, 'FontSize', 10) LODOP.SET_PRINT_STYLEA(0, 'FontSize', 10)
LODOP.SET_PRINT_STYLEA(0, 'Alignment', 3) LODOP.SET_PRINT_STYLEA(0, 'Alignment', 3)
LODOP.ADD_PRINT_TEXT(101, 343, 60, 20, 'BLS')
LODOP.ADD_PRINT_TEXT(101, 343, 60, 20, 'LBS')
LODOP.SET_PRINT_STYLEA(0, 'FontName', 'Arial') LODOP.SET_PRINT_STYLEA(0, 'FontName', 'Arial')
LODOP.SET_PRINT_STYLEA(0, 'FontSize', 10) LODOP.SET_PRINT_STYLEA(0, 'FontSize', 10)
} }

2
src/views/modules/factory/tblbasedata.vue

@ -540,7 +540,7 @@ export default {
<el-col :span="6"> <el-col :span="6">
<el-form-item label=" " :show-message="false"> <el-form-item label=" " :show-message="false">
<el-checkbox v-model="siteForm.autoSerialNumber" true-label="Y" false-label="N">Auto SN Generation</el-checkbox> <el-checkbox v-model="siteForm.autoSerialNumber" true-label="Y" false-label="N">Auto SN Generation</el-checkbox>
<el-checkbox style="margin-left: 0" v-model="siteForm.showPound" true-label="Y" false-label="N">Show BLS in Weight</el-checkbox>
<el-checkbox style="margin-left: 0" v-model="siteForm.showPound" true-label="Y" false-label="N">Show LBS in Weight</el-checkbox>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>

4
src/views/modules/part/external.vue

@ -1769,14 +1769,14 @@ export default {
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="7"> <el-col :span="7">
<el-form-item label="Packing Weight in BLS">
<el-form-item label="Packing Weight in LBS">
<el-input-number :min="0" :controls="false" v-model="pound" <el-input-number :min="0" :controls="false" v-model="pound"
:precision="6"></el-input-number> :precision="6"></el-input-number>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="Weight UM" :show-message="false"> <el-form-item label="Weight UM" :show-message="false">
<el-input value="BLS" disabled></el-input>
<el-input value="LBS" disabled></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>

Loading…
Cancel
Save