error 6 лет назад
Родитель
Сommit
1709fe8315
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      widget/fixedweightpackform.cpp
  2. 1 1
      widget/fixedweightpackform.ui

+ 1 - 1
widget/fixedweightpackform.cpp

@@ -70,7 +70,7 @@ void FixedWeightPackForm::on_addPackList_clicked()
 //    qDebug()<<packinfo->boxes().at(0)->tube_number;
     packServer->send(packinfo);
     GlobalInfo::this_()->packInfoManger()->savePackInfo(packinfo);
-    GlobalInfo::this_()->packInfoManger()->setPackInfoSync(packinfo->codeSingle(),packinfo->time(),true);
+//    GlobalInfo::this_()->packInfoManger()->setPackInfoSync(packinfo->codeSingle(),packinfo->time(),true);
     GlobalInfo::this_()->printerPack(packinfo);
 
 //    //把数据添加到数据库里

+ 1 - 1
widget/fixedweightpackform.ui

@@ -739,7 +739,7 @@ color: rgb(0, 170, 255);</string>
           <item row="0" column="1">
            <widget class="QLineEdit" name="lineEdit">
             <property name="placeholderText">
-             <string>请输入规格或批号</string>
+             <string>请输入批号</string>
             </property>
            </widget>
           </item>